3

I need a horizontal line numbering in Eclipse RCP application, do you have any recommendation where to start looking?

Thank you for help.

skaffman
  • 398,947
  • 96
  • 818
  • 769
Jarek
  • 7,425
  • 15
  • 62
  • 89

1 Answers1

0

Heh, your question really made me think...

To be honest, I'm not sure, but I'd look at how the vertical line numbering is implemented and go from there. Here's the source for the AbstractDecoratedTextEditor. Take a look at createLineNumberRulerColumn(), and see if this takes you anywhere.

My guess is, if it's doable, it's probably not an easy task. Good luck :)!

Sandman
  • 9,610
  • 8
  • 36
  • 41
  • I think he already knows about it. http://stackoverflow.com/questions/5836743/leads-that-will-help-me-to-develop-eclipse-line-numbering-like-plugin. Though there are multiple ways of doing this. :)). – Favonius May 02 '11 at 23:14
  • @Favonius: Ah, I didn't see that question. Yes, he obviously knows about it, then. Well, I'm sorry I can't provide him with a better answer than the one I gave. Maybe somebody else in the SO community will be able to do that. – Sandman May 03 '11 at 09:23