##// END OF EJS Templates
BUG: Prevent users from undoing the initial document load with CTRL-Z....
BUG: Prevent users from undoing the initial document load with CTRL-Z. Prior to this change, setting a document's initial content in the text editor created a history entry, which meant that hitting CTRL-Z repeatedly could clear the entire document. This change clears document history after loading so that repeated CTRL-Z applications return the document to its state at load time.
Scott Sanderson -
r19089:8baa7706
Show More
Name Size Modified Last Commit Author
/ IPython / nbconvert / preprocessors / tests
files
__init__.py Loading ...
base.py Loading ...
test_clearoutput.py Loading ...
test_coalescestreams.py Loading ...
test_csshtmlheader.py Loading ...
test_execute.py Loading ...
test_extractoutput.py Loading ...
test_highlightmagics.py Loading ...
test_latex.py Loading ...
test_revealhelp.py Loading ...
test_svg2pdf.py Loading ...