Tagged: Links
- AuthorPosts
- May 6, 2016 at 1:42 am #20818MeirParticipant
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
MeirMay 6, 2016 at 6:44 pm #20820Yutaka EmuraKeymasterHello,
Please use the macro:
document.HighlightTag = true;
Thanks!
May 7, 2016 at 2:26 am #20821MeirParticipantHi 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
MeirMay 7, 2016 at 6:23 pm #20822Yutaka EmuraKeymasterHello,
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,
May 8, 2016 at 4:20 am #20823MeirParticipantWow, 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 - AuthorPosts
- You must be logged in to reply to this topic.