mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
26 lines
1.0 KiB
XML
26 lines
1.0 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>
|
|
<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>
|