##// END OF EJS Templates
Remove code from prefilter that duplicates functionality in inputsplitter.
Remove code from prefilter that duplicates functionality in inputsplitter.

File last commit:

r8083:2b342f1c
r8216:e1d0b7e3
Show More
development.txt
13 lines | 523 B | text/plain | TextLexer
=====================
Development version
=====================
This document describes in-flight development work.
The CodeMirror js library has been updated fron 2.23 to 2.32
this might induce a few changes in behavior of keymaps in the notebook,
especially intenting/deindenting blocks that is now bound to Ctrl+] and ctr+[
* Exception types can now be displayed with a custom traceback, by defining a
``_render_traceback_()`` method which returns a list of strings, each
containing one line of the traceback.