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 [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
