##// END OF EJS Templates
Fixing Shift-Enter bug in text cells....
Fixing Shift-Enter bug in text cells. Hitting Shift-Enter on an already rendered text cell should simply move past it. It was causing the cell to enter edit mode. This is not fixed.

File last commit:

r3408:261328d5
r6050:1be7dfb3
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from pyparsing import *
except ImportError:
from _pyparsing import *