##// END OF EJS Templates
Added a new table icap, which executes a Python string...
Added a new table icap, which executes a Python string and captures the output. (Idea and original patch by Stéfan van der Walt)

File last commit:

r503:b114b8cd
r711:638fee44
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