C++ support doesn't work with std::vector
Andreas Pakulat
apaku at gmx.de
Sun May 25 08:02:45 UTC 2008
On 24.05.08 21:55:51, David Nolden wrote:
> For me it works fine! For example in a file like this, I get completion behind
> the "vec[5].", and navigation works for "i":
>
> #include <vector>
>
> class B{int i;};
>
> void test() {
> std::vector<B> vec;
> vec[5].i;
> }
Doesn't work for me.
> Have you tried restarting KDevelop? Sometimes the complex import-structures
> and the updating mess everything up a little(That will be fixed).
Doesn't help either. However I just noticed this on console output:
kdevelop(16432) DocWordCompletionModel::completionInvoked: invoked the complete trash impl...
kdevelop(16432) KateCompletionWidget::startCompletion: msdofjdsoifdsflkdsjf
kdevelop(16432) KateCompletionWidget::modelContentChanged: hiding because no content
kdevelop(16432) KateCompletionWidget::modelContentChanged: hiding because no content
kdevelop(16432) KateCompletionWidget::modelContentChanged: hiding because no content
So maybe somethings screwed on my side?
Andreas
--
Your nature demands love and your happiness depends on it.
More information about the KDevelop-devel
mailing list