Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] Help menu localisation #9

Open
fireandfuel opened this issue Feb 17, 2016 · 3 comments
Open

[Request] Help menu localisation #9

fireandfuel opened this issue Feb 17, 2016 · 3 comments
Milestone

Comments

@fireandfuel
Copy link

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.

@0x4a616e
Copy link
Contributor

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.

@0x4a616e 0x4a616e added this to the Java 9 milestone Mar 14, 2016
@0x4a616e
Copy link
Contributor

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.

@fireandfuel
Copy link
Author

Thank you for analysis, I'm looking forward to have a solution for this problem. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants