News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Changing the breakpoint color or breakpoint itself

Started by dave, January 19, 2011, 03:43:03 PM

Previous topic - Next topic

dave

Hi, would It be possible to customize/change color of breakpoint because I didn't like it.

Jenna

Quote from: dave on January 19, 2011, 03:43:03 PM
Hi, would It be possible to customize/change color of breakpoint because I didn't like it.
It's (currently) hardcoded in cbEditor.cpp:1356 in  void cbEditor::InternalSetEditorStyleBeforeFileOpen(cbStyledTextCtrl* control).
    control->MarkerSetBackground(BREAKPOINT_MARKER, wxColour(0xFF, 0x00, 0x00));