req
This commit is contained in:
@@ -75,8 +75,6 @@ public class ModelineController implements Initializable, Controller {
|
||||
*/
|
||||
@Subscribe
|
||||
public void handle(FileSaveStateChangedEvent event) {
|
||||
// TODO: Add CSS styleclass for coloring the saveState label
|
||||
// whenever it changes
|
||||
this.saveState.setText(event.getIsSaved() ? "Saved!" : "Modified");
|
||||
}
|
||||
|
||||
|
||||
@@ -22,9 +22,6 @@ public class FiletreeOperations {
|
||||
|
||||
private FiletreeOperations() {}
|
||||
|
||||
// TODO: Clean up code that is not in use
|
||||
// TODO: Error check for recursiveness, and files without icons
|
||||
|
||||
/**
|
||||
* The method to generate the fileTree recursively. If it is a directory a
|
||||
* CheckBoxStringItem is created and the method is called again. It goes through
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
|
||||
<Menu mnemonicParsing="false" text="Change programming language">
|
||||
<items>
|
||||
<!-- TODO: Generate buttons based on classes -->
|
||||
<RadioMenuItem text="Java"
|
||||
fx:id="toggleJava"
|
||||
onAction="#handleLanguageChange"
|
||||
@@ -55,7 +54,6 @@
|
||||
|
||||
<Menu mnemonicParsing="false" text="Change color theme">
|
||||
<items>
|
||||
<!-- TODO: Generate buttons based on classes -->
|
||||
<RadioMenuItem text="Monokai"
|
||||
fx:id="toggleMonokai"
|
||||
onAction="#handleThemeChange"
|
||||
|
||||
Reference in New Issue
Block a user