Community
Participate
Working Groups
Our context help functionality has been mostly lost as a result of the UI rework performed in Ganymede. We need to add this functionality back to the UI for Galileo. Some of the original implementation remains in properties pages and wizards, but most of the Details pages will require this update. As a reference, this is the code that looked like: PlatformUI.getWorkbench().getHelpSystem().setHelp(...)
We also need to add context help for the new Entity Gen wizard and some new items in the Persistence XML Editor - see bug 261107.
After looking at this again, I now see that the context help is working in 2.2, and also worked previously. This work is now coded in a very different way that wasn't obvious to me at a glance.