notebook/IPython
Matthias BUSSONNIER 06f63549e5 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'
2011-11-29 17:54:27 +01:00
..
frontend/html/notebook Base of an as you type conpleter. 2011-11-29 17:54:27 +01:00
testing Fix inline backend logic and avoid tests if mpl not available. 2011-11-27 00:28:26 -08:00
utils/tests update copyright to 2011/20xx-2011 2011-11-23 18:02:27 -08:00