##// END OF EJS Templates
Base of an as you type conpleter....
Base of an as you type conpleter. when invoking the completer, instead of having to chose/dismiss, you can continue typing, it will filter the result "as you type" and dismiss itself if ther is no match left. As it is now, it's only works with lowercase letters, I need to find a workaroud for this. for example if you type : * P-y-<tab>-S-o-m-e-t-h-i-n-g * it will propose PySide, but will dismiss when 'o' is pressed and pasting Pyso with a lower case 's'
Matthias BUSSONNIER -
r5507:6b2d9cce
Show More
Name Size Modified Last Commit Author
/ IPython / frontend / html / notebook
static
templates
tests
__init__.py Loading ...
handlers.py Loading ...
kernelmanager.py Loading ...
notebookapp.py Loading ...
notebookmanager.py Loading ...
zmqhttp.py Loading ...