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 143826

Summary: Tools -> Internationalization should be moved to Source top level menu
Product: java Reporter: David Konecny <dkonecny>
Component: I18NAssignee: issues@java <issues>
Status: RESOLVED INCOMPLETE    
Severity: blocker CC: jrojcek
Priority: P3 Keywords: UI
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: source code patch

Description David Konecny 2008-08-13 22:40:54 UTC
IMO whole Internationalization menu item should move from Tools to Source. Do you agree Jano?
Comment 1 jrojcek 2008-08-14 09:57:29 UTC
I agree. I was just waiting for the update of the obsolete internationalization UI (change wizards to hints, tasks, or something like that). Is anything like that 
planned in the near future?

Comment 2 David Konecny 2008-08-19 09:20:34 UTC
The same comment as one I just placed in issue 143835 - this is UI defect. Do you plan to fix it for 65?
Comment 3 jrojcek 2008-08-26 11:08:22 UTC
If you decide to fix it, then the right position of the Internationalization menu would be:

| Source |                        S (mnemonics)
==========                       
...
Insert Next Matching Word         N
Insert Previous Matching Word     P
===============================
Analyze Javadoc                   J
Internationalization          >   z
===============================
Preprocessor Blocks           >   B

Comment 4 Marian Petras 2008-08-27 10:17:21 UTC
I will do it.
Comment 5 Marian Petras 2008-08-27 14:56:05 UTC
Although this looks like a simple change, there is one thing that makes it complicated - context menus on nodes
representing Java files, Java packages and JSP files. If an action is removed from the Tools menu, it becomes
inaccessible from context menus of these nodes.

I will not integrate this change (move) until this is sorted out.
Comment 6 Marian Petras 2008-08-27 14:59:18 UTC
Created attachment 68452 [details]
source code patch