Commit message Age Author Refs
r2843:f97e4c24
The ConsoleWidget now only pages text if it exceeds the height of the visible window.
epatters
0
r2842:6ce20043
Fixed bug where the banner message was syntax highlighted when the frontend connected to a new kernel.
epatters
0
r2841:58941baa
* Tab completion now uses the correct cursor position. * Added trailing newline to pyerr traceback. * Made 'colors lightbg' hack appear less funky to the user.
epatters
0
r2840:67a64b9c
Update messaging spec.
Fernando Perez
0
r2839:8cff4913
Multiple improvements to tab completion. I refactored the API quite a bit, to retain readline compatibility but make it more independent of readline. There's still more to do in cleaning up our init_readline() method, but now the completer objects have separate rlcomplete() and complete() methods. The former uses the quirky readline API with a state flag, while the latter is stateless, takes only text information, and is more suitable for GUIs and other frontends to call programatically. Made other minor fixes to ensure the test suite passes in full. While all this code is a bit messy, we're getting in the direction of the APIs we need in the long run.
Fernando Perez
0
r2838:cbe60016
Improvements to exception handling to transport structured tracebacks. This code is still fairly hackish, but we're starting to get there. We still need to improve the api, because right now runlines() does way too much, and I had to set the exception state in a temporary private variable. But client-side things are working better, so we can continue fixing the kernel without bottlenecking Evan.
Fernando Perez
0
r2837:012125b0
Add main ipython script entry point in same location as before.
Fernando Perez
0
r2836:fb2f9637
Fixed line_number being inserted as a string into the %edit payload.
epatters
0
r2835:d0e5fafc
* Refactored payload handling mechanism. * Paging is now integrated into the IPythonWidget. * The first cut at %edit support is now connected to the edit payload. This needs some more work.
epatters
0
r2834:9b315618
Merge branch 'newkernel' of git://github.com/ellisonbg/ipython into qtfrontend
epatters
0
< 1 .. 2588 2589 2590 2591 2592 .. 2874 >