News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

No code completion and higlighting

Started by Zuna, April 19, 2008, 08:51:43 PM

Previous topic - Next topic

Zuna

I'm using windows XP, I upgraded to 8.02 and there are a couple of problems.
First, the code completion is kind of buggy, when i write a . or a -> the members of the
class dosen't show up.

Second thing is when i compile the code, the errors aren't higlighted!

MortenMacFly

Quote from: Zuna on April 19, 2008, 08:51:43 PM
First, the code completion is kind of buggy, when i write a . or a -> the members of the
class dosen't show up.

Quote from: Zuna on April 19, 2008, 08:51:43 PM
Second thing is when i compile the code, the errors aren't higlighted!
For both things you message is by far not enough information. If you want us to have a look into it would be best to provide an example(, don't you think?!).

For the first case provide a sample class that does not work (strip down all the code to have a minimal example). And don't forget to tell us what methods *exactly* don't show up.

For the second case: What error messages, what compiler, what OS, what languages (programming language, locale of the compiler), what about a sample... etc.

Either you provide at least *some* more information or we can't help you at all.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]