Author Topic: highlighting desactivated  (Read 9790 times)

Offline wpjo

  • Single posting newcomer
  • *
  • Posts: 2
highlighting desactivated
« 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

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: highlighting desactivated
« Reply #1 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