Extract editor from main fxml and add linenumbers

This commit is contained in:
2021-02-17 21:06:09 +01:00
parent fbcd6d3a87
commit 2d6fdd018f
6 changed files with 19 additions and 8 deletions

View File

@@ -61,11 +61,7 @@
</ScrollPane>
<!-- Editor -->
<VirtualizedScrollPane>
<content>
<CodeArea fx:id="editor"/>
</content>
</VirtualizedScrollPane>
<fx:include source="components/Editor.fxml" fx:id="editorRoot"/>
</items>
</SplitPane>