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

Function notepadplusplus

IPython/lib/editorhooks.py:77–79  ·  view source on GitHub ↗

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

(exe=u'notepad++')

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

install_editorFunction · 0.85

Tested by

no test coverage detected