Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4283
    sbubendorf
    Member

    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 !!!

    #4284
    Yutaka Emura
    Keymaster

    Use this macro:

    document.HighlightTag = true;

    when you want to activate the highlight after you reopen the Find in Files result.

    #4288
    sbubendorf
    Member

    Thank you, Yutaka !!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.