I have this code with my CodeArea and want to save...
# tornadofx
d
I have this code with my CodeArea and want to save text when I use my save button. Since there is no commit functionality I want to do this directly in my save function which is started by my toolbar. There I tried to access the code Area with “val codeArea : CodeArea = FreeTextView::codeArea” but I have a casting error