Bug 51281 - New file from automake manager doesn't honor "Use template" option
Summary: New file from automake manager doesn't honor "Use template" option
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: Automake (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-28 10:39 UTC by Manuel Fierlbeck
Modified: 2003-07-28 00:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Manuel Fierlbeck 2002-11-28 10:39:06 UTC
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.
Comment 1 Caleb Tennis 2003-01-01 05:32:12 UTC
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.  
Comment 2 Alexander Dymo 2003-07-28 00:33:50 UTC
It seems to be no longer valid for kdevelop cvs (file creation is now handled by 
filecreate part which correctly works with templates).