Is it possible to make a word a clickable hyperlink within .R, .txt, .tex files? For example Author2014 within a .txt file would allow me to click to a PDF stored on my mac called Author2014.
I¹m aware of the hyperlinks bundle, but this doesn¹t do what I need. I need clickable hyperlinks within my code files.
Thanks Ross
this already works, no?
# http://link.com hitEnterOnThis = "http://link.com%E2%80%9D
On 20 Jul 2014, at 14:15, Ross Ahmed rossahmed@googlemail.com wrote:
Is it possible to make a word a clickable hyperlink within .R, .txt, .tex files? For example Author2014 within a .txt file would allow me to click to a PDF stored on my mac called Author2014.
I’m aware of the hyperlinks bundle, but this doesn’t do what I need. I need clickable hyperlinks within my code files.
Thanks Ross
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Can't help you with clickable hyperlinks but are you aware that if the cursor is in a hyperlink it can be opened by pressing enter? That's the rightmost key in full keyboards, or fn + return in "laptop" keyboards.
Hope that helps.
-- :: dip --
On Sun, Jul 20, 2014 at 3:15 PM, Ross Ahmed rossahmed@googlemail.com wrote:
Is it possible to make a word a clickable hyperlink within .R, .txt, .tex files? For example Author2014 within a .txt file would allow me to click to a PDF stored on my mac called Author2014.
I’m aware of the hyperlinks bundle, but this doesn’t do what I need. I need clickable hyperlinks within my code files.
Thanks Ross
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 20 Jul 2014, at 20:15, Ross Ahmed wrote:
Is it possible to make a word a clickable hyperlink within .R, .txt, .tex files?
It is possible to set a command’s semantic class to `callback.mouse-click` but it’s not something any current command does because in general clicking around moves the caret. While you can set a modifier key (via the scope selector) using command, option, or control already have defined behavior, and so does double-clicking.