S Starina Member³ Nov 27, 2019 #1 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: Nov 27, 2019
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
Marco Kalter Administrator Staff member Nov 28, 2019 #1 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: Nov 28, 2019
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?
S Starina Member³ Nov 28, 2019 #1 I want to select a menu from the IDE_GetMenuLayout list, find it IDE_GetMenuItem and run IDE_SelectMenu.
I want to select a menu from the IDE_GetMenuLayout list, find it IDE_GetMenuItem and run IDE_SelectMenu.
Marco Kalter Administrator Staff member Nov 29, 2019 #1 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.
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.