Re: I18N
Marian Petras <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Organization | Sun Microsystems Czech, s.r.o. |
| Message-ID | <[email protected]> |
Peter, there is no plan for feature improvements in the I18N module, except for fixing bugs. There are several requests for enhancements filed in IssueZilla (see http://www.netbeans.org/issues/buglist.cgi?component=i18n&issue_type=ENHANCEMENT&issue_type=FEATURE&issue_status=NEW&issue_status=STARTED). Feel free to add some more so that they do not get lost. In the near future, I will concentrate on improving the JUnit results window and the JUnit code generator. After that, I might start working in improving the I18N module, but there is no plan for that, yet. Marian Peter wrote: > Hallo NB-community. > > I like the internationalization mechanism, especially the wizard. > > And now my questions/ideas: > 1. Should not Ctrl+Shift+J save the last property file? > 2. The Dialog should not block! So we can copy infos from elsewhere! > 3. Is there an easy check, if there are unused keys. (To prevent > translation of none used) > 4. How to change an existent key/value fast? I mean something like the > refactoring: Select a "String" and press Ctrl+Shift+J. > 5. Adding missing new keys from standard language to other, show for > those languages all missing translations. Is this possible in nb 5.0? > 6. Internationalize should get a standard shortcut and it should start > searching from cursor. > > Are there plans for this features or related topics?