<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>Le 29 déc. 2012 à 22:06, Matthias BUSSONNIER a écrit :</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><br>Le 29 déc. 2012 à 21:14, Brian Granger a écrit :<br><br><blockquote type="cite">We could do the (?.  What about shift-tab?  Would that be too<br></blockquote><blockquote type="cite">difficult to manage with all the other meanings of tab?<br></blockquote><br>No, it should be doable. <br>The only other use is unindent. <br><br>What about shit tab triggers : <br><span class="Apple-tab-span" style="white-space:pre">  </span>Unindent (default code mirror option) if multiline selection.<br>        ObjectInfoRequest (tooltip) on selection if something selected.<br><span class="Apple-tab-span" style="white-space:pre"> </span>Smart ObjectInfoRequest if nothing selected. (same as actual [bracket]<tab>)<br></div></blockquote><div><br></div><div><br></div><div>Done, cf </div><div><a href="https://github.com/ipython/ipython/pull/2728">https://github.com/ipython/ipython/pull/2728</a></div><div><br></div><div>And made configurable via custom JS. </div><div>Current behavior is unchanged and just need to be switched to false.</div><div>-- </div><div>Matthias</div><div><br></div><div><br></div><br><blockquote type="cite"><div><br>It is not incompatible with (?<tab><br><br>And as some user requested invoking help without executing cell, we can bind ?<tab> <br>to "execute" just current line to get help on pager. <br><br><br>-- <br>Matthias</div></blockquote></div><br></body></html>