##// END OF EJS Templates
Merge pull request #2728 from Carreau/shifttab...
Merge pull request #2728 from Carreau/shifttab also bind shift tab for tooltip + config This does not change the curent behavior, only add the shift+tab shortcut. Note that the shift tab shortcut has a slightly different behavior. You can select part of a line and pressing shift-tab will show you the tooltip only for the selection. This is disabled for multiline selection to still allow to unindent block of code, Keep in mind that the real real shortcut for indent unindent is Ctrl+] or [ . Select/tab is not really supported by codemirror. Finally the "tooltip_on_tab" behavior is globally configurable via IPython.config so that it could be easily switched to false. It can be overridden via js console for test purpose. IPython.config.tooltip_on_tab = true | false Take effect immediately, only on current notebook. or globally via custom.js var user_conf = {tooltip_on_tab:false | true}; $.extend(IPython.config, user_conf)

File last commit:

r4244:f8026c44
r8971:99339d10 merge
Show More
ipython-wx.1
25 lines | 661 B | application/x-troff | GroffLexer
Stephan Peijnik
Add missing man pages contributed by Debian's Stephan Peijnik....
r2098 .TH IPYTHON-WX 1 "October 29, 2008" "" ""
.SH NAME
\fBipython-wx \- Graphical frontend that embeds a multithreaded IPython Shell
.SH SYNOPSIS
.nf
.fam C
\fBipython-wx\fP
.fam T
.fi
.SH DESCRIPTION
ipython-wx is, compared to ipythonx, a more advanced graphical frontend
to IPython. It is implemented using WxWidgets.
.SH OPTIONS
.TP
.B
ipython-wx does not accept any command line options.
.SH SEE ALSO
.BR ipython(1), ipythonx(1)
.br
.SH AUTHOR
\fBipython-wx\fP is a tool that ships with IPython, created by
the IPython Development Team.
.PP
This manual page was written by Stephan Peijnik <debian@sp.or.at>,
for the Debian project (but may be used by others).