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 135952 - "Delete" key and Undo/Redo actions don't work in custom keymaps
Summary: "Delete" key and Undo/Redo actions don't work in custom keymaps
Status: RESOLVED DUPLICATE of bug 133618
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-28 03:23 UTC by mikepanev
Modified: 2008-05-28 15:20 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 mikepanev 2008-05-28 03:23:58 UTC
Steps to reproduce:

    1. Start Netbeans, optionally with a completely empty user directory
    2. Open some Java file
    3. Go to Tools -> Options -> Keymap
    4. Choose the "Netbeans" keymap profile (default) and click "Duplicate"
    5. Enter some name for the new custom keymap
    6. Make sure the new keymap is selected in the drop-down menu, and close the dialog with OK
    7. Go to the Java file editor and try to delete some characters using the "Del" key --> nothing happens
    8. Make some other changes to the file and try to undo them with Ctrl+Z (default shortcut) --> nothing happens
    9. Same for Redo
Comment 1 Jiri Prox 2008-05-28 07:55:15 UTC
IMHO another case of issue 133618, Thanks for your report anyway.

*** This issue has been marked as a duplicate of 133618 ***
Comment 2 mikepanev 2008-05-28 15:20:41 UTC
  Yes, sounds like the same. Sorry, I did skim through the recent bugs related to keymaps, but I must have missed that
one (probably because it says keybindings, and I searched for "keymap").