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 4686 - Exception in KeyBindings editor.
Summary: Exception in KeyBindings editor.
Status: CLOSED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P3 normal (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-11-11 00:44 UTC by Petr Nejedly
Modified: 2002-07-19 14:41 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 Petr Nejedly 1999-11-11 00:44:13 UTC
Exception occurred during event dispatching:
In explorer, select Project settings Tab, Editor settings, Global key bindings, Property editor (...), select some binding and modify it
like DELETE->DELETEt
Exception is thrown:

java.lang.IllegalArgumentException
        at com.netbeans.developer.modules.text.options.BaseOptionsBeanInfo$KeyBindingListPropertyEditor.text2Bind(BaseOptionsBeanInfo.java:408)
        at com.netbeans.developer.modules.text.options.BaseOptionsBeanInfo$KeyBindingListPropertyEditor.changeInternal(BaseOptionsBeanInfo.java:320)
        at com.netbeans.developer.modules.text.options.KeyBindingsPanel$5.actionPerformed(KeyBindingsPanel.java:202)