##// END OF EJS Templates
Moving notebooks->Notebook
Moving notebooks->Notebook

File last commit:

r16054:904323a9
r16055:84ba1178
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