Agamemnus
Agamemnus

Reputation: 1426

Notepad++ indent guide all wrong

I wanted to add some auto-indenting to Notepad++ to my Javascript code. That semi-worked: it now indents the previous line's amount, but doesn't indent any extra for new scopes. Now though, my indent guides are all wrong: every extra character creates an indent guide on the lines below it, instead of indent guides only for extra scope. It's like this in all file types, not just Javascript. Help!

Note: I was on 5.9.x, now on 6.5.2. Doesn't do anything. System Restore didn't do anything either.

Here is a screenshot that shows the problem:

Upvotes: 1

Views: 2590

Answers (1)

miroxlav
miroxlav

Reputation: 12194

Please try checking this answer. This is not addressing indentation, but structural highlighting, what is superset of indentation in many cases.

I'm sorry this is for visual studio, but most answers I could find lead there. Basic version of VisualStudio should be for free download. Optionally you can search Google for "javascript indent guides" to find some other editor.

Upvotes: 1

Related Questions