News:

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

Main Menu

Highlighting a map

Started by jalcazo, November 08, 2021, 06:25:51 AM

Previous topic - Next topic

jalcazo

Hi there, my project uses bidimensional arrays to define the labyrinth of each level, like this:



Until now I used EmEditor, an external editor from Code::Blocks. Now I want to read the array from a .txt or .map file and highlight the text as I did in EmEditor.

But when I go to Settings -> Editor -> Syntax Highlighting -> Plain text, I can't define that certain numbers are highlighted in yellow, to see the labyrinth structure like I did with EmEditor.

I would like to drop EmEditor and do all the work for my project in Code::Blocks. Is this possible?

Thanxxx