##// END OF EJS Templates
inputhook_qt4: Use QEventLoop instead of starting up the QCoreApplication....
inputhook_qt4: Use QEventLoop instead of starting up the QCoreApplication. Closes #2080.

File last commit:

r4455:98f71260
r8402:66c77ff3
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