- AuthorPosts
- October 17, 2008 at 11:10 pm #6426Yutaka EmuraKeymaster
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!
October 18, 2008 at 6:08 am #6427EugeneParticipantwow! that’s very cool improvement! thank you!
October 18, 2008 at 1:14 pm #6430zhouzh2ParticipantReplace All including new lines or regular expressions optimized (became much faster!).
That was quite amazing! The best editor keep getting better.
October 18, 2008 at 3:01 pm #6432yongfa365MemberOctober 18, 2008 at 6:12 pm #6434Yutaka EmuraKeymasteryongfa365 wrote:
2 bugs:1. snipptes
2.regular ……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!
October 19, 2008 at 3:52 am #6437yongfa365MemberOctober 19, 2008 at 4:07 am #6438Yutaka EmuraKeymasteryongfa365 wrote:
http://www.yongfa365.com/EmEditor/bug.txt(.+)nn1
Simplified Chinese,gb2312
Thanks!
October 20, 2008 at 5:26 am #6448EmUserMemberIn beta11, still pop memory exhausted windows. Emeditor no more close, but still pop windows.
October 20, 2008 at 5:55 am #6451Yutaka EmuraKeymasterEmUser 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
October 20, 2008 at 6:11 am #6452EmUserMemberAha, 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.
October 20, 2008 at 6:55 am #6453Yutaka EmuraKeymasterEmUser 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.
October 20, 2008 at 8:51 am #6454EmUserMemberI 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.October 20, 2008 at 3:51 pm #6456Yutaka EmuraKeymasterEmUser 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} ?
October 21, 2008 at 1:04 am #6457EmUserMemberOK. Thanks.
Waiting For your release 8. - AuthorPosts
- You must be logged in to reply to this topic.