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 38126 - Window menu issues
Summary: Window menu issues
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-15 16:41 UTC by Marian Mirilovic
Modified: 2004-06-17 11:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2003-12-15 16:41:25 UTC
[nb_dev](200312141900)


Window menu isspecified in UI spec:
http://ui.netbeans.org/nonav/docs/ui/ws/ws_spec-netbeans_ide.html#3.5

but current implementation doesn't contain some
specified shortcuts, mnemonics :

1. Window | Debugging 
   - spcified mnemonic is 'b' implemented 'D'

2. "Search Results" menu item 
   - isn't present in Window menu as specified

3. Window | GUI Editing | Ispector 
   - hasn't set shortcut - specified is Ctrl+Shift-2

4. Window | Debugging | Local  Variables and Sessions
   - both menu items are without shortcuts,
specified are Ctrl+Shift-3 and Ctrl+Shift-8

5. Window | Debugging | All In One
   - this item isn't present in UI specification
Comment 1 Peter Zavadsky 2003-12-17 13:59:56 UTC
Well, I set already the mnemonics many times, the ui is changing again
and again. I'm fed up a bit with that :-).

Plesae, pass this kind of issues directly to modules owning those
actions. 


Passing to debugger first.
Comment 2 Maros Sandor 2003-12-17 16:02:06 UTC
(5) As I understand it from the document, HIE decided to remove the 
All In One component from the debugger. QA says this would be a 
regression (see Issue #37533). This conflict should be resolved ASAP
(4) There is also conflict in shortcuts (see Issue #37473)
(1) Fixed
/cvs/debuggercore/src/org/netbeans/modules/debugger/resources/Bundle.p
roperties,v  <--  Bundle.properties
new revision: 1.9; previous revision: 1.8
Comment 3 Milan Kubec 2003-12-17 16:30:49 UTC
I hope that UI Spec doesn't mention 'All in One' view only by
accident, because it would remove another functionality of debugger
(Monitors) useful for multithreaded debugging.
Comment 4 Maros Sandor 2004-01-29 10:51:05 UTC
I believe all issues are resolved by now.
Comment 5 Marian Mirilovic 2004-06-17 11:14:53 UTC
I filed separate issue 45083 for Window | Debug 

verified in [nb_dev](200406171800)