08-11-2021, 10:53 AM
If anyone interested, I've found a solution how to change the indentation guide's colour:
https://forums.codeblocks.org/index.php/...l#msg74513
For EmBitz the following lines should be copied to this file:
Program Files\EmBitz\2.00\share\EmBitz\lexers\lexer_cpp.xml
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!
https://forums.codeblocks.org/index.php/...l#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!