- AuthorPosts
- July 17, 2010 at 1:39 pm #8762hzy123Participant
I’m using Emeditor 10.0.0 Professional 32bit
How to duplicate this bug:
1. download the text file http://rapidshare.com/files/407453628/Untitled.zip
2. Open it and Find the “4400” word
July 19, 2010 at 11:58 pm #8777Yutaka EmuraKeymasterHi hzy123,
Thanks for using EmEditor Professional!
What do you specify in the “Additional Lines to Search for Regular Expressions text box” text box and “Regular Expressions Can Match New Line Characters” check box in the Search tab of the Customize dialog box?
Thanks!
July 21, 2010 at 4:49 pm #8778hzy123Participantmy settings
July 21, 2010 at 6:41 pm #8779Yutaka EmuraKeymasterHello hzy123,
You should set 0 to the “Additional Lines to Search for Regular Expressions” text box.
If the search is still slow even if you set to 0, please let me know. Thanks!
July 29, 2010 at 10:37 am #8809spudlyMemberI’ve just experienced this problem doing a Replace All.
I have a csv file (not yet saved) with 164000 rows in it. I did a Replace All changing n with ,n (added a column to the end of the data row).
A popup appeared with a check box ‘Accelerate by Discarding Undo Information’ which I ticked. The action took minutes to complete !!! Previous versions used to run significantly quicker.
The ‘Additional Lines to Search for Regular Expressions’ is set to 0.
I ran the Replace All again with the same criteria and it took just as long.
I ran a third Replace All changing ,, to , and the process took less than a second.
The problem would seem to be related to regular expressions.
Is there any way of disabling the undo during a Replace permanently ?
July 29, 2010 at 11:47 am #8810CirilloParticipantHi spudly
I did a Replace All changing n with ,n
That’s a well known issue. EmEditor slows down greatly when A New Line expression is used in a regex search/replace string. In some cases one can evade it by using $ (End of String) instead of n, it depends on the given text.
- AuthorPosts
- You must be logged in to reply to this topic.