Activestate Komodo [Edit]
(exe=u'komodo')
| 64 | # in these, exe is always the path/name of the executable. Useful |
| 65 | # if you don't have the editor directory in your path |
| 66 | def komodo(exe=u'komodo'): |
| 67 | """ Activestate Komodo [Edit] """ |
| 68 | install_editor(exe + u' -l {line} {filename}', wait=True) |
| 69 | |
| 70 | |
| 71 | def scite(exe=u"scite"): |
nothing calls this directly
no test coverage detected
searching dependent graphs…