Plug-in interface: IDE_GetMenuItemLayout mixed result

Starina

Member³
I installed Russian language. Now the result of the IDE_GetMenuItemLayout function is as follows:

...
Файл / Открыть / Создать / Окно программ / Procedure
Файл / Открыть / Создать / Окно программ / Trigger
Файл / Открыть / Создать / Окно программ / Type
Файл / Открыть / Создать / Окно программ / Type body
Файл / Открыть / Создать / Окно программ / Type specification
File / Open / New / Test Window
File / Open / New / SQL Window
File / Open / New / Report Window
File / Open / New / Command Window
File / Open / New / Explain Plan Window
File / Open / New / Diagram Window
File / Open / New / View
File / Open / New / Materialized view
File / Open / New / Table
File / Open / New / Sequence
...
 
Last edited:
When PL/SQL Developer creates the MenuLayout items, they are untranslated. However, after adding specific menu items (for Plug-Ins, reports, etc), new created items are added to the MenuLayout, but the application was translated so these are added (incorrectly) translated as well.

We will fix this for the next release.
 
Back
Top