Am Montag 28 November 2005 23:20 schrieb Ramon Diaz-Uriarte: > Dear Detlev, > > I downloaded the snapshot last night, and have been trying it out. It > installed without complaints in a Debian GNU/Linux system (mix of > testing and unstable). Just a couple of early impressions: > > - the shortcuts for Activate current editor, Activate Shell, etc, work > great!! > > - the shortcut for Show next tab and Show previous tab also work fine. > > - and, sure enough, by using the "next split" and "previous split", I > can switch, without using the mouse, between editing windows. > > This is all very, very neat for those of us who are rodent-challenged > or rodent-haters :-). > > > However, if I do: > - use workspace for viewmanager. > - try to use Show next tab repeatedly. > > I get: > > File "/usr/lib/python2.3/site-packages/eric3/UI/UserInterface.py", > line 1794, in nextTab > fwidget.nextTab() > RuntimeError: maximum recursion depth exceeded > > And, occasionally, by persisting in this stupid behavior and resizing > windows I can get eric3 to crash (though not always).
Thanks for this bug report. I'll have a look at it. > > > Again, thinks for this nice piece of software. > > Best, > > R. > > P.S. Is there any way, maybe through the use of macros, to select a > bunch of lines of python code and submit them (paste them) in the > shell? I think someone else asked this in the list recently. That will be in the next snapshot. I just coded it and it awaits some testing. So please stay tuned. Detlev > > > Date: Sun, 27 Nov 2005 16:45:40 +0100 > > From: Detlev Offenbach <[EMAIL PROTECTED]> > > Subject: [PyKDE] ANN: First snapshot of eric3 3.9 development > > To: [email protected] > > Message-ID: <[EMAIL PROTECTED]> > > Content-Type: text/plain; charset="us-ascii" > > > > Hi, > > > > I have just uploaded the first development snapshot of the eric3 3.9. > > Please get it from the eric3 web site and give me feedback. It includes > > bug fixes and the following new/improved functionality. > > > > -- changed Python debugger to check the condition of breakpoints and > > watchpoints for syntax errors > > -- added a "smart indent" feature to the editor (thanks to > > Maciek Fijalkowski). Currently this is available for Python only. > > -- extended the Subversion interface for svn versions >= 1.2.0 > > (various lock and unlock functions, log with limited entries) > > -- added a page to the configuration window to show the helper > > programs supported by eric3 and their status (Preferences->Programs) > > -- made some functionalities availability dependant on PyQt modules > > found (qtui, qttable, qtcanvas) > > -- improved keybord handling (a bunch of additional keyboard shortcuts) > > > > Regards, > > Detlev > > -- > > Detlev Offenbach > > [EMAIL PROTECTED] > > > > > > > > ------------------------------ > > > > _______________________________________________ > > PyKDE mailing list > > [email protected] > > http://mats.imk.fraunhofer.de/mailman/listinfo/pykde > > > > > > End of PyKDE Digest, Vol 16, Issue 31 > > ************************************* > > -- > Ramon Diaz-Uriarte > Bioinformatics Unit > Spanish National Cancer Centre (CNIO) > http://ligarto.org/rdiaz > > _______________________________________________ > PyKDE mailing list [email protected] > http://mats.imk.fraunhofer.de/mailman/listinfo/pykde -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
