This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 66543 - Cannot use GUI to edit localized display info for a module
Summary: Cannot use GUI to edit localized display info for a module
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Kozeny
URL:
Keywords: I18N
Depends on:
Blocks: 64782
  Show dependency tree
 
Reported: 2005-10-12 01:46 UTC by Jesse Glick
Modified: 2013-02-14 13:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2005-10-12 01:46:33 UTC
See issue #64782. After that patch, the current locale's variant of
Bundle.properties for a module will be used for display info about a module, if
the variant is found under the source root; but edits to the Display panel are
silently ignored (need to be made in text editor).

Also, minor: adding a new locale variant does not take effect until after IDE
restart.
Comment 1 Martin Krauskopf 2005-11-15 16:04:01 UTC
Wasn't this targeted for me? Or is there some magic background I shouldn't close
to? :) If not feel free to reassign.
Comment 2 Jesse Glick 2005-11-15 18:23:52 UTC
You can take it if you want to, though it's my code (or at least my refactoring)
originally. Should be straightforward to test in LocalizedBundleInfoTest.
Comment 3 Jesse Glick 2008-06-19 22:03:31 UTC
Probably the Display panel should show and offer to edit only the English version. It is fine for the module's root node
etc. to show the display name as taken from the IDE's current locale.