##// END OF EJS Templates
Using a more specific approach for managing CM focus....
Using a more specific approach for managing CM focus. I used to try and enter command mode when a cell looses focus. The problem with that is that focusing an output area would remain in edit mode. Now, I bind this logic to the code mirror blur event, so that focusing the output area enters command mode.

File last commit:

r10285:5e1e98c2
r14033:aeffe3be
Show More
__init__.py
1 line | 40 B | text/x-python | PythonLexer
MinRK
split KernelManager into KernelManager + KernelClient
r10285 from .client import BlockingKernelClient