patch for CClassTreeHandler
Alf Lewerken
lewerken at mail.bicos.de
Sat Apr 14 18:19:49 UTC 2001
Hi all!
I have compiled KDevelop 1.4.1 on my SGI Indigo2 and played around with
it.
The ClassTree didn't work. I clicked on some memberfunctions on the
classtree and the
editor did not show me the function. On Linux it does. So I debugged
KDevelop and found a bug in the file
kdevelop-1.4.1/kdevelop/cclasstreehandler.cpp.
This is a patch to make the classview show member-functions and
attributs in the editor:
-------------------- cut here --------------------
--- cclasstreehandler.cpp.orig Sat Apr 14 11:07:33 2001
+++ cclasstreehandler.cpp Sat Apr 14 11:08:03 2001
@@ -771,6 +771,7 @@
parent = item->parent();
aItemType = itemType();
+ parentType = itemType();
// Set the container flag
isContainer = ( aItemType ==THCLASS ||
---------------------cut here --------------------
have a nice day,
Alf Lewerken
lewerken at mail.bicos.de
-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop-devel
mailing list