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 271528

Summary: Shift-tab does not work except at the beginning of a line.
Product: ide Reporter: aschwarz1309 <aschwarz1309>
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 8.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description aschwarz1309 2017-09-26 05:52:26 UTC
Product Version = NetBeans IDE 8.2 (Build 201705191307)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_111
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.111-b14

Reproducibility: Happens every time

STEPS:
  * (C++ enter a line with an '//' several tab positions after the terminal ';', eg, a = b;         // x
  * Position cursor immediately before ''//'
  * Press shift-tab

ACTUAL:
  nothing happens

EXPECTED:
  '//' to shift left by one tab position for each click (shift-tab)
Comment 1 aschwarz1309 2017-09-26 05:52:28 UTC
Created attachment 165181 [details]
IDE log