On 15/04/2013 at 06:06, xxxxxxxx wrote:
Thanks Yannick.
Following your suggestion I can get the plug-in command ids (by casting to a baseplugin* ) and then get their names, help etc. or I can browse a menu resource.
What I appear to be currently missing/cannot find are two things
GetMenuResource() requires a string menu name. Where do these menu names come from? Can these be enumerated somewhere?
The Id's returned by using the BrowseContainer are strings such as "IDS_RECENT" or "PLUGIN_CMD_1234567". How can these be converted to a long ID so that they can be used in
GetCommandName() ?
Similarly how does one obtain the the localized text for "IDS_EDITOR_FILE"?
Markus