- AuthorPosts
- September 8, 2017 at 7:46 am #22398spirosParticipant
\n (and possible more like this) is not replaced in 17.1.2
September 8, 2017 at 10:11 am #22399Patrick CParticipantI first panicked when I read this, but wasn’t able to reproduce it.
Filter and replace for example works fine on my Windows 10 machine with EmEditor Professional (64-bit) Version 17.1.2
September 8, 2017 at 10:40 am #22402Yutaka EmuraKeymasterHello spiros,
Can you please describe more details, and include a sample file, so that we can reproduce the issue? More information will be better. Thank you,September 9, 2017 at 1:38 am #22404spirosParticipantTry this text:
Can you please describe
more details, and include
a sample file, so that
we can reproduce the issue?Find: \n
Replace: ,Result:
imgur.com/a/Q2bCq
Can you please describe
, more details, and include
, a sample file, so that
, we can reproduce the issue?Instead of:
Can you please describe, more details, and include, a sample file, so that, we can reproduce the issue?
September 9, 2017 at 3:45 am #22405skyParticipantSuppose you have enabled “Treat CR and LF Separately” in Advanced dialog box,
So you will need Find “\r\n” if this option is enabled.
BTW, it seems have another problem here.
Find “abc” it will display : “Cannot find abc below the current position.” => OK
Find “\n\n” it will display : “Cannot find \n\n below the current position.” => OK
Find “abc” and Replace with “,” it will display : “Cannot find abc anywhere in document.” => OK
But, if Find “\n\n” and Replace with “,” it will display Nothing.
September 9, 2017 at 6:42 am #22406spirosParticipantSuppose you have enabled “Treat CR and LF Separately” in Advanced dialog box,
Yes, that was the problem.
September 11, 2017 at 1:56 pm #22419Yutaka EmuraKeymasterThe status bar issue will be fixed on v17.1.3.
Thank you! - AuthorPosts
- You must be logged in to reply to this topic.