Hey there, I was wondering if there was a nice way to get a border for a highlight area in a StyleClassedTextArea. And if not I would like to make a feature request : D.
Something similar to what I'm looking for is the name change indicator in IntelliJ.

Specifically what I was looking to do is highlight locations in a text file based on user inputted row, column and lengths. For most of the use cases just having a colored background is fine. However, in the event that the user inputs a zero length location, there is nothing to highlight. With a border around a zero width selection, there would be feedback for the user.
In IntelliJ, it looks like this:

Thanks for the help!
Hey there, I was wondering if there was a nice way to get a border for a highlight area in a StyleClassedTextArea. And if not I would like to make a feature request : D.
Something similar to what I'm looking for is the name change indicator in IntelliJ.

Specifically what I was looking to do is highlight locations in a text file based on user inputted row, column and lengths. For most of the use cases just having a colored background is fine. However, in the event that the user inputs a zero length location, there is nothing to highlight. With a border around a zero width selection, there would be feedback for the user.
In IntelliJ, it looks like this:

Thanks for the help!