简体   繁体   中英

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. Please tell me comapative pros n cons of help support plugin provide by eclipse and suggest me some quick links to understand well.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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