##// END OF EJS Templates
Modifying CodeMirror focus hack to work better....
Modifying CodeMirror focus hack to work better. I had removed a text area focus event earlier today and that broke the . key. We are still having problems with CodeMirror elements gaining focus, but this seems to fix the issue.

File last commit:

r415:4a5dcb15
r4616:7421012b
Show More
__init__.py
5 lines | 105 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__ = ["simplegeneric"]