Show More
@@ -254,7 +254,7 b' var IPython = (function (IPython) {' | |||||
254 | if(this.npressed >fallback_on_tooltip_after && this.prevmatch==matched_text) |
|
254 | if(this.npressed >fallback_on_tooltip_after && this.prevmatch==matched_text) | |
255 | { |
|
255 | { | |
256 | console.log('Ok, you really want to complete after pressing tab '+this.npressed+' times !'); |
|
256 | console.log('Ok, you really want to complete after pressing tab '+this.npressed+' times !'); | |
257 | console.log('You should undersand that there is no (more) completion for that !'); |
|
257 | console.log('You should understand that there is no (more) completion for that !'); | |
258 | console.log("I'll show you the tooltip, will you stop bothering me ?"); |
|
258 | console.log("I'll show you the tooltip, will you stop bothering me ?"); | |
259 | this.request_tooltip_after_time(matched_text+'(',0,this); |
|
259 | this.request_tooltip_after_time(matched_text+'(',0,this); | |
260 | return; |
|
260 | return; |
@@ -134,7 +134,7 b' var IPython = (function (IPython) {' | |||||
134 | this.content.addClass('ui-helper-clearfix'); |
|
134 | this.content.addClass('ui-helper-clearfix'); | |
135 | this.content.find('div.section_row').addClass('ui-helper-clearfix'); |
|
135 | this.content.find('div.section_row').addClass('ui-helper-clearfix'); | |
136 |
|
136 | |||
137 |
this.content.find('#tooltipontab').attr('title', 'Show tooltip if y |
|
137 | this.content.find('#tooltipontab').attr('title', 'Show tooltip if you press <Tab> after "(" or a white space'); | |
138 | this.content.find('#tooltipontab_label').attr('title', 'Show Tooltip when pressing Tab'); |
|
138 | this.content.find('#tooltipontab_label').attr('title', 'Show Tooltip when pressing Tab'); | |
139 |
|
139 | |||
140 | this.content.find('#timebeforetooltip').attr('title', 'Time before a tooltip auto-appear when "(" is pressed (negative value supress tooltip)'); |
|
140 | this.content.find('#timebeforetooltip').attr('title', 'Time before a tooltip auto-appear when "(" is pressed (negative value supress tooltip)'); |
General Comments 0
You need to be logged in to leave comments.
Login now