Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4787
    Vlad
    Member

    The text is:

    aaaaaaaaaaaaa
    aaaaaaaaaaaaa
    aaaaaaaaaaaaa
    aaaaaaaaaaaaa

    Select single vertical column of a’s. Find/Replace: regex, match case, selection only.
    Find: [a-z]
    Replace: anything
    Nothing is replaced.
    Replacement also fails if block selection is 2,3,4 columns wide. It works is block selection is >4 chars wide.

    The following replace fails if block selection is 1,2 or 3 columns wide. It works if 4 or more columns selected.
    Find: (.*)
    Replace: x1

    #4794
    Yutaka Emura
    Keymaster

    I reproduced this bug, and it will be fixed on beta 16. Thanks!

    #4797
    Vlad
    Member

    This is almost fixed in beta 16. Still cannot do the following, emeditor hangs:
    find: (.*)
    replace: [1]

    The problem seems to be .* expression

    #4799
    Yutaka Emura
    Keymaster

    This will be fixed on beta 17. Thanks!

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