Uwe, If you particularly feel that spyder needs such functionality, then you could write a plugin to implement it.
You can see the existing plugins at http://code.google.com/p/spyderlib/source/browse/#hg%2Fspyderplugins I think the profiler plugin would be the closest to what you need, as it registers a toolbar button and keyboard shortcut to perform an action on the current file in the editor window. regards David On Wednesday, 7 November 2012 07:18:16 UTC+11, ufechner wrote: > > Hello, > > I am not happy with this answer. > It would be very easy to implement this feature. > IDE's like Eclipse offer it. > > And I only need it to create Python code from an > .ui file. > So this wish is directly related to Python software > development. > > I think I will write a feature request in the bug > tracker. > > Best regards: > > Uwe Fechner > > Am 06.11.2012 21:08, schrieb Pierre Raybaut: > > Hi, > > > > For now, being a Python development environment, Spyder is only able > > to run Python scripts. > > > > Running other language source code is not a planned feature. > > > > Thanks for your interest in Spyder. > > > > Cheers, > > -Pierre > > > > 2012/11/6 ufechner <[email protected] <javascript:>>: > >> Hello, > >> > >> I have the following bash script in my project folder: > >> > >> #!/bin/bash > >> cd $HOME/00PythonSoftware/WinchSim > >> pyside-uic WinchSim.ui -o WinchSim.py > >> > >> It has the name compile_ui.sh. > >> > >> I would like to be able to run it from the project explorer with a > >> doubleclick. > >> > >> But what happens is that it gets opened in gedit. > >> > >> Is there any possibility to tell spyder to run bash scripts instead of > >> opening them in an editor? > >> > >> I am using Ubuntu 12.04.1 and spyder 2.1.11. > >> > >> Best regards: > >> > >> Uwe Fechner > >> > >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "spyder" group. > >> To view this discussion on the web visit > >> https://groups.google.com/d/msg/spyderlib/-/p0b5UUKA8ZgJ. > >> To post to this group, send email to > >> [email protected]<javascript:>. > > >> To unsubscribe from this group, send email to > >> [email protected] <javascript:>. > >> For more options, visit this group at > >> http://groups.google.com/group/spyderlib?hl=en. > > -- You received this message because you are subscribed to the Google Groups "spyder" group. To view this discussion on the web visit https://groups.google.com/d/msg/spyderlib/-/KZqOJDyXLs8J. 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.
