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 32786 - Creating new properties file with locale extension makes more tabs in editor
Summary: Creating new properties file with locale extension makes more tabs in editor
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@utilities
URL:
Keywords: UI
Depends on: 48263
Blocks:
  Show dependency tree
 
Reported: 2003-04-10 10:52 UTC by pfelenda
Modified: 2009-02-19 22:57 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 pfelenda 2003-04-10 10:52:10 UTC
How to reproduce ?
- Create new properties file e.g. a.properties (
in wizard type only 'a', the extension is added
automaticly)
- Create other properties file a_cs_CZ.properties
( in wizard type only 'a_cs_CZ' )

->  There are created two tabs in editor.
in 1st tab are two locales (default and cs_CZ)
in 2nd tab is visible only one locale
User might be confused.
Comment 1 _ pkuzel 2003-05-12 15:17:20 UTC
Proper way to add locales is the Add action.

The second tab is wrong. New from template action calls a default
action that opens the duplicate editor.

Anyway it depends on openide.loaders that are planned to die. Most of
properties module will need to be refactored. Delaying...
Comment 2 Alexey Butenko 2009-02-09 14:27:06 UTC
Fixed in 48263