Plug-in interface: IDE_GetMenuLayout returns wrong caption

Starina

Member³
why does the function IDE_GetMenuLayout return a command name different from the same name in the key configuration?

Ex: GotoLine vs Go To Line
 
Last edited:
The IDE_GetMenuLayout gives a list of all menu items, it's not strictly related to the key configuration (which has more items). There was no reason for us to use the similar layout. Why do you need this?
 
Last edited:
We will add a more convenient function for this.

Right now you can only interpret the spaces in the menu layout and create items with a / separator.
 
Back
Top