Skip to content
This repository has been archived by the owner on May 14, 2018. It is now read-only.

Two spaces does not show indent guide with FOR loops #1

Open
evonsdesigns opened this issue Aug 21, 2014 · 1 comment
Open

Two spaces does not show indent guide with FOR loops #1

evonsdesigns opened this issue Aug 21, 2014 · 1 comment

Comments

@evonsdesigns
Copy link

Hey, not sure if you are just hosting or also maintaining, but I have no indent guide showing up for for loops that do two-space spacing with the contents. It appears if I move to 4 spaces, but that is not the standard I am using on a project. Any chance to make it a editable setting?

@ohrngren
Copy link

ohrngren commented Mar 2, 2016

Check the setting (using Java as an example)
preferences --> Java --> Editor --> Typing
See what the text says as current value, e.g.
"The tab display value (currently 4)"
Change this value to '2' and it should work.

The value is retrieved from the class StyledText and the method getTabs. So changing the preference will make it work.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants