##// END OF EJS Templates
Work on the development docs....
Work on the development docs. * Added a new inputhook_app.txt to discuss the problems with app creation and the inputhook with matplotlib and enthought folks. * Wrote more on the core design.

File last commit:

r1251:99658885
r2524:4fe04245
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