diff --git a/IPython/frontend/html/notebook/static/css/notebook.css b/IPython/frontend/html/notebook/static/css/notebook.css index 0a34701..093b852 100644 --- a/IPython/frontend/html/notebook/static/css/notebook.css +++ b/IPython/frontend/html/notebook/static/css/notebook.css @@ -119,6 +119,10 @@ span.section_row_buttons a { float: right; } +#smartcompleter_span { + float: right; +} + .checkbox_label { font-size: 85%; float: right; diff --git a/IPython/frontend/html/notebook/static/js/codecell.js b/IPython/frontend/html/notebook/static/js/codecell.js index 2fed320..7605bde 100644 --- a/IPython/frontend/html/notebook/static/js/codecell.js +++ b/IPython/frontend/html/notebook/static/js/codecell.js @@ -179,6 +179,19 @@ var IPython = (function (IPython) { CodeCell.prototype.finish_completing = function (matched_text, matches) { // console.log("Got matches", matched_text, matches); + var newm = new Array(); + if(this.notebook.smart_completer) + { + kwargs = new Array(); + other = new Array(); + for(var i=0;iTooltip on tab:
+ + + + Smart completer: +
+