Version: (using KDE KDE 3.2.0) Installed from: Unspecified Linux Compiler: GCC 3.3.2 OS: Linux I have tried to add one files into the current project, and it succeeds. the added file have been added to the project we can build it without modifying makefile. But If I want to add much files, and further, more than one directories containing many files. and I don't want to modify any make files. Just re-autoconfig, and remake. All the things go well. I know , that means tooo lazy for me. But as common programmer switched from $MS Visual Studio, I hope KDevelop can do as much better as $MS Visual Studio, and I believe KDevelop teams could achieve that. Is it a big problem??
I forget, the KDevelop version I use is Kdevelop 3.0 which based on KDE environment 3.2 on Linux Fedora Core 1.
"All the things go well." ?? I'm sorry, I don't understand what it is you want to be able to do, that you cannot currently do with KDevelop.
I mean I can't add more than one file or directories to current project, and don't need to modify any thing including Makefile and configure. I just recompile the project and debug it. but now I can't.
Well, you can add many files in one step, as long as you add them to the same target (they also need to be in the same directory because of autoproject limitations see #54998 )
As far as I can see this already works as much as it can.