Qt C++ Code Completion Features

Victor Röder Victor_Roeder at GMX.de
Wed Feb 13 11:06:02 UTC 2002


Hi, folks!

> there is an "old" patch in my queue:
> http://lists.kde.org/?l=kdevelop-devel&m=100672460409724&w=2
> http://lists.kde.org/?l=kdevelop-devel&m=100673046327662&w=2
>
> it was rejected by F at lk: "Since actually any further work for new
> features for version 2.0.x has been stopped,"
>
> but with the new code completion it makes a lot more sense:
> all classes (qt, kde) in the classview and the classstore - this allows
> a much better completion

You need to store the parsed informations of the KDE and Qt libraries in a 
persistant way so that you don't have to parse the whole headers every time 
on start up.
Gideon has a persistant class store (there are some bugs, but acceptable) 
that you could use.
If you use it, maybe you could extend KDevelop2 in that way that it gets the 
modular structure of Gideon. Maybe that's the way to go, to get a modular 
KDevelop3 one day :-(.

> if nobody votes against i would update the patch and have a look
> at for some config options: which custom *.h to include

That is something like a vote against that...

Bye,
	Vic




More information about the KDevelop-devel mailing list