Files
openide/plugins/javaFX/javaFX-CE/resources/META-INF/plugin.xml
Andrew Kozlov 7b0b2784dc Revert "[frameworks] IDEA-297005 Enable on-demand mode for JavaFX"
This reverts commit b8fa667cb986c66f0cbf42a224af6037db57dc58.

GitOrigin-RevId: a0b5ed8c7153a651cab1204f38098f14202ee97b
2023-09-21 15:09:50 +00:00

19 lines
884 B
XML

<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude" 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>
<xi:include href="/META-INF/common-javaFX-plugin.xml"/>
</idea-plugin>