Re: [Pythonmac-SIG] appscript questions

2006-08-05 Thread has
Nicholas Riley wrote: > I agree - if the app quits, it should stay quit. Sometimes when I'm > trying to abort a script I quit an app that's being controlled, and to > see it relaunch over and over and over again... aaargh. OK. Plan is that: 1. run() and launch() will be allowed to relaunch an a

Re: [Pythonmac-SIG] ANN: ScrIDE 0.4

2006-08-05 Thread has
Christopher Barker wrote: >> Also, you really shouldn't mix tabs and spaces in your source >> code. Ick. > > I haven't looked at ScrIDE yet, but it shouldn't allow mixed tabs > and spaces at all. In fact, it really should ONLY allow spaces. > That is the Python standard now. The smart thing