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 255272 - [81cat] Search By Shortcut allows to insert multiple time the same character into the serch field.
Summary: [81cat] Search By Shortcut allows to insert multiple time the same character ...
Status: RESOLVED INVALID
Alias: None
Product: editor
Classification: Unclassified
Component: Key bindings (show other bugs)
Version: 8.1
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-14 14:04 UTC by -Silver-
Modified: 2015-09-21 09:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (154.27 KB, text/plain)
2015-09-14 14:04 UTC, -Silver-
Details

Note You need to log in before you can comment on or make changes to this bug.
Description -Silver- 2015-09-14 14:04:32 UTC
Product Version = NetBeans IDE Dev (Build 201509130002)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_66-ea
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.66-b02

Reproducibility: Haven't tried to reproduce it

STEPS:
1) Open toos -> Option -> Keymaps
2) In search in shortcut field insert multiple time the same combination for example "A A A A" or "CTRL+S CTRL+S CTRL+S CTRL+S" or multiple combination that are not compatible "A CTRL+A CTRL+SHIFT+A"

ACTUAL:
The Search in shortcuts field allows to enter those values as described before for example those values are allowed   "A A A A" or "CTRL+S CTRL+S CTRL+S CTRL+S" or multiple combination that are not compatible "A CTRL+A CTRL+SHIFT+A"

EXPECTED:
The field should automatically delete the previous content for example if I type "A A A A" the result should be simply "A". In general each time that I release the key when I press a different key combination the previous one should disappear.
Comment 1 -Silver- 2015-09-14 14:04:37 UTC
Created attachment 156148 [details]
IDE log
Comment 2 Svata Dedic 2015-09-21 09:03:06 UTC
We support multi-keystroke shortcuts. See for example Ctrl+U, L (convert to lowercase).