Hello everybody,
This is probably an already well-discussed topic: I have a small application build around a @FXML TextArea which shall be able to edit XML files (or XML/HTML tags in General). The Display is no Problem, it just doesnt look nice if it is just plain text. What I want is a functionality inside the TextArea to collapse / extend the nodes of the document like you can in normal XML Editors. Also, I would like to have a line Count on the left side of my Editor.
Does anybody have an idea how to do this or if this is even possible in JavaFX?
Thanks for your replies!
Best regards,
Alex