[IPython-dev] ipy_editor.py: textmate function

Scott MacDonald scott.p.macdonald at gmail.com
Tue Nov 25 17:54:48 EST 2008


Nice work :)

Now if only I could use mac's at work...

On Tue, Nov 25, 2008 at 3:44 PM, Matt Foster <matt.p.foster at gmail.com>wrote:

> Hi,
>
> You can add TextMate support to ipy_editor.py like this (-w means wait):
>
> def mate(exe = 'mate'):
>    """ TextMate, the missing editor"""
>    install_editor(exe + '-w -l $line "$file"')
>
> I've attached a patch.
>
> Cheers,
>
> Matt
>
> --
> Matt Foster | http://hackerific.net
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://lists.ipython.scipy.org/mailman/listinfo/ipython-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20081125/7520b348/attachment.html>


More information about the IPython-dev mailing list