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 65807 - I18N - Some nodes in Options (Classic view) don't become from resource bundle file
Summary: I18N - Some nodes in Options (Classic view) don't become from resource bundle...
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2005-10-04 08:54 UTC by Marek Grummich
Modified: 2008-12-22 22:38 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Snapshot (38.28 KB, image/png)
2005-10-27 09:07 UTC, Marek Grummich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Grummich 2005-10-04 08:54:00 UTC
Build 200510031800 + pseudo 
Steps:
- open Tools, Options
- push button Classic view
- following nodes don't become from resource bundle file, therefore cannot be
localized:
* Options, Editing, Editor Settings, JSP Editor
* Options, Editing, Annotation Types, JSP Parser Annotation
* Options, Editing, Indentation Engines, SQLIndentEngine
* Options, System, Print Settings, JSP Editor
Comment 1 Martin Roskanin 2005-10-05 12:58:15 UTC
strange, I found the properties in bundles in web module.
Reassigning to web module for further investigation
Comment 2 Marek Fukala 2005-10-05 13:15:11 UTC
As Martin pointed out the texts are present in bundles:

/web/jspsyntax/src/org/netbeans/modules/web/core/syntax/Bundle.properties:
OPTIONS_jsp=JSP Editor
LAB_JspParserAnnotation=JSP Parser Annotation

I also tried to search the strings in the code just for sure if the aren't got
from another place, but didn't find them. Can you please verify that the method
you used to determine that the texts are not got from bundles is corrent?

Reassigning to Andrei to evaluate the SQL stuff.
Comment 3 Andrei Badea 2005-10-10 12:09:49 UTC
The "SQLIndentEngine" didn't come from the resouce bundle. Fixed.

Checking in src/org/netbeans/modules/db/sql/editor/Bundle.properties;
/cvs/db/sqleditor/src/org/netbeans/modules/db/sql/editor/Bundle.properties,v 
<--  Bundle.properties
new revision: 1.3; previous revision: 1.2
done
Checking in src/org/netbeans/modules/db/sql/editor/SQLEditorProviderImpl.java;
/cvs/db/sqleditor/src/org/netbeans/modules/db/sql/editor/SQLEditorProviderImpl.java,v
 <--  SQLEditorProviderImpl.java
new revision: 1.3; previous revision: 1.2
done
Comment 4 Andrei Badea 2005-10-10 12:13:11 UTC
SQL part fixed. Is seems there aren't any more texts not coming from resource
bundles, can we close this issue? Reassigning back to core/options.
Comment 5 Jan Jancura 2005-10-10 13:15:16 UTC
core/options is reserved for new options dialog.
Comment 6 Jan Chalupa 2005-10-27 06:21:07 UTC
So is it resolved now?
Comment 7 Jan Chalupa 2005-10-27 08:31:19 UTC
Please let me know how to run in the "pseudo" mode. I'd like to verify if this
has been fixed already, or not.
Comment 8 Marek Grummich 2005-10-27 09:07:13 UTC
Created attachment 26379 [details]
Snapshot
Comment 9 Marek Grummich 2005-10-27 09:13:31 UTC
Seems to be fixed in the build 200510261800, look at the attached snapshot. Only
XML node doesn't come from bundle, but it worldwide known abbreviation. Ken, I
would say, it is correct.
Question - Is it correct that some nodes have not them icons (Ant Syntax Error,
Ant Build Error)?  
Comment 10 Marek Grummich 2005-10-27 09:20:15 UTC
I found next node that doesn't come form bundle - IDE Configuration,Server and
external tool settings, HTTP Server, but it is same question like XML.
Comment 11 Marian Mirilovic 2005-12-23 09:02:36 UTC
Ken, Marek,
what is the status of this issue?
Comment 12 Ken Frank 2005-12-23 17:00:56 UTC
it can be made resolved and verified - used recent build.

ken.frank@sun.com
Comment 13 Jan Chalupa 2005-12-31 13:15:50 UTC
RESOLVED / FIXED per last Ken's comment.
Comment 14 Marian Mirilovic 2006-01-02 08:57:37 UTC
verified