Commit message Age Author Refs
r2968:4c69561c
Add missing return that was causing double-execution of single lines.
Fernando Perez
0
r2967:0a7f662c
Add experimental support for cell-based execution. For now the implementation is a bit hackish, but it does already allow pasting very complex examples such as: http://matplotlib.sourceforge.net/examples/pylab_examples/demo_agg_filter.html which before couldn't be executed. We'll need to test it further.
Fernando Perez
0
r2966:c19fca79
Fix bug where inputsplitter could enter an infinite loop.
Fernando Perez
0
r2965:3e7dca28
Fix bugs with completions of paths that have ~ in them. Now %run and %cd completers should behave much better in the presence of ~ in the input string.
Fernando Perez
0
r2964:f0055357
The CallTipWidget is now smarter about automatically hiding itself.
epatters
0
r2963:2a213413
Added some padding between the text and the call tip to improve readability.
epatters
0
r2962:d2d231f9
Fixed bug where closing a call tip by pressing Escape also cleared the input buffer.
epatters
0
r2961:a13d4e57
* Moved shutdown_kernel method from FrontendWidget to KernelManager. * Moved application-specific logic for exiting from FrontendWidget to the ipythonqt application.
epatters
0
r2960:423e4833
Implement %doctest_mode magic in zmqshell with payload. The frontend logic still needs to be written to toggle prompt displays accordingly.
Fernando Perez
0
r2959:4a4ea220
Restored major default completer functionality (cd, import, run). These completers had been put in quarantine, I've done a substantial amount of cleanup and restructuring of this code and put it in core.completerlib. There's still a lot to improve there (in particular adding unittests) but at least now it's much more readable and cleanly structured. This gives us back completion for cd, import and run that 0.10 had and which we had lost since the restructuring when the code was quarantined. Also removed the ipy_stock_completers file, the loading of these completers is now done in the init_completer method.
Fernando Perez
0
< 1 .. 2581 2582 2583 2584 2585 .. 2879 >