Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #22398
    spiros
    Participant

    \n (and possible more like this) is not replaced in 17.1.2

    #22399
    Patrick C
    Participant

    I 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

    Newline escape

    #22402
    Yutaka Emura
    Keymaster

    Hello 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,

    #22404
    spiros
    Participant

    Try 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?

    #22405
    sky
    Participant

    Suppose you have enabled “Treat CR and LF Separately” in Advanced dialog box,
    So you will need Find “\r\n” if this option is enabled.
    adv

    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.
    re

    #22406
    spiros
    Participant

    Suppose you have enabled “Treat CR and LF Separately” in Advanced dialog box,

    Yes, that was the problem.

    #22419
    Yutaka Emura
    Keymaster

    The status bar issue will be fixed on v17.1.3.
    Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.