开发者

Implementing horizontal line numbering in Eclipse RCP

开发者 https://www.devze.com 2023-03-02 14:02 出处:网络
I need a h开发者_开发知识库orizontal line numbering in Eclipse RCP application, do you have any recommendation where to start looking?

I need a h开发者_开发知识库orizontal line numbering in Eclipse RCP application, do you have any recommendation where to start looking?

Thank you for help.


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 :)!

0

精彩评论

暂无评论...
验证码 换一张
取 消