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 65475 - I18N - names of props editors not localizable
Summary: I18N - names of props editors not localizable
Status: VERIFIED WONTFIX
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords: I18N
: 70267 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-09-30 05:11 UTC by Ken Frank
Modified: 2006-01-26 10:18 UTC (History)
2 users (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 2005-09-30 05:11:38 UTC
in component properties, click on various ... and brings up prop editors -
each has a select mode textfield at top, somewith with dropdown that gives
choices - and some of these choice words are not localizable kinds of words
like StringEditor, BoolEditor, InsetsEditor -- are these swing/jdk programattic
words or can they be words that can be translated and from bundle,
like "String Editor" ?
Comment 1 Jan Stola 2005-09-30 09:39:48 UTC
The content of this combobox is a list of property editors registered
for the given property. We don't have any control on this registration
(the editors are often user's classes). The form module obtains
these editors according to JavaBeans specification and this spec unfortunately
doesn't offer you a way how to obtain a human readable name of the editors.
So, the only option we have is to take the class name of the property
editor as its human readable name.
Comment 2 Tomas Pavek 2005-10-03 11:34:44 UTC
See also 12545.
Comment 3 Jan Stola 2005-12-12 15:13:34 UTC
*** Issue 70267 has been marked as a duplicate of this issue. ***
Comment 4 Marek Grummich 2006-01-26 10:18:17 UTC
.