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
-
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