Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #20818
    Meir
    Participant

    Hi!

    When doing a “Find-in-files” search, all lines with found text have a hyperlink to the file and line in which the searched-for text was found..

    How can I embed similar links in my text?

    Regards
    Meir

    #20820
    Yutaka Emura
    Keymaster

    Hello,

    Please use the macro:

    document.HighlightTag = true;

    Thanks!

    #20821
    Meir
    Participant

    Hi Yutaka,

    I am afraid I would need more and more detailed instructions, in particular:
    * How to chose the target of the link?
    * How do I select the text shown in the link?
    * On what to apply the Macro?

    Thanks
    Meir

    #20822
    Yutaka Emura
    Keymaster

    Hello,

    You will have to type the file path ( line number ) like this format:

    E:\Test\filename.txt(1):

    and then you can run the macro above.

    You can’t choose the file automatically.

    Thanks,

    #20823
    Meir
    Participant

    Wow, works! Also, once I run the macro, additions of the same kind turn into links without the requirement to run it again!

    I still don’t know why and how it works, but it does!

    Thanks Yutaka
    Meir

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