<meta charset="utf-8"><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; font-size: 13px; ">@Gerd</span><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br>
</span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">Programmable event driven actions & context menu plugins are actually two of the most useful realistic suggestions I have heard for TM2.  Has anyone played with SIMBL / APE?  What are the chances of us hooking something like this in ourselves?  Are there already Cocoa events that we could hook on to for that stuff, or does the entire event framework need to be put in?  <br>
</span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">I've only written a few Cocoa programs so I'm not an expert on that stuff, but I've been wanting to play around with SIMBL so this may give me the opportunity.  </span></font><span class="Apple-style-span" style="border-collapse: collapse; font-family: arial, sans-serif; ">I'm thinking that the context menu thing should definitely be doable to some extent.</span></div>
<meta charset="utf-8"><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">Brandon</span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></font></div><div><div class="gmail_quote">On Fri, Jul 1, 2011 at 11:54 AM,  <span dir="ltr"><<a href="mailto:textmate-request@lists.macromates.com">textmate-request@lists.macromates.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Send textmate mailing list submissions to<br>
        <a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:textmate-request@lists.macromates.com">textmate-request@lists.macromates.com</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:textmate-owner@lists.macromates.com">textmate-owner@lists.macromates.com</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of textmate digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1.  keymaps (Andrea Campolonghi)<br>
   2.  Re: Capturing error messages (Greg)<br>
   3.  Re: Any news on Textmate 2? (Brandon M Fryslie)<br>
   4.  Re: Any news on Textmate 2? (pier25)<br>
   5.  Remote pair programming (Adam Merrifield)<br>
   6.  Re: Any news on Textmate 2? (Gerd Knops)<br>
   7.  Re: Remote pair programming (Mario "Kuroir" Ricalde)<br>
   8.  Re: Remote pair programming (Gerd Knops)<br>
   9.  Re: Remote pair programming (Mario "Kuroir" Ricalde)<br>
  10.  Re: Any news on Textmate 2? (Will)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 1 Jul 2011 15:38:45 +0200<br>
