##// 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:

r2058:7e8fc59a
r6050:1be7dfb3
Show More
pycolor
6 lines | 183 B | text/plain | TextLexer
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Simple wrapper around PyColorize, which colorizes python sources."""
import IPython.utils.PyColorize
IPython.utils.PyColorize.main()