Author Topic: Changing the breakpoint color or breakpoint itself  (Read 3630 times)

dave

  • Guest
Changing the breakpoint color or breakpoint itself
« 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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Changing the breakpoint color or breakpoint itself
« Reply #1 on: January 19, 2011, 04:01:54 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).
Code
    control->MarkerSetBackground(BREAKPOINT_MARKER, wxColour(0xFF, 0x00, 0x00));