News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

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

Started by Quiss, September 01, 2018, 10:22:10 AM

Previous topic - Next topic

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?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]