[Bug 56340] header templates are not taken into account
Alexander Dymo
cloudtemple at mksat.net
Sat Jul 26 19:50:04 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=56340
cloudtemple at mksat.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From cloudtemple at mksat.net 2003-07-26 19:49 -------
Subject: kdevelop/parts
CVS commit by dymo:
Removed custom templates support from cppsupport configuration dialog. "New File Wizard" options dialog should be used instead. Modified new class and subclassing dialog to use only filecreate (aka "New File Wizard") templates.
A lot of usability enhancements to "New File Wizard" configuration. Global types can be now copied to project types, also types and templates can be opened in gideon by one click.
Fixed template creation bug in "New File Wizard" that prevented to create a template in projectdir/templates.
I hope this fixes every problem related to code templates.
The order of preferences for template locations is
PROJECTDIR/templates
$HOME/.kde/share/apps/kdevfilecreate/file-templates/
$KDEDIR/share/apps/kdevfilecreate/file-templates/
CCMAIL: 56340-done at bugs.kde.org
M +2 -70 cppsupport/ccconfigwidget.cpp 1.25
M +0 -4 cppsupport/ccconfigwidget.h 1.9
M +55 -789 cppsupport/ccconfigwidgetbase.ui 1.23
M +16 -12 cppsupport/cppnewclassdlg.cpp 1.45
M +5 -0 cppsupport/subclassingdlg.cpp 1.14
M +312 -4 filecreate/fcconfigwidget.cpp 1.10
M +18 -1 filecreate/fcconfigwidget.h 1.3
M +146 -45 filecreate/fcconfigwidgetbase.ui 1.6
M +53 -54 filecreate/fctemplateeditbase.ui 1.4
M +63 -96 filecreate/fctypeeditbase.ui 1.7
M +2 -2 filecreate/filecreate_newfile.cpp 1.10
M +28 -2 filecreate/filecreate_part.cpp 1.35
M +6 -0 filecreate/filecreate_part.h 1.12
R filecreate/fcconfigwidgetbase.ui.h 1.1
More information about the KDevelop-devel
mailing list