在 Eclipse RCP 中实现水平行编号
我需要在 Eclipse RCP 应用程序中进行水平线编号,您有什么建议可以从哪里开始寻找吗?
谢谢你的帮助。
I need a horizontal line numbering in Eclipse RCP application, do you have any recommendation where to start looking?
Thank you for help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
呵呵,你的问题确实让我思考......
说实话,我不确定,但我会看看垂直线编号是如何实现的,然后从那里开始。
这是AbstractDecolatedTextEditor 的源代码。看一下 createLineNumberRulerColumn(),看看它是否能带您到任何地方。
我的猜测是,如果可行的话,这可能不是一件容易的事。祝你好运 :)!
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 :)!