You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that menus called "Help" (example code) will have a search panel (like native OSX applications, localized with the system's language setting) as first menu item automatically.
When I rename the menu "Help" to a localized variant (like German: "Hilfe") the search panel will be not added.
A function in de.codecentric.centerdevice.MenuToolkit to create a help menu with a custom name or a function to create the search panel menu item would be nice.
The text was updated successfully, but these errors were encountered:
That's actually a good point. So ideally, one would have a localized "Help" menu with a search field. OS X automatically adds the search field if it finds a menu item called "Help", at least for English locales. I will check if there is any solution where we can have localization and the search field.
From all I know, this is not possible with the current approach. I'm hoping that this can be accomplished with the new native calls that I'm adding for Java 9 support. So i'll try to fix this alongside adding the native calls.
I have noticed that menus called "Help" (example code) will have a search panel (like native OSX applications, localized with the system's language setting) as first menu item automatically.
When I rename the menu "Help" to a localized variant (like German: "Hilfe") the search panel will be not added.
A function in de.codecentric.centerdevice.MenuToolkit to create a help menu with a custom name or a function to create the search panel menu item would be nice.
The text was updated successfully, but these errors were encountered: