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 262246 - Keyboard shortcuts are broken
Summary: Keyboard shortcuts are broken
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Actions/Menu/Toolbar (show other bugs)
Version: 8.2
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords: REGRESSION
Depends on: 258668
Blocks:
  Show dependency tree
 
Reported: 2016-05-26 23:51 UTC by _ gtzabari
Modified: 2016-05-30 08:38 UTC (History)
2 users (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 2016-05-26 23:51:25 UTC
Product Version: NetBeans IDE Dev (Build 201605260002)
Java: 1.8.0_92; Java HotSpot(TM) 64-Bit Server VM 25.92-b14
Runtime: Java(TM) SE Runtime Environment 1.8.0_92-b14
System: Windows 10 version 10.0 running on amd64; Cp1252; en_CA (nb)
User directory: C:\Users\Gili\AppData\Roaming\NetBeans\dev
Cache directory: C:\Users\Gili\AppData\Local\NetBeans\Cache\dev

The keyboard shortcut CTRL+SHIFT+T shows up under Tools -> Options -> Keyboard but if:

1. Open a new editor tab
2. Close the editor tab
3. Hit CTRL+SHIFT+T to reopen the last closed editor tab
4. Nothing happens.

This is a regression and used to work about a month ago.
Comment 1 _ gtzabari 2016-05-26 23:53:16 UTC
The title denotes the fact that I've run into this problem with other shortcut keys in recent past. I suspect a recent change broke multiple shortcuts, but  don't remember the other ones off the top of my head. If this bug is specific to CTRL+SHIFT+T feel free to rename the issue.
Comment 2 Vladimir Voskresensky 2016-05-26 23:59:27 UTC
Ilia, wasn't that caused by the changed made for "new tab" in Terminal?
So CTRL+SHIFT+T has the collision with global "Open Recent File"?
Comment 3 Vladimir Voskresensky 2016-05-27 00:00:04 UTC
see https://netbeans.org/bugzilla/show_bug.cgi?id=262191 as well
Comment 4 _ gtzabari 2016-05-27 00:03:55 UTC
Isn't it possible to Netbeans unit tests to pick up these kinds of collisions? It's kind of silly to rely on users to detect these conflicts.
Comment 5 ilia 2016-05-30 08:35:46 UTC
I've changed the shortcut to Ctrl+Alt+Shift+T, so there are no conflicts now and this bug can be closed.