Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement TextArea with line numbers visible in JavaFX? [closed]

In my application I would like to use multiline text component, which shows line numbers on the left (like most of modern IDE's and text redactors do).

Are there any ready solutions for that? If not, I'd like to get some hints of how to implement it.

like image 484
gore_obsessed Avatar asked Nov 01 '22 02:11

gore_obsessed


1 Answers

Take a look at this: https://github.com/TomasMikula/RichTextFX

This is an ready to use RichTextArea.

like image 102
Marcel Avatar answered Nov 15 '22 08:11

Marcel