##// END OF EJS Templates
Fixing execution related things....
Fixing execution related things. * Extra enter on FF is fixed by hooking into CodeMirror's onKeyEvent hook. We now have CodeMirror ignore shift-enter completely as we handle it ourselves. * The cell execution logic in notebook.js has been refactored and the Run All/Selected buttons have been hooked up.

File last commit:

r3408:261328d5
r4378:f1b3d4a0
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *