geejay
geejay

Reputation: 5618

Eclipse style help system (SWT?)

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

Answers (2)

Fabian Steeg
Fabian Steeg

Reputation: 45714

You can find instructions here: Adding Help Support to a Rich Client Platform (RCP) Application

Upvotes: 1

Gabriel Ščerbák
Gabriel Ščerbák

Reputation: 18570

Try looking into Eclipse RCP for helpview.

Upvotes: 0

Related Questions