Re: Localizing keymap category programmatically
Benno Markiewicz <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAA_aP4gDZqaT=SYJwN0YKqFD7r+CgDi6AHp7dh2tYXoWU3nWig@mail.gmail.com> |
I think it is not possible to do it via code only. My assumption is based on the code https://github.com/SRabbelier/Netbeans/blob/default/options.keymap/src/org/netbeans/modules/options/keymap/LayersBridge.java#L120 With kind regards, markiewb 2016-04-14 22:41 GMT+02:00 winder <[email protected]>: > Thanks for your patience Mark, but one more question. > > I'm hoping to provide the string directly rather than going through a > property file. For example with the Menu I can do this: > > FileObject folder = > FileUtil.createFolder(FileUtil.getConfigRoot(), "Menu/My Shiny Menu"); > folder.setAttribute("displayName", "Localized Shiny Menu"); > > > > >