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 127161

Summary: I18N - word goto in php editor not from bundle file
Product: editor Reporter: Ken Frank <kfrank>
Component: CSL (API & infrastructure)Assignee: issues@editor <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: jlahoda, pjiricka
Priority: P3 Keywords: API, I18N
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Ken Frank 2008-02-11 19:05:33 UTC
in editor of a php file, menu item goto
does not appear to come from a bundle file - am running in ja locale using
pseudo localized netbeans.

I do see this item in a bundle file of
org-netbeans-modules-gsf -    EXAMPLE_coloring_java-goto=goto
but I dont think that kind of key is the one for this kind of menu item.
Comment 1 Tomasz Slota 2008-04-09 09:57:57 UTC
Honzi I think it's yours...
Comment 2 Jan Lahoda 2008-04-09 14:15:45 UTC
The ultimate problem is in the GSF itself, IMO: GSF creates Editors/text/x-php5/Popup/goto and attaches a localizing
bundle, which does not contain entry for Editors/text/x-php5/Popup/goto. For the time being, I have workarounded the
problem (you will need to test on a new userdir, the workaround will not heal old userdirs):
http://hg.netbeans.org/release61/rev/4137fe3cf7cf

But, GSF should ensure that the bundle contains proper keys/values (see NbBundle.loadBundleClass).
Comment 3 Petr Jiricka 2008-04-11 11:15:03 UTC
Does not affect 6.1 itself (only PHP), adding the NO61 keyword.
Comment 4 Torbjorn Norbye 2008-07-23 23:40:31 UTC
We have a workaround so this doesn't affect any users, downgrading to P3 given other priorities. (It's also specifically
in the gsf plans - see the GsfIssues wiki page.)
Comment 5 David Strupl 2009-01-14 14:36:30 UTC
Moving from ruby/GSF to editor/CSL. Step one: assign to myself ;-)
Comment 6 David Strupl 2009-01-14 14:45:34 UTC
Step 2: trying to make the owner not myself but the owner of the subcomponent.
Comment 7 Vitezslav Stejskal 2009-04-16 13:19:50 UTC

*** This issue has been marked as a duplicate of 151668 ***