Did you find any problems using this software? Please post here...
hanss713
Posts: 2 Joined: 06.12.2012 11:18
Post
by hanss713 » 03.03.2014 16:25
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
Alexey
Posts: 1633 Joined: 05.10.2012 22:10
Post
by Alexey » 03.03.2014 17:54
I know this issue(misfeature)- no fix I have yet...
Alexey
Posts: 1633 Joined: 05.10.2012 22:10
Post
by Alexey » 13.11.2014 06:50
No fix I can make easily, so "WontFix" yet, sorry
hanss713
Posts: 2 Joined: 06.12.2012 11:18
Post
by hanss713 » 13.10.2015 20:34
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?
Matthias
Posts: 10 Joined: 05.10.2012 22:07
Post
by Matthias » 14.10.2015 06:26
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.