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 64490 - It is not possible to create new Keymap profiles
Summary: It is not possible to create new Keymap profiles
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-15 19:15 UTC by Roman Strobl
Modified: 2007-11-05 13:40 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 Roman Strobl 2005-09-15 19:15:30 UTC
[NetBeans 200509151455; WinXP; JDK 1.5.0_04]

Issue Summary:
--------------
User is not able to create his own Keymap profiles. Marking as P1 because this
is standard functionality expected from new Options dialog.

Steps to Reproduce:
-------------------
1. Open new Options dialog.
2. Go to Keymap section.
3. Click on Duplicate button.
4. Fill in a name, e.g. "My Shortcuts".
-> An error dialog appears with message "Profile with such name already exits.".
Comment 1 Jan Jancura 2005-09-15 21:14:10 UTC
fixed in trunk:

Checking in actionsimpl/LayersBridge.java;
/cvs/editor/options/src/org/netbeans/modules/options/actionsimpl/LayersBridge.java,v
 <--  LayersBridge.java
new revision: 1.14; previous revision: 1.13
done
Checking in keymap/KeymapPanel.java;
/cvs/editor/options/src/org/netbeans/modules/options/keymap/KeymapPanel.java,v 
<--  KeymapPanel.java
new revision: 1.11; previous revision: 1.10
done
Comment 2 Roman Strobl 2005-09-18 14:12:56 UTC
Yep, it works now. Verified.