- AuthorPosts
- August 30, 2011 at 7:13 pm #9615Bill_StewartParticipant
Hi Yutaka,
I would like to be able to prevent the ‘text not found’ message in the status line (and sound) if I use the Find and/or Replace methods of the Selection object. It also seems to me that Find/Replace in macros should not affect the search highlight unless requested.
Thanks!
Bill
June 8, 2012 at 6:49 pm #10401gordyParticipant+1
The Delphi code editor allows you to use F3 while recording/replaying macros and it’s very effective. This doesn’t work in EmEditor.
February 11, 2013 at 8:32 pm #10833GRCParticipant+1. Highlight should not be affected by selection object search and/or replace.
I also have this problem. I am working in a large text file ( 50Mb). I am performing a regular expression search, and then performing a document.selection.replace on the resulting highlighted text. Even though the search and replace is a simple operation, because the highlighting of the text is affected by the selection.replace operation, Emeditor grinds to a halt with a large text file.
If anyone has any alternative suggestions, I’d be eager to hear them.
- AuthorPosts
- You must be logged in to reply to this topic.