Implement member feature replaces typedefs in parameter list

Milian Wolff mail at milianw.de
Mon Mar 2 12:20:04 UTC 2009


On Monday 02 March 2009, Kishore wrote:
> I just noticed that when i use some typedefs for parameter types in the
> header and then move over to the cpp file and use the code completion's
> feature to implement the function, it replaces the typedef'ed value.
>
> Something like
> void test ( uint16_t *a, uint32_t *b );
> becomes
> void MyClass:test(int* a, int* b) {
>
> }

How up to date is your KDevelop? I saw some commits by David which talked 
about typedefs, so it might be fixed over the weekend.

> It would also be nice if it would format the output to actually match the
> formatting set in configure.

That's on our Todo (well, actually there's a //TODO: comment in the code for 
that).

-- 
Milian Wolff
mail at milianw.de
http://milianw.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20090302/4a206a27/attachment.sig>


More information about the KDevelop-devel mailing list