##// END OF EJS Templates
Fixing #1337. Tooltip stops TAB from being handled by others....
Fixing #1337. Tooltip stops TAB from being handled by others. Pressing TAB to get the tooltip "range(TAB" was inserting a TAB. To get rid of this we are now telling CodeMirror to ignore it and also stopping the event from bubbling up the DOM.

File last commit:

r3954:94d97371
r6052:07435e35
Show More
README
5 lines | 100 B | text/plain | TextLexer
This is the IPython directory.
For more information on configuring IPython, do:
ipython config -h