Hi ,
I have added check box for each script in projectexplorer,when i click the 
'Run' button,all the selected scripts will be excuted ,and the excute 
information will print in externalconsole.
What my puzzled is how to stop the script when a syntax error was detected?
For now ,i just achieved one script excuted by calling 
extconsole.start(...) fuction,when a syntax error is catched , i will get a 
singal from the externalconsole object after app.exec_() is excuted in 
run_spyder() function.
But when in multi scripts mode , i will always get the last script's singal 
because the app.exec_() is excuted after the last script in a for loop. 
How to achieve multi script ?
Any ideas?
TKS

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to