On Samstag, 4. August 2007, ΑΝΤΩΝΗΣ ΜΠΟΥΝΤΟΥΒΑΣ wrote: > Hi, I recently "discovered" this fabulous Python editor! > Indeed a lot of good stuff...I plan to switch from Eclipse/PyDev to Eric > and I am wondering if anyone can help me with this: > > When I press F5 to run my script, a "Debug script" dialog keeps poping on > asking for the same info every time. > > Is there a way to prevent this and make the IDE just run the script without > it ??
Yes, just press F4 after the initial run. That repeats the last start action (run/debug/...). > (and maybe also that dialog that displayes the exit cde after app's > termination) > > > Thanks a lot for any help. > > > Anthony > > _______________________________________________ > Eric mailing list > [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/eric Detlev -- Detlev Offenbach [EMAIL PROTECTED] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
