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 - Delete key does not work
Summary: Delete key does not work
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
: 68884 68919 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-11-17 05:56 UTC by _ gtzabari
Modified: 2007-11-05 13:44 UTC (History)
1 user (show)

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 _ 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. ***