##// END OF EJS Templates
Adding TextMate to ipy_editor.py thanks to Matt Foster for the patch.
Brian Granger -
Show More
@@ -64,7 +64,10 b' def idle(exe = None):'
64 p = os.path.dirname(idlelib.__file__)
64 p = os.path.dirname(idlelib.__file__)
65 exe = p + '/idle.py'
65 exe = p + '/idle.py'
66 install_editor(exe + ' "$file"')
66 install_editor(exe + ' "$file"')
67
67
68 def mate(exe = 'mate'):
69 """ TextMate, the missing editor"""
70 install_editor(exe + ' -w -l $line "$file"')
68
71
69 # these are untested, report any problems
72 # these are untested, report any problems
70
73
General Comments 0
You need to be logged in to leave comments. Login now