Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #5041
    me75
    Member

    to some .html files is slow too.

    Dowmload the html file from this web–

    http://rapidshare.com/files/66200832/slowHTML.zip.html

    Open and Regex replace”.+?“.
    You will find,scrolling a little slowly,replacing very slowly.
    but other editors such as EditPlusUltraedit works well.
    :-?

    #5042
    Yutaka Emura
    Keymaster

    me75 wrote:
    to some .html files is slow too.

    Dowmload the html file from this web–

    http://rapidshare.com/files/66200832/slowHTML.zip.html

    Open and Regex replace”.+?“.
    You will find,scrolling a little slowly,replacing very slowly.
    but other editors such as EditPlusUltraedit works well.
    :-?

    I believe you mean beta 36? beta 37 is not released yet.

    What do you want to replace “.+?” with? I tested your file by replacing

    .+?

    with

    ######

    and it took only one second.

    Make sure beta 36 is correctly installed by checking emeditor.exe timestamp. If you installed previous beta versions before, please uninstall previous versions before installing beta 36. This installer problem will be fixed on beta 37.

    #5046
    wOxxOm
    Member

    One guess: this file has one line of text which is spelled WITHOUT linebreaks at a length of 405000 characters!

    So obviously the problem is rooted in this fact. Maybe syntax highlight is slow on such long lines, or something else. Yet I’ve noticed this a long time ago – EmEditor is slowed down on this very occasions (if the text lines would have a reasonable length then Search & Replace would take a few milliseconds to finish)

    #5047
    me75
    Member

    After uninstall clearly and then reinstall.
    Yeah,it is OK,Beta 37.
    it takes several seconds. :-D

    #5349
    me75
    Member

    I found what cause this:
    [HKEY_CURRENT_USERSoftwareEmSoftEmEditor v3Common]
    “MatchDotNL”=dword:00000001
    or
    Tools/Customize/Regular Expressions Can Match New Line Characters
    ———————
    Make above option not check.
    Replace will speed up. :-D

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