Thank you very much for the tip This option now makes both files identical.
I find it very strange that a simple thing like that made script unusable.
Apparently the issue was only with this particular script. I tried other scripts and they all were identical to notepad++ after editing without keep trailing blanks option checked.
Is it a good idea to leave this option ON just in case I encounter another script with trailing blanks?
2Alextp
I only want to ask if there will be a x64 version of Synwrite? I think to switch to TC8x64 in near future and Synwrite is one of my more used plugin...
Thank you
Greetings Alextp, this Ctrl+H sends SynWrite 2.7.050 into an infinite loop on my WinXP Pro SP3 English:
search for: $
replace with: ]
regular expressions: enabled
Replace All
OK
Alextp wrote:2sgp
Maybe you need "\$", not "$"? "$" is EOL marker, cannot replace it. If need to replace EOL, u need "\n\r" (for Windows file).
No, I really meant to replace EOL marker to append to each line. Other regex engines allow this type of replacement "replace null at EOL with something". Since SynWrite doesn't allow it I can live with \r\n$. Thanks.