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?
![image](https://private-user-images.githubusercontent.com/22016800/362184870-87b3e09b-6a0b-46d6-8376-2185fca243c1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNzIyNzUsIm5iZiI6MTczOTM3MTk3NSwicGF0aCI6Ii8yMjAxNjgwMC8zNjIxODQ4NzAtODdiM2UwOWItNmEwYi00NmQ2LTgzNzYtMjE4NWZjYTI0M2MxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDE0NTI1NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNmNDQzNTM2MDY1OGZmZWUyZjAwZmVkNjNlYjM4YmVmMDY0ZWZjY2Q2MTMwZjQ5NTNkZmU3Y2IwNjdkMDllNWYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.UrswgxHi9lz4Yf8QRC51OuccPnOkeFi0EcljNbPeBC4)
Beta Was this translation helpful? Give feedback.
All reactions