I want to develop a small plugin for Eclipse, and I would be very grateful if someone could give me some tips. Basically, all you need to know is how the current line numbering panel is implemented, so I need either some source code for a custom plugin with similar functionality, or where in the eclipse sources I need to monitor the current line numbering function.
Thank you for your help.
Find IVerticalRulerColumn. According to javadoc:
IVerticalRulerColumn
(Org.eclipse.jface.text.source.CompositeRuler). . .
: org.eclipse.ui.texteditor.AbstractDecoratedTextEditor .
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor
: createLineNumberRulerColumn()
createLineNumberRulerColumn()