##// END OF EJS Templates
ipy_leo: @ev node support, have _p (LeoNode for current pos) in user_ns on normal ipython script execution
ipy_leo: @ev node support, have _p (LeoNode for current pos) in user_ns on normal ipython script execution

File last commit:

r988:2f09c2ab
r1018:c8bcd86d
Show More
seteditor.py
15 lines | 113 B | text/x-python | PythonLexer
import os
editor = r'q:/opt/np/notepad++.exe'
e = os.environ
e['EDITOR'] = editor
e['VISUAL'] = editor