OK, so I tried it in Python 2 where it works. It would be nice to add the [ and ] shortcuts to the code view (and I guess also to the shell when a history item is selected) so that you can resize it.
Also, what's the point of being able to select each history item? I think the usual up-down going through the history interactively would be more useful. How hard is it to implement full readline support in the shell? If you have to implement it by hand, it's probably not worth even trying, but I'm guessing it can be hooked in somehow. The rl library can be helpful here. Aaron Meurer On Sun, Nov 10, 2013 at 5:06 PM, Aaron Meurer <[email protected]> wrote: > I got a traceback after typing something in the shell and pressing > enter (attached). > > By the way, the color looks pretty bad in the other themes. And for > some reason, in midnight, there is a blue bar to the left of the code. > > Aaron Meurer > > On Sun, Nov 10, 2013 at 4:56 PM, Andreas Kloeckner > <[email protected]> wrote: >> Hi all, >> >> exciting news: pudb now has an built-in Python shell that's visible at >> the same time as the source code. Code is in git. Try it out and let me >> know what you think. Pull requests welcome. :) >> >> Andreas >> >> >> _______________________________________________ >> Pudb mailing list >> [email protected] >> http://lists.tiker.net/listinfo/pudb >> _______________________________________________ Pudb mailing list [email protected] http://lists.tiker.net/listinfo/pudb
