Page 1 of 1

[wontfix] Wrong result of "Spaces to tabs (all)"

Posted: 03.03.2014 16:25
by hanss713
Lines with spaces:

Code: Select all

                last if (/^\|\s+Missing Information\s+\|/);     # -missing_info
                last if (/^\|\s+Recursion Ignored\s+\|/);       # --verbose_warnings
Wrong result after spaces to tabs (all) with tab size 4 (with \t instead of the real tabs for this post):

Code: Select all

\t\t\t\tlast if (/^\|\s+Missing Information\s+\|/);\t # -missing_info
\t\t\t\tlast if (/^\|\s+Recursion Ignored\s+\|/);\t   # --verbose_warnings
After expansion with tab size 4 you can see that it's not same as at beginning:

Code: Select all

                last if (/^\|\s+Missing Information\s+\|/);  # -missing_info
                last if (/^\|\s+Recursion Ignored\s+\|/);      # --verbose_warnings
Looks as if SynWrite simply replaces 4 spaces with a tab, which is obviously only allowed for leading spaces, not in the text.

SynWrite 6.4.581

Posted: 03.03.2014 17:54
by Alexey
I know this issue(misfeature)- no fix I have yet...

Posted: 13.11.2014 06:50
by Alexey
No fix I can make easily, so "WontFix" yet, sorry

Posted: 13.10.2015 20:34
by hanss713
I just received a new "Topic reply notification" - but I don't see any change in this topic :(!?
Is this an error of the forum SW, or is there some progress in this topic which I can't see?

Posted: 14.10.2015 06:26
by Matthias
A spam bot has posted a lot of spam during the last 2 days. We have deleted all these posts. Probably you got a notification for one of these.