codecompletion for kdevelop 2.1 starts to work!!!
Andrea Aime
aaime at libero.it
Mon Feb 11 17:58:04 UTC 2002
Alle 13:13, lunedì 11 febbraio 2002, Roberto Raggi ha scritto:
> hi all!!
> yesterday i've started to implement codecompletion for kdevelop 2.1..
> at the moment i can complete only simple expressions like
>
> this->meth-prefix ..
>
> Class1* c;
> c->meth-prefix
>
> you can find a first screenshot here ;-)
> http://klint.sourceforge.net/kdevelop/completion.png
>
> now i'm working on evaluator for expression.. so we can complete
> expression like x->doc()->y ...
>
> ciao robe
Roberto,
this is really nice, keep up with the good work :-)
Anyway, would'nt it be possibile to parse also the base classes in order
to get the full list of methods that "simpletestApp" expose to ther user?
It would be great, so that I don't have to look into the documentation
the full list of methods... BTW, the code completion parser could be
adapted to get in the right page of the documentation, that is, if I press
F1 on a method exposed by a QT or KDE base class, get me to the
method's documentation. It should be feasible since QT and KDE
documentations are generated by Doxygen (hence, they have a
predictable structure...)
Just an idea :-)
Ciao
Andrea Aime
PS: grazie per quello che stai facendo!
More information about the KDevelop-devel
mailing list