Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: jalcazo on November 08, 2021, 06:25:51 am

Title: Highlighting a map
Post by: jalcazo on November 08, 2021, 06:25:51 am
Hi there, my project uses bidimensional arrays to define the labyrinth of each level, like this:

(https://i.ibb.co/xFWg22y/esborrar.png)

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