Hi Rainer, On Sep 14, 10:01 pm, Rainer <[email protected]> wrote: > 1) delete the cmd window (not a problem just slightly annoying)
*The following is specific to Windows platforms* I assume that you are referring to the command window on Windows platforms. Well, you may run Spyder without this command window (spyder.pyw instead of spyder.py -- both shortcuts should be available in the Windows start menu). However, note that w/o a command window, subprocesses executed in Spyder may not be able to print things on the console (this is not a very common situation but it may happened) -- this limitation is due to the way Python works on Windows platforms (Spyder has nothing to do with it). > 2) running a program (F5) should automatically save all files (not > just the active one) That's a good point: http://code.google.com/p/spyderlib/issues/detail?id=388 > 3) syntax checks should be performed automatically ... right now you > have to save a file first before a check is performed ... or at least > the results are displayed That is done in mercurial repository: http://code.google.com/p/spyderlib/source/detail?r=dccf867c66414e3f7e4389985e81b3254e714fb7 Cheers, Pierre -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
