如何创建类似Eclipse的欢迎页面
我想创建自己的欢迎页面,如 eclipse。我搜索过,但它显示了 RCP 应用程序,但我想在 Eclipse IDE 中创建它,这样当我单击菜单时,它应该打开介绍(帮助)页面。
I want to create my own Welcome page like eclipse.I have search for but it shows for RCP Application but i want to create it inside Eclipse IDE So that when i click on menu, it should open Intro(help) page.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
eclipse.ui.intro 扩展点
您所需要做的就是扩展 org.eclipse.ui.intro.configExtension 并提供您的实现。
你在这里有完整的教程
http://eclipse.dzone.com/articles/short-tutorial-introwelcome
eclipse.ui.intro extension point
All you need to do is to extend org.eclipse.ui.intro.configExtension and provide your implementation.
You have the whole tutorial here
http://eclipse.dzone.com/articles/short-tutorial-introwelcome