On Wednesday 19 May 2010 22:31:08 ext Campbell Barton wrote: > Hi, I have been using qt-creator daily for 4 months or so on 64bit Linux. > > Probably the most important problem I had so far is C/C++ parser, > sometimes auto-compleate works, sometimes not, sometimes Ctrl+Clicking > on a function is the same. > But this is generally predictable, so it will fail in the same places each > run. I have tried rebuilding the code model and tested on the latest beta > as well as stable. > > My guess is that the source code parser is failing in some cases > (~3million+ LOC), but I don't get any feedback from qt-creator. > > Is there some way I can tell what the parser is doing? Not directly. You can obviously see all the symbols in the locator, and hovering over symbols should show you a tooltip.
Try to create small examples of failures and report bugs to http://bugreports.qt.nokia.com If your code is open source, we might be able to fix it without a minimal example. Also if you can try the latest master, that one might have fixed your issue. daniel _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
