Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #6426
    Yutaka Emura
    Keymaster

    EmEditor Professional 8.00 beta 9 is available for download. Updates from beta 8 include:

    – Replace All including new lines or regular expressions optimized (became much faster!).

    For instance:
    16,100 lines, 302 KB ASCII text
    Find: n
    Replace with: (blank)

    v7.02 —- 1 minute 53 seconds
    v8 beta 9—- 1 second
    ———————————

    – Other bug fixes

    See http://www.emeditor.com/modules/feature1/index.php?id=7
    for updates from Version 7.

    Download:
    http://www.emeditor.com/modules/download2/ (Next Beta Version)

    The portable version can be produced from the Import/Export wizard on the Tools menu after you use the installer. However, the portable version runs slower than one using the Registry.

    We target October 29th (in the Pacific time) as the release date of v8. Please let me know earlier rather than later if you have any bug reports or comments. Thanks!

    #6427
    Eugene
    Participant

    wow! that’s very cool improvement! thank you!

    #6430
    zhouzh2
    Participant

    Replace All including new lines or regular expressions optimized (became much faster!).

    That was quite amazing! The best editor keep getting better.

    #6432
    yongfa365
    Member

    2 bugs:

    1. snipptes
    2.regular ……

    http://www.yongfa365.com/EmEditor/Bug.swf

    #6434
    Yutaka Emura
    Keymaster

    yongfa365 wrote:
    2 bugs:

    1. snipptes
    2.regular ……

    http://www.yongfa365.com/EmEditor/Bug.swf

    I fixed the snippets plug-in.

    I don’t know why you had the issue with regular expressions. I cannot reproduce this issue with the same regular expression. Can you reprodue with a simpler text, maybe English text? If so, can you let me know the text that I can reproduce the issue? Thank you!

    #6437
    yongfa365
    Member

    http://www.yongfa365.com/EmEditor/bug.txt

    (.+)nn1

    Simplified Chinese,gb2312

    #6438
    Yutaka Emura
    Keymaster

    yongfa365 wrote:
    http://www.yongfa365.com/EmEditor/bug.txt

    (.+)nn1

    Simplified Chinese,gb2312

    Thanks!

    #6448
    EmUser
    Member

    In beta11, still pop memory exhausted windows. Emeditor no more close, but still pop windows.

    #6451
    Yutaka Emura
    Keymaster

    EmUser wrote:
    In beta11, still pop memory exhausted windows. Emeditor no more close, but still pop windows.

    Yes. This is a limitation of the regular expression engine. You should use a non-greedy form: (.+?)nn1

    #6452
    EmUser
    Member

    Aha, I use (.+?)nn1 to search, Emeditor stirll pop Memory exhausted window.

    Please fix this.

    And, can EmEditor don’t pop this windows when my search command is wrong?

    Thanks.

    #6453
    Yutaka Emura
    Keymaster

    EmUser wrote:
    Aha, I use (.+?)nn1 to search, Emeditor stirll pop Memory exhausted window.

    Please fix this.

    And, can EmEditor don’t pop this windows when my search command is wrong?

    Thanks.

    Check “Regular Expression can match new line characters” check box is cleared and “Additional lines to search for regular expressions” text box is set to “0” in the Search tab of the Customize dialog box.

    I cannot stop the popup window when there is an error.

    #6454
    EmUser
    Member

    I have check the check box is cleared and text box is set to “0”, Emeditor still Memory exhausted pop windows.
    I don’t know how to solve it.

    #6456
    Yutaka Emura
    Keymaster

    EmUser wrote:
    I have check the check box is cleared and text box is set to “0”, Emeditor still Memory exhausted pop windows.
    I don’t know how to solve it.

    That’s the limitation. You will need to find another regular expression to solve it. How about {n,m} ?

    #6457
    EmUser
    Member

    OK. Thanks.
    Waiting For your release 8.

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