简体   繁体   English

Eclipse RCP插件应用程序中的Implemet帮助选项(F1)

[英]Implemet help option(F1) in eclipse RCP plugin application

Currently, a robo help mechanism is getting used in my eclipse rcp application, but I want to implement eclipse help support. 目前,我的eclipse rcp应用程序中使用了自动帮助机制,但是我想实现eclipse帮助支持。 Please tell me comapative pros n cons of help support plugin provide by eclipse and suggest me some quick links to understand well. 请告诉我eclipse提供的帮助支持插件的协同优点,并建议我一些快速链接以更好地理解。

There are a number of advantages ... 有很多优点...

  • You can add context sensitive help by enabling the "?" 您可以通过启用“?”来添加上下文相关帮助。 icon in the lower left corner of dialogs & wizards such that the user can easily view the help content. 对话框和向导左下角的图标,以便用户可以轻松查看帮助内容。
  • Built in search and indexing 内置搜索和索引
  • Easily internationalized 轻松国际化
  • Each of the plug-in's that you include in your RCP can contribute their own, independent, help. 您包含在RCP中的每个插件都可以贡献自己的独立帮助。

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

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