I am using the CodeArea to load very big files (line by line). The loading itself is done inside of a javafx Task but I have to call with Platform.runLater the method "textArea.appendText(text)" to ...
I'm making Syntax Highlight for the microScript language for microStudio. Not a Semantic Highlight. The syntax of this language is similar to Lua/Pascal. The end of the code block / indent level is ...