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 43717 - The Run menu isn't imlemented according to the spec
Summary: The Run menu isn't imlemented according to the spec
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Hrebejk
URL: http://projects.netbeans.org/nonav/bu...
Keywords:
Depends on:
Blocks: 41835
  Show dependency tree
 
Reported: 2004-05-24 09:47 UTC by jrojcek
Modified: 2004-08-13 12:11 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 jrojcek 2004-05-24 09:47:21 UTC
I am not sure who exactly should implement this (so, please 
reassign where appropriate):

- Run Other should be next to the Run Main Project in Debugger
- Attach should be renamed to Attach Debugger
- Kill Session should be renamed to Finish Debugger Session
- Attach Debugger should be moved next to the Finish 
Debugger Session
- Fix should be placed above the Stack
 (see the spec for details...)
Comment 1 Petr Hrebejk 2004-05-24 11:13:59 UTC
Hanz this is a lot of debugger actions. Probebly very easy to do.
Please do it.
Comment 2 Jan Jancura 2004-05-24 13:51:39 UTC
fixed on my side. You should set mnemonics, remove obsolete Fix Action
from your manifest and remove first separator.


Checking in
ui/src/org/netbeans/modules/debugger/jpda/resources/mf-layer.xml;
/cvs/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/resources/mf-layer.xml,v
 <--  mf-layer.xml
new revision: 1.16; previous revision: 1.15
done
Checking in
src/org/netbeans/modules/debugger/ui/actions/Bundle.properties;
/cvs/debuggercore/src/org/netbeans/modules/debugger/ui/actions/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.7; previous revision: 1.6
done
Comment 3 Petr Hrebejk 2004-05-24 17:24:26 UTC
Thanks Hanz.

Removed the old stuff from projectsui layer. The menu shoul look like
specified now.