EmBitz

Full Version: Indentation guide's colour
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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!