Set up eventbus system
This commit is contained in:
@@ -9,6 +9,6 @@
|
||||
xmlns:fx="http://javafx.com/fxml/1"
|
||||
fx:controller="app.controllers.EditorController">
|
||||
<content>
|
||||
<CodeArea fx:id="editor"/>
|
||||
<CodeArea fx:id="editor" onKeyPressed="#editorChanged"/>
|
||||
</content>
|
||||
</VirtualizedScrollPane>
|
||||
Reference in New Issue
Block a user