User forums > Using Code::Blocks

Disabling code completion for files other than c/c++

(1/1)

Quiss:
Hi,

I have a c++ project and there are some .txt files in it. Is it possible to disable CC for files other than c/c++ files? I've looked around a bit but there are only options for file extensions which should be parsing.

oBFusCATed:
What is the real problem?
Why do you want it disabled?

Quiss:
Correct me if I'm wrong but CC only works for c/c++ right? The CC popup is really annoying and unnecessary when editing a .txt (or other) file. For example, I'm writing the word "date", and CC popup shows and selects some kind of macro like "DATE_ASDASD". If I press enter to go to the next line -which is literally my intention in a text file-, I select CC popup and the word date changes to "DATE_ASDASD" obviously.

oBFusCATed:
OK, now I understand. Yeah it is not good to show the CC popups in txt files.

Navigation

[0] Message Index

Go to full version