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 220591 - Debug Target action is twice in Options->Keymap
Summary: Debug Target action is twice in Options->Keymap
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-22 14:49 UTC by Milutin Kristofic
Modified: 2012-10-25 10:49 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 Milutin Kristofic 2012-10-22 14:49:26 UTC
Two actions:
org-netbeans-modules-ant-debugger-RunTargetAction
org-netbeans-modules-ant-debugger-RunTargetsAction

has same ActionId name. You can consider to create one action that understand
context where it is called.

There is similar bug in #220590.
Comment 1 Martin Entlicher 2012-10-23 09:40:49 UTC
Fixed by changeset:   237488:15442492dedc
http://hg.netbeans.org/core-main/rev/15442492dedc
Comment 2 Quality Engineering 2012-10-25 10:49:29 UTC
Integrated into 'main-golden', will be available in build *201210250921* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/15442492dedc
User: mentlicher@netbeans.org
Log: #220591: Do not provide display name for RunTargetsAction. That makes it not to appear in Keymap options. It can not be executed directly anyway.