Update for Switch Header/Implementation (w/ patch)

Kris Wong wongk at seapine.com
Mon Feb 12 14:42:27 UTC 2007


This patch extends the Switch Header/Implementation functionality (and
therefore the Jump to Decl/Def functionality).  Currently this
functionality requires that the source and header files have the same
file name, which is not always the case.  This patch removes this
requirement.

For those who are curious, this will first attempt the switch using a
file with the same name, as it does currently (for obvious performance
reasons).  If this does not work it will iterate through the source or
headers files in the project looking for a declaration/definition that
matches.

The patch was created against revision 632847.

Kris Wong
-------------- next part --------------
A non-text attachment was scrubbed...
Name: switch_header_impl.patch
Type: application/octet-stream
Size: 14494 bytes
Desc: switch_header_impl.patch
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20070212/2c4652b2/attachment.obj>


More information about the KDevelop-devel mailing list