MCPcopy Create free account
hub / github.com/ipython/ipython / scite

Function scite

IPython/lib/editorhooks.py:72–74  ·  view source on GitHub ↗

SciTE or Sc1

(exe=u"scite")

Source from the content-addressed store, hash-verified

70
71
72def scite(exe=u"scite"):
73 """ SciTE or Sc1 """
74 install_editor(exe + u' {filename} -goto:{line}')
75
76
77def notepadplusplus(exe=u'notepad++'):

Callers

nothing calls this directly

Calls 1

install_editorFunction · 0.85

Tested by

no test coverage detected