Viewing 3 posts - 1 through 3 (of 3 total)
- AuthorPosts
- April 6, 2007 at 1:44 pm #4283sbubendorfMember
When I do a “Search in Files” EmEditor produces a list where the first portion of each line is an underlined file name and a line number. That portion of the text links to the location in the remote file. When I save the results of the search, the link is not preserved. Is there a way to preserve the link, or to edit the file manually or with a macro to reconstruct the link? I noted that there is the option to use “Tag Jump” to obtain a similar result, but the actual link similar to the results page would be preferred if it is possible to do.
Thank you for any help that may be provided !!!
April 6, 2007 at 4:03 pm #4284Yutaka EmuraKeymasterUse this macro:
document.HighlightTag = true;
when you want to activate the highlight after you reopen the Find in Files result.
April 6, 2007 at 4:55 pm #4288sbubendorfMemberThank you, Yutaka !!
- AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.