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 :)