Presenters to help me develop Eclipse line numbering as a plugin

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.

+1
source share
1 answer

Find IVerticalRulerColumn. According to javadoc:

(Org.eclipse.jface.text.source.CompositeRuler). . .

: org.eclipse.ui.texteditor.AbstractDecoratedTextEditor .

: createLineNumberRulerColumn()

0

All Articles