Implement horizontal line numbering in Eclipse RCP

I need horizontal line numbering in an RCP Eclipse application, do you have any recommendations on where to start looking?

Thank you for your help.

+3
source share
1 answer

Heh, your question really made me think ...

Honestly, I'm not sure, but I would look at how vertical line numbering is done from there. Here is the source for AbstractDecoratedTextEditor . Take a look at createLineNumberRulerColumn () and see if this leads to you anywhere.

My guess, if possible, is probably a daunting task. Good luck :)!

0
source

All Articles