Version: (using KDE KDE 3.0.9) Installed from: Compiled From Sources Compiler: gcc-2.95.3 OS: Linux Create a new C++-header or source file from automake manager.Check box "Use file template". The file is created, but template isnot used; the resulting file is always empty. It doesn't matter ifthe file is created in the main source tree or in a subproject.
As a side note, this is in addfiledlg.cpp and it happens specifically when you have subprojects inside of subprojects. When it attempts to make the path, it can't resolve it out completely because it doesn't know about what subprojects it's nested in.
It seems to be no longer valid for kdevelop cvs (file creation is now handled by filecreate part which correctly works with templates).