[Qt-creator] turning off auto-complete?
roberto.raggi at nokia.com
roberto.raggi at nokia.com
Fri Jan 8 23:35:19 CET 2010
Hi Ákos,
I have to say that your project is an interesting use case for Creator (and IDEs in general?). For example,
simple_session.cxx is just 46 loc
$ wc -l src/libmxp/src/simple_session.cxx
46 src/libmxp/src/simple_session.cxx
but the preprocessed version is ~150000 loc
$ gcc -E -Isrc/libmxp/include src/libmxp/src/simple_session.cxx |wc -l
148870
So I'm not surprised that completing symbols is slow because we have to lookup an insane amount of `names' ;) but I agree with you, this is a bug in Creator and we will fix it.
> (the highlight is also wrong sometimes, with red underlines for
> otherwise correct code, but thats just visual annoyance)
Well, you should report those ;) http://bugreports.qt.nokia.com/secure/Dashboard.jspa
Thanks for the report
ciao robe
On Jan 8, 2010, at 10:45 PM, ext Maróy Ákos wrote:
> Matthias,
>
>> we've not yet seen anything like what you describe. Please
>> give us more details about the project you've loaded in creator.
>
> sure, it's the Metaverse Exchange Protocol C++ implementation I'm
> working on. the code actually does not use the Qt libraries, but I'm
> using qmake as the build tool. the code itself is most heavily based on
> boost.
>
> you can check out the code from here, via subversion:
>
> http://setp.googlecode.com/svn/trunk/cxx
>
> steps on how to set up the development environment are documented here:
> http://ci.tyrell.hu/view/MXP/job/mxp-cxx-linux-x86_64/javadoc/doxygen/html/compiling.html
>
> the overall project page is here: http://www.bubblecloud.org/
>
>
>> Even with large projects, completion if basically instant. Blocking
>> for seconds, like you describe, sounds very strange. We must find
>> out what's happening there and under what circumstances.
>
> actually my experience was that as soon as I get into using boost, or I
> get into writing class templates, autocomplete becomes a drag.
>
> (the highlight is also wrong sometimes, with red underlines for
> otherwise correct code, but thats just visual annoyance)
>
>
> Akos
>
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
More information about the Qt-creator-old
mailing list