- AuthorPosts
- November 22, 2007 at 11:18 am #5041me75Member
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.
:-?November 22, 2007 at 6:30 pm #5042Yutaka EmuraKeymasterme75 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.
November 22, 2007 at 11:13 pm #5046wOxxOmMemberOne 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)
November 23, 2007 at 2:47 am #5047me75MemberAfter uninstall clearly and then reinstall.
Yeah,it is OK,Beta 37.
it takes several seconds. :-DJanuary 20, 2008 at 2:49 pm #5349me75MemberI 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 - AuthorPosts
- You must be logged in to reply to this topic.