mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-31 04:07:30 +07:00
153 modules which contain classes used from external plugins from the Marketplace are marked as public. This is needed to ensure that it'll be possible to use that API after converting code from these external plugins to content modules. GitOrigin-RevId: dc48e8970041fddd3bf50d280711e95ce9e9ad9b
26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<idea-plugin package="org.jetbrains.plugins.javaFX">
|
|
<name>JavaFX</name>
|
|
<id>org.jetbrains.plugins.javaFX</id>
|
|
<vendor>JetBrains</vendor>
|
|
<category>JVM Frameworks</category>
|
|
<description><![CDATA[
|
|
Enables <a href="https://openjfx.io/">JavaFX</a> support.
|
|
The following features are available:
|
|
<ul>
|
|
<li>Dedicated FXML file type.</li>
|
|
<li>Ability to create a project with the special file and directory structure.</li>
|
|
<li>JavaFX-aware coding assistance (code completion, search, navigation and refactoring in JavaFX-specific source files).</li>
|
|
<li>Integration with <a href="https://github.com/gluonhq/scenebuilder/wiki/Basic-JavaFX-project-with-Scene-Builder">JavaFX Scene Builder</a>.</li>
|
|
</ul>
|
|
]]></description>
|
|
|
|
<content namespace="jetbrains">
|
|
<module name="intellij.javaFX"/>
|
|
<module name="intellij.javaFX.properties"/>
|
|
</content>
|
|
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<dependencySupport coordinate="org.openjfx:javafx-base" kind="java" displayName="JavaFX"/>
|
|
</extensions>
|
|
</idea-plugin>
|