Eclipse 插件:OutlineView
A 有一个插件,我想覆盖默认的 Outline 视图,但我想使用默认 Outline(概述)中的一些功能,在哪里可以获得默认 OutlineView 实现的源代码?
A have a plugin and I want to overwrite default Outline view but I want to use some features from default Outline(Overview), where can I get the source Code of default OutlineView implementation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 eclipse Plug-in Spy 来实现这一点。它会告诉您任何视图的插件的详细信息。 http://eclipse.dzone.com/articles/eclipse-34-hidden-treasures
You can use the eclipse Plug-in Spy for that. It will tell you details of the plugin for any view. http://eclipse.dzone.com/articles/eclipse-34-hidden-treasures