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 25354 - I18N - icon information in bundle files
Summary: I18N - icon information in bundle files
Status: CLOSED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: issues@editor
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2002-07-03 17:31 UTC by Ken Frank
Modified: 2007-11-05 13:42 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 Ken Frank 2002-07-03 17:31:35 UTC
In nb-editor.jar, the Bundle file has various
items related to location of icon for the editor
toolbar.

like
icon-find-previous=org/netbeans/modules/editor/resources/find_previous

I've not seen in any other nb or ffj bundle files
indication of where an icon would be as these
items might be localized and not found in that 
situation. I know that not all of nb is coded such
that an icon would be found by locale - but even
the parts that do have this (and rfe has been
filed to ask for a unified solution), there is not
entry in bundle files to indicate icon location.

Or if in this case the item could be found by
locale, and there is no other solution to remove
these from bundle files, then at least these
entries
should be marked with #NOI18N line above each one.

ken.frank@sun.com
07/03/2002
Comment 1 Miloslav Metelka 2002-07-09 11:59:40 UTC
Fixed.

Checking in libsrc/org/netbeans/editor/ActionFactory.java;
/cvs/editor/libsrc/org/netbeans/editor/ActionFactory.java,v  <-- 
ActionFactory.java
new revision: 1.35; previous revision: 1.34
done
Checking in libsrc/org/netbeans/editor/BaseAction.java;
/cvs/editor/libsrc/org/netbeans/editor/BaseAction.java,v  <-- 
BaseAction.java
new revision: 1.29; previous revision: 1.28
done
Checking in libsrc/org/netbeans/editor/Bundle.properties;
/cvs/editor/libsrc/org/netbeans/editor/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.29; previous revision: 1.28
done
Processing log script arguments...
More commits to come...
Checking in libsrc/org/netbeans/editor/ext/ExtKit.java;
/cvs/editor/libsrc/org/netbeans/editor/ext/ExtKit.java,v  <--  ExtKit.java
new revision: 1.29; previous revision: 1.28
done
Processing log script arguments...
More commits to come...
Checking in src/org/netbeans/modules/editor/java/JavaKit.java;
/cvs/editor/src/org/netbeans/modules/editor/java/JavaKit.java,v  <-- 
JavaKit.java
new revision: 1.41; previous revision: 1.40
done
Comment 2 Ken Frank 2002-09-03 20:24:45 UTC
verified and closed
Comment 3 Jesse Glick 2002-12-23 16:36:10 UTC
Consistent use of the I18N keyword.