Fix syntax highlight completing before char added

This commit is contained in:
2021-02-23 12:59:08 +01:00
parent 4e24363e63
commit d4aff39f55
3 changed files with 16 additions and 25 deletions

View File

@@ -9,6 +9,6 @@
xmlns:fx="http://javafx.com/fxml/1"
fx:controller="app.controllers.EditorController">
<content>
<CodeArea fx:id="editor" onKeyPressed="#editorChanged"/>
<CodeArea fx:id="editor"/>
</content>
</VirtualizedScrollPane>