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 218258 - Shortcut containing alt are not recorded correctly
Summary: Shortcut containing alt are not recorded correctly
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Macros (show other bugs)
Version: 7.3
Hardware: PC Linux
: P2 normal (vote)
Assignee: Svata Dedic
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2012-09-13 06:42 UTC by Jiri Prox
Modified: 2012-09-14 02:11 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 Jiri Prox 2012-09-13 06:42:51 UTC
Shortcut containing alt are not recorded correctly. 

Steps to reproduce:
1) press Record Macro
2) press alt-shift-J (select identifier)
3) stop recording

-> the macro contains following code:
select-identifier "J"

but it should contain only
select-identifier 


Product Version: NetBeans IDE Dev (Build 201209130001)
Java: 1.7.0_07; Java HotSpot(TM) Client VM 23.3-b01
System: Linux version 2.6.38-8-generic running on i386; UTF-8; en_US (nb)
User directory: /home/jirka/.netbeans/dev
Cache directory: /home/jirka/.cache/netbeans/dev
Comment 1 Svata Dedic 2012-09-13 09:48:22 UTC
It seemed to work OK in build from 10th Sep, I'll try to focus on recent changes.
Comment 2 Svata Dedic 2012-09-13 11:55:44 UTC
Correction: does not work on JDK 1.7; seems to work on JDK 1.6
Comment 3 Svata Dedic 2012-09-13 13:39:42 UTC
Changeset: 590b83860be7
Author:    Svata Dedic <sdedic@netbeans.org>
Date:      2012-09-13 15:39
Message:   Issue #218258 - Shortcut containing alt are not recorded correctly: fixed
Shared logic before default key typed action and macro recording, unwanted characters are filtered iff they are not entered into the text.
Comment 4 Quality Engineering 2012-09-14 02:11:19 UTC
Integrated into 'main-golden', will be available in build *201209140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/590b83860be7
User: Svata Dedic <sdedic@netbeans.org>
Log: Issue #218258 - Shortcut containing alt are not recorded correctly: fixed
Shared logic before default key typed action and macro recording, unwanted characters are filtered iff they are not entered into the text.