⁠
rednesto: Migrate setting and NBT toolbar to Kotlin UI DSL
Also remove the old unused facet editor
Also remove the old unused facet editor
- <?xml version="1.0" encoding="UTF-8"?>
- <form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="com.demonwav.mcdev.MinecraftConfigurable">
- <grid id="27dc6" binding="panel" layout-manager="GridLayoutManager" row-count="3" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="-1" vgap="-1">
- <margin top="15" left="15" bottom="15" right="15"/>
- <constraints>
- <xy x="20" y="20" width="614" height="400"/>
- </constraints>
- <properties/>
- <border type="none"/>
- <children>
- <component id="66007" class="javax.swing.JLabel">
- <constraints>
- <grid row="0" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <font size="18"/>
- <icon value="assets/icons/platform/[email protected]"/>
- <text value="Minecraft Development Settings"/>
- </properties>
- </component>
- <vspacer id="38819">
- <constraints>
- <grid row="2" column="0" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
- </constraints>
- </vspacer>
- <grid id="351a0" layout-manager="GridLayoutManager" row-count="7" column-count="3" same-size-horizontally="false" same-size-vertically="false" hgap="5" vgap="5">
- <margin top="5" left="5" bottom="5" right="5"/>
- <constraints>
- <grid row="1" column="0" row-span="1" col-span="3" vsize-policy="3" hsize-policy="3" anchor="0" fill="3" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties/>
- <border type="none"/>
- <children>
- <vspacer id="f465c">
- <constraints>
- <grid row="6" column="2" row-span="1" col-span="1" vsize-policy="6" hsize-policy="1" anchor="0" fill="2" indent="0" use-parent-layout="false"/>
- </constraints>
- </vspacer>
- <component id="d275f" class="javax.swing.JComboBox" binding="chatColorUnderlinesComboBox">
- <constraints>
- <grid row="5" column="1" row-span="1" col-span="1" vsize-policy="0" hsize-policy="2" anchor="8" fill="1" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <model/>
- </properties>
- </component>
- <hspacer id="45144">
- <constraints>
- <grid row="5" column="2" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
- </constraints>
- </hspacer>
- <component id="abee8" class="javax.swing.JLabel">
- <constraints>
- <grid row="5" column="0" row-span="1" col-span="1" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <text value="Chat Color Underline Style"/>
- </properties>
- </component>
- <component id="1b401" class="javax.swing.JCheckBox" binding="showChatColorUnderlinesCheckBox" default-binding="true">
- <constraints>
- <grid row="4" column="0" row-span="1" col-span="2" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <text value="Show Chat Color Underlines"/>
- </properties>
- </component>
- <component id="20c15" class="javax.swing.JCheckBox" binding="showChatGutterIconsCheckBox">
- <constraints>
- <grid row="3" column="0" row-span="1" col-span="2" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <text value="Show Chat Color Gutter Icons"/>
- </properties>
- </component>
- <component id="49e60" class="javax.swing.JCheckBox" binding="showEventListenerGutterCheckBox" default-binding="true">
- <constraints>
- <grid row="2" column="0" row-span="1" col-span="2" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <text value="Show Event Listener Gutter Icons"/>
- </properties>
- </component>
- <component id="6e035" class="javax.swing.JCheckBox" binding="showProjectPlatformIconsCheckBox">
- <constraints>
- <grid row="1" column="0" row-span="1" col-span="2" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <text value="Show Project Platform Icons"/>
- </properties>
- </component>
- <component id="f63a7" class="javax.swing.JLabel">
- <constraints>
- <grid row="0" column="0" row-span="1" col-span="2" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <text value="View Settings"/>
- </properties>
- </component>
- </children>
- </grid>
- <component id="b74a8" class="javax.swing.JButton" binding="changePluginUpdateChannelButton" default-binding="true">
- <constraints>
- <grid row="0" column="2" row-span="1" col-span="1" vsize-policy="0" hsize-policy="3" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
- </constraints>
- <properties>
- <text value="Change plugin update channel"/>
- </properties>
- </component>
- <hspacer id="24632">
- <constraints>
- <grid row="0" column="1" row-span="1" col-span="1" vsize-policy="1" hsize-policy="6" anchor="0" fill="1" indent="0" use-parent-layout="false"/>
- </constraints>
- </hspacer>
- </children>
- </grid>
- </form>