Am Sonntag, 29. August 2004 09:30 schrieb Torsten Marek: > > Hi all, > > Unfortunatly, in eric3, the Python shell still doesn't work > > correctly for me. > > Whether the 'Enter' key doesn't cause segmentation fault > > anymore, the copy/paste function from sheet to shell doesn't > > work properly. It seems work correctly with a none > > indentation text block, but we can't paste a function or > > loop with indentations. Do you have the same problem ? > > Regards, > > ++ > > > > Jul. > > Which eric3 version do you use? 3.4.2 or a snapshot of 3.5? The new shell > (QScintilla-based) is still in its early stage, so you can expect some > improvement. I'll have a look into it and give Detlev a message once he > returns from his holidays. > > greetings > > Torsten
Paste into the shell expects single lines (a shell is line oriented). A fix for this will be included in the next snapshot. Detlev -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
