What is JavaFX equivalent of JSyntaxPane for making a code editor?
Previously in Swing, I have used the JSyntaxPane for making a tiny Java source editor. For practice, I decided to redo the entire project in JavaFX and adding support for more languages. Preferably, as many as I can. However, there seems to be nothing similar to JSyntaxPane . A bit of research led me to Tom Schindl 's blog where he has made a source code viewer with proper syntax highlighting. No editing support, sadly. Then there is JewelSea 's blog but from the screenshot it look's like SO's type-and-preview method. Not something desired in a code editor. Again, from JFXperience I found that