Code::Blocks Forums

User forums => Help => Topic started by: wpjo on April 24, 2014, 03:53:35 pm

Title: highlighting desactivated
Post by: wpjo on April 24, 2014, 03:53:35 pm
When starting the VB13.12 version, and a new file with some simple code, nothing is highlighted. Why ?

e.g.

#include<iostream.h>
int main()//no
{    printf("Hello world!\n");
    return 0; }

everything is in black letters on white background. How to activate the highlighting ?

regards
wpjo
Title: Re: highlighting desactivated
Post by: BlueHazzard on April 24, 2014, 04:30:55 pm
NEVER POST THE SAME QUESTION ON DIFFERENT SUB-FORUMS. This has nothing to do with development of c::b. You simply are missing the lexer, or your file has a incorrect file ending. Make sure you save your file with a correct ending for ex. .c

Title: Re: highlighting desactivated
Post by: stahta01 on April 24, 2014, 05:17:42 pm
Please read the rules and FAQ before asking a question!
http://forums.codeblocks.org/index.php/topic,9996.0.html (http://forums.codeblocks.org/index.php/topic,9996.0.html)
http://wiki.codeblocks.org/index.php?title=FAQ (http://wiki.codeblocks.org/index.php?title=FAQ)

At least read these 4 FAQs
http://wiki.codeblocks.org/index.php?title=FAQ-General#Q:_What_is_Code::Blocks.3F (http://wiki.codeblocks.org/index.php?title=FAQ-General#Q:_What_is_Code::Blocks.3F)
http://wiki.codeblocks.org/index.php?title=FAQ-General#Q:_What_Code::Blocks_is_not.3F (http://wiki.codeblocks.org/index.php?title=FAQ-General#Q:_What_Code::Blocks_is_not.3F)
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_(errors)#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_(errors)#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F)

Tim S.