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 161730

Summary: I18N : "Navigate" of context menu on JSON editor is not from Bundle
Product: javascript Reporter: Masaki Katakai <masaki>
Component: EditorAssignee: Marek Fukala <mfukala>
Status: VERIFIED FIXED    
Severity: blocker CC: vstejskal
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Masaki Katakai 2009-04-02 07:15:06 UTC
issue 148909 had been fixed in 6.5 but it's reproducible again.
It seems that "Navigate" is not from bundle in current dev build
for "YAML"(issue 151668) and "JSON" file type.
Comment 1 Marek Fukala 2009-04-15 20:11:18 UTC
Do you test all possible file types? In another words, are you sure, the only .json and .yaml files have this problem. I
see some hacky code in the CslJar.registerEditorServices() ...
Comment 2 Marek Fukala 2009-04-16 07:27:12 UTC
fixed by applying the critical part of the Tor's fix 43eef91695e6. The original issue was fixed after jet-parsing-api
clone was created and not merged later.

Btw Vito, isn't it possible to localize the popup menu items in more elegant way? It seems that the used solution
requires the full path of the localized item to be present in the bundle as a key :-(
Comment 3 Marek Fukala 2009-04-16 07:30:08 UTC
fixed in web-main#97126a60291b
Comment 4 Quality Engineering 2009-04-16 19:23:52 UTC
Integrated into 'main-golden', will be available in build *200904161401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/97126a60291b
User: Marek Fukala <mfukala@netbeans.org>
Log: #161730 - I18N : "Navigate" of context menu on JSON editor is not from Bundle
Comment 5 Masaki Katakai 2009-04-20 04:55:41 UTC
Verified fix on 200904180201. Thank you!