Show More
@@ -104,13 +104,10 b' var IPython = (function (IPython) {' | |||||
104 | // function that will be called if you press tab 1, 2, 3... times in a row |
|
104 | // function that will be called if you press tab 1, 2, 3... times in a row | |
105 | this.tabs_functions = [function (cell, text) { |
|
105 | this.tabs_functions = [function (cell, text) { | |
106 | that._request_tooltip(cell, text); |
|
106 | that._request_tooltip(cell, text); | |
107 | IPython.notification_widget.set_message('tab again to expand pager', 2500); |
|
|||
108 | }, function () { |
|
107 | }, function () { | |
109 | that.expand(); |
|
108 | that.expand(); | |
110 | IPython.notification_widget.set_message('tab again to make pager sticky for 10s', 2500); |
|
|||
111 | }, function () { |
|
109 | }, function () { | |
112 | that.stick(); |
|
110 | that.stick(); | |
113 | IPython.notification_widget.set_message('tab again to open help in pager', 2500); |
|
|||
114 | }, function (cell) { |
|
111 | }, function (cell) { | |
115 | that.cancel_stick(); |
|
112 | that.cancel_stick(); | |
116 | that.showInPager(cell); |
|
113 | that.showInPager(cell); |
General Comments 0
You need to be logged in to leave comments.
Login now