[Qt-creator] turning off auto-complete?

roberto.raggi at nokia.com roberto.raggi at nokia.com
Sun Jan 10 13:47:38 CET 2010


Hi Ákos,

On Jan 9, 2010, at 7:42 AM, ext Maróy Ákos wrote:
yes, but then again, this is the nature of doing template metaprogramming

Yeah, I understand that


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.

sounds excellent!

in the meantime, is there a way to turn this feature off? right now, the

No, at least for now there's no way to disable the completion engine without hacking the Creator's source code. Open the file creator/src/plugins/cpptools/cppcodecompletion.cpp and replace the body of the method CppCodeCompletion::triggersCompletion with a "return false;". I think I have an idea on how to improve the completer for your use-case. I will ping you as soon as I have a patch.

over-second interruptions in typing, which happen several times per code
line, are really making Qt Creator hard to work with.

Well, you should report those ;)
http://bugreports.qt.nokia.com/secure/Dashboard.jspa

sounds good.

ciao robe

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20100110/664f10f2/attachment.html 


More information about the Qt-creator-old mailing list