Implement member feature replaces typedefs in parameter list

Kishore kitts.mailinglists at gmail.com
Mon Mar 2 13:58:42 UTC 2009


On Monday 02 Mar 2009 5:50:04 pm Milian Wolff wrote:
> 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?

About 3-4 days.

> I saw some commits by David which talked
> about typedefs, so it might be fixed over the weekend.

OK i will try building again. Over the weekend, i tried building again... 
kdevplatform built fine but kdevelop failed to build. I think the errors were 
related to the documentation plugin.

> > 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).

Thanks!
-- 
Cheers!
Kishore




More information about the KDevelop-devel mailing list