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 - Tools -> Internationalization should be moved to Source top level menu
Summary: Tools -> Internationalization should be moved to Source top level menu
Status: RESOLVED INCOMPLETE
Alias: None
Product: java
Classification: Unclassified
Component: I18N (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2008-08-13 22:40 UTC by David Konecny
Modified: 2009-07-27 11:18 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
source code patch (6.19 KB, patch)
2008-08-27 14:59 UTC, Marian Petras
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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