Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9872
    jimmy
    Participant

    If the value of “Additional Lines to Search for Regular Expressions” parameter is greater than 0, take the following piece of text for eg (t is a tab char).

    First Linet1
    Second Line
    Third LinetA
    Fourth Linet4

    1> If the cursor is in the first line, the regular expression pattern “[^d]rn” only matches the “rn” character at the end of the second and the third line. The replacement function fails in both positions.

    2> If the cursor is in the second line, the pattern “[^d]rn” can match “ern”, and then clicking the “Find Next” button, it only matches “A” at the end of the third line and the replacement function doesn’t work here.

    When “Additional Lines to Search for Regular Expressions”=0, it matches correctly.

    #9884
    Yutaka Emura
    Keymaster

    Hello jimmy,

    I have already realized this issue, and have fixed it. Here is test versions you might want to try:

    http://www.emeditor.com/pub/emed32_11.0.4rc1.exe (32-bit)

    http://www.emeditor.com/pub/emed64_11.0.4rc1.exe (64-bit)

    Please let me know if you can confirm the issue resolved, or if you can find any other bugs :)

    When a new release version is available, please uninstall this RC version before you install the newer version.
    Thank you!

    #9885
    jimmy
    Participant

    Yes, the issue is resolved. Thank you!

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