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 44900 - [freeform] I18N: most of the UI uses hardcoded strings
Summary: [freeform] I18N: most of the UI uses hardcoded strings
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Konecny
URL:
Keywords: I18N
Depends on:
Blocks: 42682
  Show dependency tree
 
Reported: 2004-06-15 18:10 UTC by David Konecny
Modified: 2006-03-24 10:26 UTC (History)
1 user (show)

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 David Konecny 2004-06-15 18:10:02 UTC
SUBJ says all
Comment 1 Ken Frank 2004-06-16 21:40:58 UTC
marking as p2 since having strings in bundle files is required.

Is this module in nb4 yet, as of 0613 build I dont think I see it,
but maybe dont know where to look to find its functionality.

Are there any other new modules in nb4 that might have these issues ?

ken.frank@sun.com
Comment 2 Jesse Glick 2004-06-16 21:59:09 UTC
It's in the build. Create new project and choose to import a project
with an existing Ant script.

Re. whether other new modules might also have hardcoded strings - of
course it is possible. We file bugs marked w/ I18N keyword for
anything we know about of course.
Comment 3 Jesse Glick 2004-07-13 17:54:00 UTC
Jirka do you have any time to work on it? If not I can find someone else.
Comment 4 Jiri Rechtacek 2004-07-15 16:21:54 UTC
Fixed Freeform J2SE source, reqssigned to Raska to rest of web projects.

Checking in
src/org/netbeans/modules/ant/freeform/ui/NewJ2SEFreeformProjectWizardIterator.java;
/cvs/ant/freeform/src/org/netbeans/modules/ant/freeform/ui/NewJ2SEFreeformProjectWizardIterator.java,v
 <--  NewJ2SEFreeformProjectWizardIterator.java
new revision: 1.14; previous revision: 1.13
done
Checking in
src/org/netbeans/modules/ant/freeform/ui/ProjectCustomizerProvider.java;
/cvs/ant/freeform/src/org/netbeans/modules/ant/freeform/ui/ProjectCustomizerProvider.java,v
 <--  ProjectCustomizerProvider.java
new revision: 1.5; previous revision: 1.4
done
Checking in
src/org/netbeans/modules/ant/freeform/ui/SourceFoldersWizardPanel.java;
/cvs/ant/freeform/src/org/netbeans/modules/ant/freeform/ui/SourceFoldersWizardPanel.java,v
 <--  SourceFoldersWizardPanel.java
new revision: 1.6; previous revision: 1.5
done
Checking in src/org/netbeans/modules/ant/freeform/ui/Bundle.properties;
/cvs/ant/freeform/src/org/netbeans/modules/ant/freeform/ui/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.6; previous revision: 1.5
done
Comment 5 Radko Najman 2004-08-09 15:21:36 UTC
Webapps part fixed.
Comment 6 David Konecny 2004-09-01 15:06:27 UTC
There is still lot of hardcoded strings.
Comment 7 David Konecny 2004-09-02 10:23:45 UTC
Fixed in:
Checking in src/org/netbeans/modules/ant/freeform/resources/general.gif;
initial revision: 1.1
Checking in
src/org/netbeans/modules/ant/freeform/ui/BasicProjectInfoPanel.java;
new revision: 1.14; previous revision: 1.13
Checking in
src/org/netbeans/modules/ant/freeform/ui/BasicProjectInfoWizardPanel.java;
new revision: 1.6; previous revision: 1.5
Checking in src/org/netbeans/modules/ant/freeform/ui/Bundle.properties;
new revision: 1.10; previous revision: 1.9
Checking in src/org/netbeans/modules/ant/freeform/ui/ClasspathPanel.form;
new revision: 1.7; previous revision: 1.6
Checking in src/org/netbeans/modules/ant/freeform/ui/ClasspathPanel.java;
new revision: 1.19; previous revision: 1.18
Checking in
src/org/netbeans/modules/ant/freeform/ui/ClasspathWizardPanel.java;
new revision: 1.7; previous revision: 1.6
Checking in
src/org/netbeans/modules/ant/freeform/ui/NewJ2SEFreeformProjectWizardIterator.java;
new revision: 1.16; previous revision: 1.15
Checking in
src/org/netbeans/modules/ant/freeform/ui/NewWebFreeformProjectWizardIterator.java;
new revision: 1.11; previous revision: 1.10
Checking in src/org/netbeans/modules/ant/freeform/ui/OutputPanel.java;
new revision: 1.11; previous revision: 1.10
Checking in
src/org/netbeans/modules/ant/freeform/ui/ProjectCustomizer.java;
new revision: 1.15; previous revision: 1.14
Checking in src/org/netbeans/modules/ant/freeform/ui/ProjectModel.java;
new revision: 1.2; previous revision: 1.1
Checking in
src/org/netbeans/modules/ant/freeform/ui/SourceFoldersPanel.java;
new revision: 1.22; previous revision: 1.21
Checking in
src/org/netbeans/modules/ant/freeform/ui/SourceFoldersWizardPanel.java;
new revision: 1.10; previous revision: 1.9
Checking in
src/org/netbeans/modules/ant/freeform/ui/TargetMappingPanel.java;
new revision: 1.23; previous revision: 1.22
Checking in
src/org/netbeans/modules/ant/freeform/ui/TargetMappingWizardPanel.java;
new revision: 1.11; previous revision: 1.10
Checking in src/org/netbeans/modules/ant/freeform/ui/View.java;
new revision: 1.9; previous revision: 1.8
Checking in
src/org/netbeans/modules/ant/freeform/ui/WebLocationsPanel.java;
new revision: 1.19; previous revision: 1.18
Checking in
src/org/netbeans/modules/ant/freeform/ui/WebLocationsWizardPanel.java;
new revision: 1.11; previous revision: 1.10
Comment 8 Jaromir Uhrik 2005-07-14 16:20:21 UTC
Verified.