Commit message Age Author Refs
r2992:566d18a2
Fix bug where post-execute code was being called twice.
Fernando Perez
0
r2991:85e255bc
Renamed 'payload-svg' matplotlib backend to 'inline'.
Fernando Perez
0
r2990:fe9fd791
* Added Cut support to ConsoleWidget. * Added Raw Copy to FrontendWidget. * Minor cleanup
epatters
0
r2989:eaf9649e
Note Consolas on linux will be used only until we have font configuration.
Fernando Perez
0
r2988:380ef8ff
Add paste to plt, fix spurious newlines in cell mode.
Fernando Perez
0
r2987:94057a1f
Add support for simultaneous interactive and inline matplotlib plots. In purely svg mode, there is now no lag with draw() operations, they just produce the figure immediately. And in gui mode, a new function, 'paste', is added to plt and to the user's namespace, that pastes open figures from GUI windows into the editing widget as inline SVGs.
Fernando Perez
0
r2986:212099c0
Centralize Qt font selection into a generic utility. This makes a more flexible choice between main requested font and fallbacks, using a QFontInfo object that knows about the local platform. Use 'Consolas' on Win32 and Linux if available, fall back to respective native fonts otherwise.
Fernando Perez
0
r2985:d6f22aa1
Added support for Ctrl-Enter (unconditionally enter a newline) to ConsoleWidget. This works at the ConsoleWidget level, but it can confuse InputSplitter to create some unintuitive auto-execution results. InputSplitter will probably need some fixes.
epatters
0
r2984:3395782b
First cut at support readline-esque history filtering in ConsoleWidget.
epatters
0
r2983:0490e17e
Moved HistoryConsoleWidget to its own file to make console_widget.py a little smaller.
epatters
0
< 1 .. 2576 2577 2578 2579 2580 .. 2877 >