Set up eventbus system

This commit is contained in:
2021-02-19 22:11:33 +01:00
parent 132749eb34
commit fc055382d0
11 changed files with 184 additions and 60 deletions

View File

@@ -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>