Implement member feature replaces typedefs in parameter list
Kishore
kitts.mailinglists at gmail.com
Mon Mar 2 11:47:50 UTC 2009
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) {
}
It would also be nice if it would format the output to actually match the
formatting set in configure.
--
Cheers!
Kishore
More information about the KDevelop-devel
mailing list