SciTE or Sc1
(exe=u"scite")
| 69 | |
| 70 | |
| 71 | def scite(exe=u"scite"): |
| 72 | """ SciTE or Sc1 """ |
| 73 | install_editor(exe + u' {filename} -goto:{line}') |
| 74 | |
| 75 | |
| 76 | def notepadplusplus(exe=u'notepad++'): |
nothing calls this directly
no test coverage detected
searching dependent graphs…