Version: 3.0.0a4 (using KDE 3.1.0) Installed from: Mandrake Linux Cooker i586 - Cooker Compiler: gcc version 3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk) OS: Linux (i686) release 2.4.21-0.13mdk Sometimes it is useful to have a "mixed" project - i.e a project that mixes both C/C++ code and code from an interpreted language like Python. The project that cause me problems is made of a set of C++ libraries that get called by Python scripts. I.e, while most of the code is C++, there is no binary program. Instead, I write Python scripts that call my C++ library functions. The problem is that since the project is defined as a C++ one (which is sensible since I want it to compile and so on), I have not found a clean way to run my test scripts. Starting a Python project however makes a "Project -> Run" command to appear. It would be nice to have a similar feature whenever a script file is open, either in the right-click menu or maybe in the "build" menu when a script file is active. Thanks in advance for considering this feature.
Wasn't this whish granted in a recent commit?
I don't think so. It will be possible with generic project manager using shell script build system plugin in a short time (till the release for sure).
Alexander what is the status on this one?
Alexander, is this working nowadays?
The wish is still valid IMHO. I did found the way to do that with a KDevelop script (see http://adymo.blogspot.com/2007/02/scripting-kdevelop3.html) but that does not invalidate the wishlist.
Unless I'm mistaken this is possible with kdev4 as you can simply use a "binary" run target.