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 68879

Summary: Delete key does not work
Product: editor Reporter: _ gtzabari <gtzabari>
Component: -- Other --Assignee: issues@editor <issues>
Status: RESOLVED FIXED    
Severity: blocker CC: mmirilovic
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ gtzabari 2005-11-17 05:56:04 UTC
dev build 200511161900

Hitting the delete key in the editor (to delete the character following the
caret) no longer works, it always triggers a beeping sound. This worked with a
build from 10 days ago. Backspace works fine, as does ctrl-delete but delete
alone does not work. Fresh userdir didn't help either.
Comment 1 Martin Roskanin 2005-11-17 07:40:09 UTC
*** Issue 68884 has been marked as a duplicate of this issue. ***
Comment 2 Martin Roskanin 2005-11-17 11:44:48 UTC
Delete key is no more mapped to Delete Next Character action. 
(It is mapped to Delete action only)
Comment 3 Martin Roskanin 2005-11-17 15:04:34 UTC
fixed in [maintrunk]

/cvs/editor/libsrc/org/netbeans/editor/BaseKit.java,v  <--  BaseKit.java
new revision: 1.143; previous revision: 1.142
done
Checking in src/org/netbeans/modules/editor/NbEditorUI.java;
/cvs/editor/src/org/netbeans/modules/editor/NbEditorUI.java,v  <--  NbEditorUI.java
new revision: 1.53; previous revision: 1.52
Comment 4 Martin Roskanin 2005-11-18 08:54:31 UTC
*** Issue 68919 has been marked as a duplicate of this issue. ***