I’m in the process of updating the help text for my RCP and have found that some of the dialogs that I’m invoking don’t have the ability to directly add help context id’s.
After a bit of digging, I found it’s not that difficult to add help to an object that extends Dialog.
For this example, I’m going to add a help id to the InputDialog class.