<@U68L6T95E> The codeArea.textProperty() is just a...
# tornadofx
e
@dr.fornax The codeArea.textProperty() is just an ObservableValue<String>, it's not writeable. Then you have to resort to the onChange function i described earlier.