Netbeans RCP options help button #7704
Unanswered
highgozhangyc
asked this question in
Q&A
Replies: 1 comment
-
Removing in all places is a little challenging, but you can definitely add an override to customize what happens. You want to look at HelpCtx.Displayer. I'm registering a simple implementation of this that opens the documentation website in one application - https://github.com/praxis-live/praxis-live/blob/master/modules/praxislive.core.ui/src/main/java/org/praxislive/ide/core/ui/OnlineHelpAction.java |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I developed an application using the Netbeans Rcp platform and used the shortcut page in the Netbeans options, but the page comes with a help button. How can I remove the button or add a custom event to the button?

Beta Was this translation helpful? Give feedback.
All reactions