Reputation: 5618
I am writing a custom app that requires a help system.
The app is written in SWT.
Is there anyway I can generate eclipse style help with SWT?
I.e when you press F1 in the Eclipse editor you get a new window on the side.
As an aside, I would also like to be able to provide an editor for this help documentation.
Upvotes: 1
Views: 815
Reputation: 45714
You can find instructions here: Adding Help Support to a Rich Client Platform (RCP) Application
Upvotes: 1