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 267503 - "Show indent guide lines" shows indent lines from global options and not from project specific options
Summary: "Show indent guide lines" shows indent lines from global options and not from...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Windows 10
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-09 13:20 UTC by seligor
Modified: 2016-09-19 07:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (55.00 KB, text/plain)
2016-08-09 13:21 UTC, seligor
Details

Note You need to log in before you can comment on or make changes to this bug.
Description seligor 2016-08-09 13:20:59 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_101
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.101-b13

Reproducibility: Happens every time

STEPS:
  * Open new java project
  * Set indentation different then in global options
  * Input some lines of code

ACTUAL:
  Editor window shows indentation lines from global options

EXPECTED:
  Project specific indentation line
Comment 1 seligor 2016-08-09 13:21:03 UTC
Created attachment 161602 [details]
IDE log
Comment 2 Fornax 2016-09-19 07:33:06 UTC
I can confirm this issue. It also happens with Netbeans 8.1 on Linux Mint 18.

This is an annoying issue for me because I prefer 8-char tabs for personal projects, but my employer requires me to work with 2 spaces for indentation. So I have tabs for global settings and spaces for work project settings. And especially since 2 spaces is way too little to clearly see what indentation depth you're on it's handy to have working indent guide lines.