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 - Shift-tab does not work except at the beginning of a line.
Summary: Shift-tab does not work except at the beginning of a line.
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-26 05:52 UTC by aschwarz1309
Modified: 2017-09-26 05:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (60.20 KB, text/plain)
2017-09-26 05:52 UTC, aschwarz1309
Details

Note You need to log in before you can comment on or make changes to this bug.
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