Author Topic: Highlighting a map  (Read 5085 times)

Offline jalcazo

  • Multiple posting newcomer
  • *
  • Posts: 26
Highlighting a map
« on: November 08, 2021, 06:25:51 am »
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