##// END OF EJS Templates
Merge branch 'juliantaylor-multiline-history'...
Merge branch 'juliantaylor-multiline-history' Restore multiline history (on by default) as it worked in the 0.10.x series. A new configuration variable InteractiveShell.multiline_history can be set to control this behavior for users who prefer not to have it on. When True, cells spanning multiple lines will be saved in history as a single entry instead of one entry per line Closes gh-571.

File last commit:

r4455:98f71260
r5083:bf4b2a08 merge
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