mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-23 15:01:27 +07:00
This reverts commit b8fa667cb986c66f0cbf42a224af6037db57dc58. GitOrigin-RevId: a0b5ed8c7153a651cab1204f38098f14202ee97b
19 lines
884 B
XML
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>
|