mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
It should speed up compilation a little, and also makes it simpler to write tests which analyze class files in the module output (we can report an error if there are no class files in a module with source roots). GitOrigin-RevId: 69ad9a23b1c4d7695e6d8715563d6630d3ae1a00
19 lines
901 B
XML
19 lines
901 B
XML
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude" package="org.jetbrains.plugins.javaFX" on-demand="true">
|
|
<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>
|