##// END OF EJS Templates
Fix duplicate completion in notebook...
Fix duplicate completion in notebook comparaison between kernel completion and context-completin were returning duplicate entry in some cases, due to trailing space. sripping trailing space in comparaison prevent this. fixes #3563 example import bar from foo im<tab> used to propose `import` twice (actually `import` and `import[space]` as$ `import` was a token on the first line) now just complete directly to$ `import[space]`.
Matthias BUSSONNIER -
r11282:0bf82dc5
Show More
Name Size Modified Last Commit Author
/ IPython / html / static / notebook / js
celltoolbarpresets
cell.js Loading ...
celltoolbar.js Loading ...
codecell.js Loading ...
codemirror-ipython.js Loading ...
completer.js Loading ...
config.js Loading ...
contexthint.js Loading ...
layoutmanager.js Loading ...
main.js Loading ...
maintoolbar.js Loading ...
mathjaxutils.js Loading ...
menubar.js Loading ...
notebook.js Loading ...
notificationarea.js Loading ...
notificationwidget.js Loading ...
outputarea.js Loading ...
pager.js Loading ...
quickhelp.js Loading ...
savewidget.js Loading ...
textcell.js Loading ...
toolbar.js Loading ...
tooltip.js Loading ...