Indenting code in JSP editor inserts tabs even though I have the editor configured to use spaces.
This is using the Tab & Shift-Tab keys when a block is selected.
I also noticed that it will not un-indent lines all the way to the left, for example:
<form>
… bunch of stuff …
</form>
I want to get:
<form>
… bunch of stuff …
</form>
Other then this, I love this tool.
Thanks,
Jeff Stano