News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

highlighting desactivated

Started by wpjo, April 24, 2014, 03:53:35 PM

Previous topic - Next topic

wpjo

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

BlueHazzard

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