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

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

    – A new warning message if the version of Language Pack and EmEditor version do not match.

    – 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!

    #6442
    Stefan
    Participant

    Load TC History.txt from http://www.ghisler.com/history.txt
    (Copy the content to get 16.000 lines)

    RegEx Search for: ^(.+Fixed:.+)$
    Replace with: #1#
    [Replace all]

    I get bad result. The #-sign is inserted here and there but not where i want it to be (at start and at end of an line containing the word Fixed:

    Note: the right lines are highlighted correctly but the replacing is not correct.

    – – –

    RegEx Search for: ^(.+Fixed:.+)$
    Replace with: nothing
    [Replace all]

    seams to delete all line containing the word “Fixed:”
    but i can’t see it because…the view is not refreshed.

    I use [End]-key to jump to the end of file.
    Then i scroll up with Page-up.
    The line numbers are changed
    but the displayed text is still the same because the view is not refreshed.
    If i scroll more…the text are crumbled to mini chars, then to small line strokes… not read-able any more.

    If i went from this forum back to EmEditor there is no more text but this forum contend…. i.e. EmEditor view is no more refreshed.

    And i get EmEditor to stop working a few times.
    I don’t see EmEditor is stable right now.
    It’s hard to document and describe this all,
    but if you need more info just ask, then i do the work.

    beta10
    Additional Lines to search RegEx was set to ’10’ ….if this says something?
    XP SP2
    1.4Ghz DELL D600 / 2GB RAM

    ——-

    BTW
    yesterday evening
    i had problems with Snipplets-Plugin
    while drag&dropping text to the side window.
    EmEditor stop working all the time.
    That was beta8 and beta9 … today with beta10 this problem was gone.

    best regards
    Stefan

    #6443
    Stefan
    Participant

    Yes, disabling “Additional lines to search RegEx : 10”
    helps here.

    This means that ?-sign didn’t switch non-greedy.
    EmEditor still search for the longest match and
    search for my 10+ lines.

    ——

    Before disabling this “Additional lines” i try:
    Search ^(.+?Fixed:.+?)$
    Replace: #1#

    I added two ?-signs.

    Pressing [Replace all]
    give me a messgbox: “Out of memory. No UNDO available”
    Pressing [No] here lets EmEditor stop working.

    ———–

    Suggestions:
    1.) EmEditor should recognize the ?-sign to work non-greedy.
    2.) i want to point to my request to add this “Dot find new line”-option to the find&replace-dialog
    for easy access

    #6444
    Yutaka Emura
    Keymaster

    Stefan wrote:
    Yes, disabling “Additional lines to search RegEx : 10”
    helps here.

    This means that ?-sign didn’t switch non-greedy.
    EmEditor still search for the longest match and
    search for my 10+ lines.

    ——

    Before disabling this “Additional lines” i try:
    Search ^(.+?Fixed:.+?)$
    Replace: #1#

    I added two ?-signs.

    Pressing [Replace all]
    give me a messgbox: “Out of memory. No UNDO available”
    Pressing [No] here lets EmEditor stop working.

    ———–

    Suggestions:
    1.) EmEditor should recognize the ?-sign to work non-greedy.
    2.) i want to point to my request to add this “Dot find new line”-option to the find&replace-dialog
    for easy access

    Thank you so much for reporting the redrawing issue. I will fix this and build the next beta shortly.

    I don’t know why you don’t get good results with non-greedy marks. You should probably use 0 for “Additional Lines to search RegEx” and uncheck “Regular Expressions can match new lines” check box.
    I always think about adding these options in the Find/Replace dialog box, but there wasn’t enough time by Version 8. Maybe next version, I will consider that.

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