##// END OF EJS Templates
Merging ipython-editor-mate branch....
Brian Granger -
r1785:00ea2dae merge
parent child Browse files
Show More
@@ -65,7 +65,10 b' def idle(exe = None):'
65 p = os.path.dirname(idlelib.__file__)
65 p = os.path.dirname(idlelib.__file__)
66 exe = p + '/idle.py'
66 exe = p + '/idle.py'
67 install_editor(exe + ' "$file"')
67 install_editor(exe + ' "$file"')
68
68
69 def mate(exe = 'mate'):
70 """ TextMate, the missing editor"""
71 install_editor(exe + ' -w -l $line "$file"')
69
72
70 # these are untested, report any problems
73 # these are untested, report any problems
71
74
General Comments 0
You need to be logged in to leave comments. Login now