MCPcopy Index your code
hub / github.com/ipython/ipython / notepadplusplus

Function notepadplusplus

IPython/lib/editorhooks.py:76–78  ·  view source on GitHub ↗

Notepad++ http://notepad-plus.sourceforge.net

(exe=u'notepad++')

Source from the content-addressed store, hash-verified

74
75
76def notepadplusplus(exe=u'notepad++'):
77 """ Notepad++ http://notepad-plus.sourceforge.net """
78 install_editor(exe + u' -n{line} {filename}')
79
80
81def jed(exe=u'jed'):

Callers

nothing calls this directly

Calls 1

install_editorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…