Hi all
Trying to wrap up the linking from Sidebar deck Help buttons introduced by tdf#156156, I’m wondering if it is possible to add bookmarks in the help page that use the same HID but link to different pages depending on what component it came from.
From my comment:
The Help ID constructor in ResourceManager.cxx (revision 9ca60dc9) - OpenGrok cross reference for /core/sfx2/source/sidebar/ResourceManager.cxx is good for most cases, but sometimes it would be useful to differentiate between components, for example the Styles deck:
- In Impress, it should go to Styles
- In Writer, it should go to Manage Styles
Same thing, for example, for the Navigator.
How can I solve that? Clicking that button in Writer uses Target=swriter/SIDEBAR_STYLELISTDECK
, but there isn’t a way to make use of that swriter/
suffix on the help side, is there?
Is there no way around changing how core generates the HIDs?