EmBitz
Indentation guide's colour - Printable Version

+- EmBitz (https://www.embitz.org/forum)
+-- Forum: IDE (https://www.embitz.org/forum/forumdisplay.php?fid=1)
+--- Forum: Using EmBitz (https://www.embitz.org/forum/forumdisplay.php?fid=2)
+--- Thread: Indentation guide's colour (/showthread.php?tid=78)



Indentation guide's colour - Operton - 08-11-2021

If anyone interested, I've found a solution how to change the indentation guide's colour:
https://forums.codeblocks.org/index.php/topic,10876.msg74513.html#msg74513

For EmBitz the following lines should be copied to this file:
Program Files\EmBitz\2.00\share\EmBitz\lexers\lexer_cpp.xml
Code:
                <Style name="Indendation guide"
                        index="37"
                        fg="210,210,210"/>

Now the color is configurable in the Editor->Syntax highlighting dialog (for C/C++).

It would be nice to see in the next releases.

Thank you!