##// END OF EJS Templates
Deactivate tooltip on tab by default....
Matthias BUSSONNIER -
Show More
@@ -0,0 +1,4 b''
1 * In notebook, Showing tooltip on tab has been deactivated by default to avoid
2 conflict with completion, and will be completly removed in future version.
3 Shift-Tab could still be used to invoke tooltip when inside function
4 signature and/or on selection.
@@ -67,7 +67,6 b' var IPython = (function (IPython) {'
67 'diff' :{'reg':[/^diff/]}
67 'diff' :{'reg':[/^diff/]}
68 },
68 },
69
69
70 tooltip_on_tab : true,
71 };
70 };
72
71
73 // use the same method to merge user configuration
72 // use the same method to merge user configuration
General Comments 0
You need to be logged in to leave comments. Login now