Turning off auto-completion

CodeLite installation/troubleshooting forum
User avatar
jdarnold
CodeLite Curious
Posts: 6
Joined: Thu Jun 07, 2012 6:16 pm
Genuine User: Yes
IDE Question: C++
Contact:

Turning off auto-completion

Post by jdarnold »

Help! I can't figure out how to turn off autocompletion, which is driving me nuts. I type way too fast for it and so when I type fal... it completes to 'false' but then I get falsese :( Also, for some reason, if I have a local variable called 'frame' it insists on completing 'fr' with 'friend'. I turned this "feature" on but I can't figure out where it is and how to turn it off!
Jonathan Arnold
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Turning off auto-completion

Post by eranif »

disable this option from the menu:

Settings -> Tags Settings -> General -> Display and behavior -> Display completion box for language keywords

Eran
Make sure you have read the HOW TO POST thread
Post Reply