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 139678 - Make Tools menu static
Summary: Make Tools menu static
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: PLAN, UI
Depends on:
Blocks: 139559
  Show dependency tree
 
Reported: 2008-07-11 09:02 UTC by jrojcek
Modified: 2013-04-05 15:21 UTC (History)
3 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
items which can appear in tools menu (9.26 KB, image/png)
2009-06-12 11:31 UTC, Ondrej Langr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jrojcek 2008-07-11 09:02:08 UTC
In the Tools menu, menu items appear and disappear depending on the selected window and node. This behavior clearly means the menu items are harder to 
discover. It is also very hard to make sure the menu items appear properly ordered, as we would need to design and verify it for all possible contexts. 

This is the proposal to make the menu static, it means all items are always visible and disabled if they are not applicable in the given context. To make it 
happen, first we need to asses how many items we currently put into the Tools menu for the full IDE distribution. I hope the dev team could do a search 
through the source base to identify all actions. Then designers should come up with proper wording and ordering in the permanent UI spec.

It's possible there would be too many items to fit into the Tools menu at once. If it's true, we would need to come up with some other solution which would 
depend on the list of all existing menu items in the menu.
Comment 1 Stanislav Aubrecht 2008-10-16 10:10:52 UTC
reassigning back to HIE - please provide the list of items that should appear in static tools menu
Comment 2 Ondrej Langr 2009-04-08 12:31:11 UTC
Hasn't this already been implemented? Isn't tools menu static now? 
Comment 3 Ondrej Langr 2009-06-09 10:44:32 UTC
I'll answer my own question: No, it hasn't. 

Standa, is it possible to somehow get a list of all the items which can appear in the tools menu? Because to find them
manually would mean to try all possible contexts of the IDE .. which seems unfeasible. 
Comment 4 Ondrej Langr 2009-06-12 11:31:11 UTC
Created attachment 83492 [details]
items which can appear in tools menu
Comment 5 Ondrej Langr 2009-06-12 11:33:31 UTC
For future reference, I've attached (thanks to Standa) a list of items which can appear in the tools menu. However, this
list may not necessarily be complete, as items can be displayed also dynamically.
Comment 6 Stanislav Aubrecht 2013-04-05 15:21:39 UTC
Tools menu items appear/disappear only when appropriate modules are activated/deactivated.