Hi there. I'm looking for a way to display line numbers on JavaFX TextArea and they pointed me to this library. I have already implemented the CodeArea into my interface, but I discovered a problem. My TextArea had a context menu, but when I tried to add it on CodeArea, did not work. So I would to know if it's possible to do it?
Hi there. I'm looking for a way to display line numbers on JavaFX TextArea and they pointed me to this library. I have already implemented the CodeArea into my interface, but I discovered a problem. My TextArea had a context menu, but when I tried to add it on CodeArea, did not work. So I would to know if it's possible to do it?