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 105596 - Internationalization Settings redesign
Summary: Internationalization Settings redesign
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: I18N (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL: http://ui.netbeans.org/docs/ui/Option...
Keywords:
Depends on:
Blocks: 106376
  Show dependency tree
 
Reported: 2007-06-04 15:29 UTC by Josef Pavlicek
Modified: 2007-06-13 19:06 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Josef Pavlicek 2007-06-04 15:29:50 UTC
Hi, I finished Internationalization Settings redesign  (this task I received
from A. Nebuzelsky and Trung).
Please, the implementation should be finished ASAP.
Thanks
Josef Pavlicek
Comment 1 Pavel Buzek 2007-06-13 00:32:24 UTC
Update on UI specification: Advanced Wizard option will be removed completely, the advanced panel in wizard will simply
be shown every time.
The expert settings will be removed from UI but will still be stored as preferences. These settings can be changed at
the places where they are used, the special UI for changing them is superfluous.
I discussed these changes with Josef and will commit the implementation in a minute.
Comment 2 Pavel Buzek 2007-06-13 00:35:27 UTC
/cvs/i18n/src/org/netbeans/modules/i18n/I18nOptions.java,v  <--  I18nOptions.java
new revision: 1.24; previous revision: 1.23
/cvs/i18n/src/org/netbeans/modules/i18n/I18nOptionsBeanInfo.java,v  <--  I18nOptionsBeanInfo.java
new revision: 1.14; previous revision: 1.13
/cvs/i18n/src/org/netbeans/modules/i18n/wizard/Bundle.properties,v  <--  Bundle.properties
new revision: 1.30; previous revision: 1.29
/cvs/i18n/src/org/netbeans/modules/i18n/wizard/HardStringWizardPanel.form,v  <--  HardStringWizardPanel.form
new revision: 1.8; previous revision: 1.7
/cvs/i18n/src/org/netbeans/modules/i18n/wizard/HardStringWizardPanel.java,v  <--  HardStringWizardPanel.java
new revision: 1.35; previous revision: 1.34
/cvs/i18n/src/org/netbeans/modules/i18n/wizard/I18nWizardAction.java,v  <--  I18nWizardAction.java
new revision: 1.20; previous revision: 1.19
Comment 3 Pavel Buzek 2007-06-13 19:06:23 UTC
I removed the i18n options from UI completely. If the last settings (Overwrite Resource Value) is missed by many users
we will move it into the i18n wizards, if not we will live without it.


Checking in src/org/netbeans/modules/i18n/Layer.xml;
/cvs/i18n/src/org/netbeans/modules/i18n/Layer.xml,v  <--  Layer.xml
new revision: 1.28; previous revision: 1.27
done