Header/Implemenation Switch
Florian Beier
florian.beier at gmx.de
Wed Sep 27 13:42:35 UTC 2006
Hi all,
we often work with *.h, *.cpp AND *.inl files and the current
header/implementation switch lacks support for this.
Attached is a patch that satisfies our way of working...
The basic idea is to have one list with all possible file extensions. We look
for the current extension and move all items before that to the end of the
list. That makes sure, that we look for a reasonable extension first, but
find all available files with the same basename.
Any comments are welcome!
Cheers, Florian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cppsupportpart.cpp.diff
Type: text/x-diff
Size: 3096 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20060927/b8df0807/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20060927/b8df0807/attachment.sig>
More information about the KDevelop-devel
mailing list