简体   繁体   English

在 Eclipse RCP 中实现水平行编号

[英]Implementing horizontal line numbering in Eclipse RCP

I need a horizontal line numbering in Eclipse RCP application, do you have any recommendation where to start looking?我需要在 Eclipse RCP 应用程序中的水平行编号,你有什么建议从哪里开始寻找?

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.老实说,我不确定,但我会看看如何实现垂直行编号以及 go 从那里。 Here's the source for the AbstractDecoratedTextEditor .是 AbstractDecoratedTextEditor 的来源 Take a look at createLineNumberRulerColumn(), and see if this takes you anywhere.看看 createLineNumberRulerColumn(),看看它是否能带你到任何地方。

My guess is, if it's doable, it's probably not an easy task.我的猜测是,如果可行,这可能不是一件容易的事。 Good luck:)!祝你好运:)!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM