[Pythonmac-SIG] reset and IDE

Just van Rossum just@letterror.com
Sat, 2 Feb 2002 08:15:41 +0100


Christopher Smith wrote:

> 1) If I wanted to build a copy of the IDE with this as the default
> behavior, where do I have to insert this code?  (I was unable to find
> where a press on the "Run All" button takes you in terms of program flow.)

Have a look at PyEdit.py, the run() method of the Editor class.

Just