Hello,
For my work I need to do quite some copy and pasting of ip-numbers.
If I have a logfile open in TextMate and doubleclick an ip it will only select the parts between the . and not the entire ip.
Would anyone happen to know a workaround, a macro or a fix?
Thanks in advance for any advice you have :) -- Tanja
... Be a rebel. Accept your body.
On 9 Aug 2006, at 14:01, Tanja wrote:
For my work I need to do quite some copy and pasting of ip-numbers.
If I have a logfile open in TextMate and doubleclick an ip it will only select the parts between the . and not the entire ip.
Would anyone happen to know a workaround, a macro or a fix?
Could you open the whole log file and then use a regex search and replace to isolate the numbers you want? Cutting and pasting lots of stuff is almost always wrong :)
Tanja wrote:
If I have a logfile open in TextMate and doubleclick an ip it will only select the parts between the . and not the entire ip.
Would anyone happen to know a workaround, a macro or a fix?
Open TextMate preferences, go to the Text Editing part and add "." to the "Word Characters".
Close preferences and double-clicking an IP number will select the whole thing.
Jeroen.
[Jeroen van der Ham - 15:50, 9 Aug 2006 ]:
Tanja wrote:
If I have a logfile open in TextMate and doubleclick an ip it will only select the parts between the . and not the entire ip. Would anyone happen to know a workaround, a macro or a fix?
Open TextMate preferences, go to the Text Editing part and add "." to the "Word Characters".
Close preferences and double-clicking an IP number will select the whole thing.
Jeroen.
Yaay, thanks! This works :D
Tanja