Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
def
scite(exe=u
"scite"
):
73
""
" SciTE or Sc1 "
""
74
install_editor(exe + u
' {filename} -goto:{line}'
)
75
76
77
def
notepadplusplus(exe=u
'notepad++'
):
Callers
nothing calls this directly
Calls
1
install_editor
Function · 0.85
Tested by
no test coverage detected