templates and tab indentation

Worker

Member³
I love the idea of using AutoReplace now that it supports templates! However, the following will still prevent me from using it to its fullest:

When inserting a multi-line template (like Program units\Function) on a line that is indented using tab characters, lines from the template aren't indented correctly. On a line that is indented with N tabs, template lines are indented with N spaces. On a line that is indented with a combination of N tabs + M spaces, template lines are indented with N+M spaces.

Editor Preferences:
[x] Automatic, Step (chars): 4
[ ] Smart tab, Tab size: 4
[x] Smart fill
[x] Use tab character
 
Back
Top