Add comment toggle feature
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
</items>
|
||||
</Menu>
|
||||
<SeparatorMenuItem/>
|
||||
<MenuItem mnemonicParsing="false" text="Exit" accelerator="Shortcut+w"/>
|
||||
<MenuItem mnemonicParsing="false" text="Exit" accelerator="Shortcut+w" onAction="#handleExitApplication"/>
|
||||
</items>
|
||||
</Menu>
|
||||
<Menu mnemonicParsing="false" text="Edit">
|
||||
@@ -60,7 +60,7 @@
|
||||
<MenuItem mnemonicParsing="false" text="Find" accelerator="Shortcut+f"/>
|
||||
<MenuItem mnemonicParsing="false" text="Replace" accelerator="Shortcut+h"/>
|
||||
<SeparatorMenuItem/>
|
||||
<MenuItem mnemonicParsing="false" text="Toggle line comment" accelerator="Shortcut+k"/>
|
||||
<MenuItem mnemonicParsing="false" text="Toggle line comment" accelerator="Shortcut+k" onAction="#handleToggleComment"/>
|
||||
</items>
|
||||
</Menu>
|
||||
<Menu mnemonicParsing="false" text="Help">
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
alignment="CENTER_LEFT">
|
||||
<Label text="Modeline :)"/>
|
||||
<Region HBox.hgrow="ALWAYS"/>
|
||||
<Label fx:id="saveState" text="Saved!"/>
|
||||
<Label fx:id="columnrow" text="[y:x]"/>
|
||||
<Label fx:id="language" text="Java"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user