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 100989 - keys from resource bundle are not sorted
Summary: keys from resource bundle are not sorted
Status: RESOLVED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-13 15:53 UTC by Tomas Mysik
Modified: 2007-08-01 15:49 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 Tomas Mysik 2007-04-13 15:53:19 UTC
NetBeans IDE Dev (Build 20070412-0604)
1.6.0; Java HotSpot(TM) Server VM 1.6.0-b105
Linux version 2.6.20-gentoo-r4 running on i386
cs_CZ (nb); UTF-8

steps:
- create form
- add e.g. label, change its Text property, select "Resource Bundle"
- combobox with keys is not sorted so it's hard to find the specific key
Comment 1 Tomas Pavek 2007-08-01 15:49:34 UTC
Fixed - made the keys sorted.

/cvs/i18n/src/org/netbeans/modules/i18n/PropertyPanel.java
new revision: 1.31; previous revision: 1.30