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 72108 - Action wiz - disable Remove shortcut when the list is empty
Summary: Action wiz - disable Remove shortcut when the list is empty
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: rmatous
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2006-02-01 10:46 UTC by pzajac
Modified: 2006-02-03 16:55 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 pzajac 2006-02-01 10:46:25 UTC
[200601291900]
Steps to reproduce:
1)Show New Action Wizard.  
2)Enable global keys shortcut in GUI registration panel

The remove button is enable. But the list with shortcuts is empty. It is better
to disable it.
Comment 1 rmatous 2006-02-01 16:05:08 UTC
/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/action/ShortcutEnterPanel.java,v
 <--  ShortcutEnterPanel.java
new revision: 1.3; previous revision: 1.2

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/action/GUIRegistrationPanel.form,v
 <--  GUIRegistrationPanel.form
new revision: 1.6; previous revision: 1.5

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/action/GUIRegistrationPanel.java,v
 <--  GUIRegistrationPanel.java
new revision: 1.27; previous revision: 1.26
Comment 2 Jesse Glick 2006-02-01 16:06:05 UTC
Really Version = 5.0u1? Or really 5.0? Please set Version field accurately so
that we can list what we fixed in 5.0u1. For something minor like this it
doesn't matter much but for other things it may.
Comment 3 pzajac 2006-02-01 16:15:22 UTC
The version is correct because the multiple shortcuts were implemented after Nb50.
Comment 4 Jesse Glick 2006-02-01 16:44:06 UTC
Right, sorry for confusion.
Comment 5 pzajac 2006-02-03 16:55:31 UTC
v