From: Andrea Campolonghi <<a href="mailto:acampolonghi@gmail.com">acampolonghi@gmail.com</a>><br>
To: <a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
Subject: [TxMt] keymaps<br>
Message-ID: <<a href="mailto:58A56F19-F6B7-4D28-A51C-4B5C79094E47@gmail.com">58A56F19-F6B7-4D28-A51C-4B5C79094E47@gmail.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Hi,<br>
<br>
I am using mate on an italian keyboard.<br>
While the menu tell me that I can do shift left wiht command + [ when I try nothing happens.<br>
I have to do alt + command + [ to get a shift left but this last keymap is supposed to do code formatting.<br>
<br>
Thanks<br>
<br>
Andrea Campolonghi<br>
<a href="mailto:acampolonghi@gmail.com">acampolonghi@gmail.com</a><br>
<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 1 Jul 2011 10:17:34 -0700<br>
From: Greg <<a href="mailto:web@web.knobby.ws">web@web.knobby.ws</a>><br>
To: TextMate users <<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a>><br>
Subject: [TxMt] Re: Capturing error messages<br>
Message-ID: <<a href="mailto:430DB169-BEFC-450C-94C2-6FE9296693B0@web.knobby.ws">430DB169-BEFC-450C-94C2-6FE9296693B0@web.knobby.ws</a>><br>
Content-Type: text/plain; charset=iso-8859-1<br>
<br>
On Jun 30, 2011, at 10:42 PM, Martin K?hl wrote:<br>
<br>
> On Thu, Jun 30, 2011 at 21:58, Greg <<a href="mailto:web@web.knobby.ws">web@web.knobby.ws</a>> wrote:<br>
>> I'm running a Ruby script from TextMate and within that script call a<br>
>> Perl script (gpsPhoto.pl) and would like to capture the error messages<br>
>> and act on them. The messages show up in the TM Running window.<br>
><br>
> There's nothing TextMate-specific about this, you can capture those<br>
> messages any way you would otherwise in Ruby. Which way that is depends<br>
> on how you call the other command, e.g. with backticks you would append<br>
> `2>&1` to the command line.<br>
><br>
> If you're unsure, [1] has a survey of ways to run subprocesses in Ruby.<br>
><br>
> HTH,<br>
> Martin<br>
><br>
> [1] <a href="http://tech.natemurray.com/2007/03/ruby-shell-commands.html" target="_blank">http://tech.natemurray.com/2007/03/ruby-shell-commands.html</a><br>
<br>
Thank you. I think this will point me in the right direction.<br>
Greg<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Fri, 1 Jul 2011 10:44:32 -0700<br>
From: Brandon M Fryslie <<a href="mailto:bmf@email.arizona.edu">bmf@email.arizona.edu</a>><br>
To: <a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
Subject: [TxMt] Re: Any news on Textmate 2?<br>
Message-ID: <<a href="mailto:BANLkTin_9p6eeornUXPq8_m_5dXXc5gcjg@mail.gmail.com">BANLkTin_9p6eeornUXPq8_m_5dXXc5gcjg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
><br>
> Of course you can make TM scope aware and such, but AFAIK the completion<br>
> mechanism can't be modified. Your bundle can be very refined but you will<br>
> always have to use ESC and press again and again until you find the option<br>
> you need...<br>
<br>
<br>
The built in completion (ESC by default) might not be able to be modified<br>
(it actually can a little), but almost every language has one or several<br>
completion commands in the bundle.  Check out PyRopes, and also the PHP<br>
bundle has a couple different great completion commands.<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.macromates.com/textmate/attachments/20110701/2200641e/attachment-0001.html" target="_blank">http://lists.macromates.com/textmate/attachments/20110701/2200641e/attachment-0001.html</a>><br>

<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Fri, 1 Jul 2011 10:53:17 -0700 (PDT)<br>
From: pier25 <<a href="mailto:yo@pierbover.com">yo@pierbover.com</a>><br>
To: <a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
Subject: [TxMt] Re: Any news on Textmate 2?<br>
Message-ID: <<a href="mailto:31975632.post@talk.nabble.com">31975632.post@talk.nabble.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
<br>
<br>
Brandon M Fryslie wrote:<br>
><br>
> The built in completion (ESC by default) might not be able to be modified<br>
> (it actually can a little), but almost every language has one or several<br>
> completion commands in the bundle.  Check out PyRopes, and also the PHP<br>
> bundle has a couple different great completion commands.<br>
><br>
<br>
Well that is my point, you need to use a command.<br>
<br>
Xcode gives you automatically the list of possible options, as compared to<br>
having to press a key and cycle through each possible option.<br>
<br>
Check the video on my latest mail to see it in action.<br>
<br>
--<br>
View this message in context: <a href="http://old.nabble.com/Any-news-on-textmate-2--tp31959429p31975632.html" target="_blank">http://old.nabble.com/Any-news-on-textmate-2--tp31959429p31975632.html</a><br>
Sent from the textmate users mailing list archive at Nabble.com.<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Fri, 1 Jul 2011 14:06:57 -0400<br>
From: Adam Merrifield <<a href="mailto:macagp@gmail.com">macagp@gmail.com</a>><br>
To: TextMate users <<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a>><br>
Subject: [TxMt] Remote pair programming<br>
Message-ID: <<a href="mailto:C699D703-43B3-4262-A3ED-741E7D66093B@gmail.com">C699D703-43B3-4262-A3ED-741E7D66093B@gmail.com</a>><br>
Content-Type: text/plain;       charset=us-ascii<br>
<br>
Has anyone worked out any solutions within textmate for remote pair programing? Gnu screen and vim/emacs is ok for me but the guy I'm soon to develop with would be lost in those ide's.<br>
<br>
Adam Merrifield<br>
<a href="http://seydoggy.com" target="_blank">seydoggy.com</a><br>
<br>
820 Strasburg rd, Kitchener,<br>
Ontario, N2E 2Y3, Canada<br>
<br>
Email: <a href="mailto:info@seydoggy.com">info@seydoggy.com</a><br>
Office: <a href="tel:519-489-6033" value="+15194896033">519-489-6033</a><br>
Cell: <a href="tel:519-574-9788" value="+15195749788">519-574-9788</a><br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Fri, 1 Jul 2011 13:12:40 -0500<br>
From: Gerd Knops <<a href="mailto:gerti-textmate@bitart.com">gerti-textmate@bitart.com</a>><br>
To: TextMate users <<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a>><br>
Subject: [TxMt] Re: Any news on Textmate 2?<br>
Message-ID: <<a href="mailto:CFABEE41-3C7A-4AA6-BF7F-0E4CF2FAA166@bitart.com">CFABEE41-3C7A-4AA6-BF7F-0E4CF2FAA166@bitart.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
<br>
On Jul 1, 2011, at 12:53 PM, pier25 wrote:<br>
<br>
><br>
><br>
> Brandon M Fryslie wrote:<br>
>><br>
>> The built in completion (ESC by default) might not be able to be modified<br>
>> (it actually can a little), but almost every language has one or several<br>
>> completion commands in the bundle.  Check out PyRopes, and also the PHP<br>
>> bundle has a couple different great completion commands.<br>
>><br>
><br>
> Well that is my point, you need to use a command.<br>
><br>
> Xcode gives you automatically the list of possible options, as compared to<br>
> having to press a key and cycle through each possible option.<br>
<br>
That is one of the things where I hope TM2 will give us more flexibility. I am hoping that we gain the ability (be it in a script, plugin, whatever) to intercept nearly all events, like mouse clicks (cmd-click, cmd-souble-click, alt-click etc), or cursor moved events, text changed events etc.<br>

<br>
That would allow bundles or plugins to add a lot of really cool stuff.<br>
<br>
Another 'must' in my book is for bundles to be able to hook into context menus (for things like "Show definition", "Show documentation" etc for the clicked text).<br>
<br>
Some way of temporarily marking up code on the fly would also be cool, so that when a compiler/parser/whatever flags a problem in a certain line, we could highlight that line and if the compiler/parser/whatever provides a problem description or (gasp) even fix suggestions (like clang) there would be a way to add UI for that.<br>

<br>
Well, we can dream...<br>
<br>
Gerd<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Fri, 1 Jul 2011 13:44:27 -0500<br>
From: "Mario \"Kuroir\" Ricalde" <<a href="mailto:mario@kuroir.com">mario@kuroir.com</a>><br>
To: TextMate users <<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a>><br>
Subject: [TxMt] Re: Remote pair programming<br>
Message-ID: <<a href="mailto:BANLkTimnuc7Hs4VN40mu7xo2SWQ%2BN5_ccg@mail.gmail.com">BANLkTimnuc7Hs4VN40mu7xo2SWQ+N5_ccg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
Textmate is not the solution you need. Heck textmate hangs whn working<br>
with remote files over ftp. I suggest you try a specialized solution.<br>
<br>
On 7/1/11, Adam Merrifield <<a href="mailto:macagp@gmail.com">macagp@gmail.com</a>> wrote:<br>
> Has anyone worked out any solutions within textmate for remote pair<br>
> programing? Gnu screen and vim/emacs is ok for me but the guy I'm soon to<br>
> develop with would be lost in those ide's.<br>
><br>
> Adam Merrifield<br>
> <a href="http://seydoggy.com" target="_blank">seydoggy.com</a><br>
><br>
> 820 Strasburg rd, Kitchener,<br>
> Ontario, N2E 2Y3, Canada<br>
><br>
> Email: <a href="mailto:info@seydoggy.com">info@seydoggy.com</a><br>
> Office: <a href="tel:519-489-6033" value="+15194896033">519-489-6033</a><br>
> Cell: <a href="tel:519-574-9788" value="+15195749788">519-574-9788</a><br>
><br>
> _______________________________________________<br>
> textmate mailing list<br>
> <a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
> <a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br>
><br>
<br>
--<br>
Sent from my mobile device<br>
<br>
*<br>
--<br>
Mario "Kuroir" Ricalde<br>
Developer at Destructoid.com<br>
kuroir@twitter<br>
*<br>
<br>
<br>
------------------------------<br>
<br>
Message: 8<br>
Date: Fri, 1 Jul 2011 13:48:10 -0500<br>
From: Gerd Knops <<a href="mailto:gerti-textmate@bitart.com">gerti-textmate@bitart.com</a>><br>
To: TextMate users <<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a>><br>
Subject: [TxMt] Re: Remote pair programming<br>
Message-ID: <<a href="mailto:031EFE5C-DF98-4D1C-9D2A-4A6B978C5B1D@bitart.com">031EFE5C-DF98-4D1C-9D2A-4A6B978C5B1D@bitart.com</a>><br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
<br>
On Jul 1, 2011, at 1:44 PM, Mario Kuroir Ricalde wrote:<br>
<br>
> Textmate is not the solution you need. Heck textmate hangs whn working<br>
> with remote files over ftp. I suggest you try a specialized solution.<br>
><br>
Either that, or depending on workflow a distributed source control system (git, Mercurial) might do the trick. And for the more immediate feedback there is always screen sharing via iChat...<br>
<br>
Gerd<br>
<br>
<br>
> On 7/1/11, Adam Merrifield <<a href="mailto:macagp@gmail.com">macagp@gmail.com</a>> wrote:<br>
>> Has anyone worked out any solutions within textmate for remote pair<br>
>> programing? Gnu screen and vim/emacs is ok for me but the guy I'm soon to<br>
>> develop with would be lost in those ide's.<br>
>><br>
>> Adam Merrifield<br>
>> <a href="http://seydoggy.com" target="_blank">seydoggy.com</a><br>
>><br>
>> 820 Strasburg rd, Kitchener,<br>
>> Ontario, N2E 2Y3, Canada<br>
>><br>
>> Email: <a href="mailto:info@seydoggy.com">info@seydoggy.com</a><br>
>> Office: <a href="tel:519-489-6033" value="+15194896033">519-489-6033</a><br>
>> Cell: <a href="tel:519-574-9788" value="+15195749788">519-574-9788</a><br>
>><br>
>> _______________________________________________<br>
>> textmate mailing list<br>
>> <a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
>> <a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br>
>><br>
><br>
> --<br>
> Sent from my mobile device<br>
><br>
> *<br>
> --<br>
> Mario "Kuroir" Ricalde<br>
> Developer at Destructoid.com<br>
> kuroir@twitter<br>
> *<br>
><br>
> _______________________________________________<br>
> textmate mailing list<br>
> <a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
> <a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 9<br>
Date: Fri, 1 Jul 2011 13:53:12 -0500<br>
From: "Mario \"Kuroir\" Ricalde" <<a href="mailto:mario@kuroir.com">mario@kuroir.com</a>><br>
To: TextMate users <<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a>><br>
Subject: [TxMt] Re: Remote pair programming<br>
Message-ID: <<a href="mailto:BANLkTimL5TfgDcCAjzhWz8W85VXW4WCXqg@mail.gmail.com">BANLkTimL5TfgDcCAjzhWz8W85VXW4WCXqg@mail.gmail.com</a>><br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
Indeed. Github is very nice to work with because of the comment on line feature.<br>
<br>
On 7/1/11, Gerd Knops <<a href="mailto:gerti-textmate@bitart.com">gerti-textmate@bitart.com</a>> wrote:<br>
><br>
> On Jul 1, 2011, at 1:44 PM, Mario Kuroir Ricalde wrote:<br>
><br>
>> Textmate is not the solution you need. Heck textmate hangs whn working<br>
>> with remote files over ftp. I suggest you try a specialized solution.<br>
>><br>
> Either that, or depending on workflow a distributed source control system<br>
> (git, Mercurial) might do the trick. And for the more immediate feedback<br>
> there is always screen sharing via iChat...<br>
><br>
> Gerd<br>
><br>
><br>
>> On 7/1/11, Adam Merrifield <<a href="mailto:macagp@gmail.com">macagp@gmail.com</a>> wrote:<br>
>>> Has anyone worked out any solutions within textmate for remote pair<br>
>>> programing? Gnu screen and vim/emacs is ok for me but the guy I'm soon to<br>
>>> develop with would be lost in those ide's.<br>
>>><br>
>>> Adam Merrifield<br>
>>> <a href="http://seydoggy.com" target="_blank">seydoggy.com</a><br>
>>><br>
>>> 820 Strasburg rd, Kitchener,<br>
>>> Ontario, N2E 2Y3, Canada<br>
>>><br>
>>> Email: <a href="mailto:info@seydoggy.com">info@seydoggy.com</a><br>
>>> Office: <a href="tel:519-489-6033" value="+15194896033">519-489-6033</a><br>
>>> Cell: <a href="tel:519-574-9788" value="+15195749788">519-574-9788</a><br>
>>><br>
>>> _______________________________________________<br>
>>> textmate mailing list<br>
>>> <a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
>>> <a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br>
>>><br>
>><br>
>> --<br>
>> Sent from my mobile device<br>
>><br>
>> *<br>
>> --<br>
>> Mario "Kuroir" Ricalde<br>
>> Developer at Destructoid.com<br>
>> kuroir@twitter<br>
>> *<br>
>><br>
>> _______________________________________________<br>
>> textmate mailing list<br>
>> <a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
>> <a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br>
><br>
><br>
> _______________________________________________<br>
> textmate mailing list<br>
> <a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
> <a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br>
><br>
<br>
--<br>
Sent from my mobile device<br>
<br>
*<br>
--<br>
Mario "Kuroir" Ricalde<br>
Developer at Destructoid.com<br>
kuroir@twitter<br>
*<br>
<br>
<br>
------------------------------<br>
<br>
Message: 10<br>
Date: Fri, 1 Jul 2011 11:54:42 -0700<br>
From: Will <<a href="mailto:willthemoor@gmail.com">willthemoor@gmail.com</a>><br>
To: TextMate users <<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a>><br>
Subject: [TxMt] Re: Any news on Textmate 2?<br>
Message-ID: <<a href="mailto:449F8B7B-0214-4C4F-A21F-F72DBB790EF8@gmail.com">449F8B7B-0214-4C4F-A21F-F72DBB790EF8@gmail.com</a>><br>
Content-Type: text/plain;       charset=us-ascii<br>
<br>
On Jul 1, 2011, at 11:12 AM, Gerd Knops <<a href="mailto:gerti-textmate@bitart.com">gerti-textmate@bitart.com</a>> wrote:<br>
> That is one of the things where I hope TM2 will give us more flexibility. I am hoping that we gain the ability (be it in a script, plugin, whatever) to intercept nearly all events, like mouse clicks (cmd-click, cmd-souble-click, alt-click etc), or cursor moved events, text changed events<br>

<br>
To me, this and related bundle enhancements is all 'textmate 2' needs to be. A release focused on extending it's strongest feature.<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
textmate mailing list<br>
<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
<a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br>
<br>
End of textmate Digest, Vol 38, Issue 2<br>
***************************************<br>
</blockquote></div><br></div>