Menu

#659 Active debugger line uses wrong color theme

Undefined
fixed
None
Bug_Report
2018-04-30
2018-04-09
bluehazzard
No

Description and images, and also a possible solution:
http://forums.codeblocks.org/index.php/topic,22562.0.html

If the debugger is stopped in one line but the cursor is in a other some wired coloring is applied. I can > not change the color of the debugger line in the settings, or am i missing something?

See in the images:
First image the debugger stopped line is the same as the cursor line, so the correct color of the "ActiveLine" from the current cpp lexer is applied.
In the second image i move the cursor to line 10 and on the debugger line the default color for the active line from the cpp lexer is applied. This does not fit in my color scheme...

Is there a setting to change this or is this a bug/ missing feature?

Windows 7 current trunk

3 Attachments

Discussion

  • Teodor Petrov

    Teodor Petrov - 2018-04-29

    The problem happens because the syntax highlight theme colour is read after the debugger marker is already set. This means that the debugger marker always uses yellow as a colour.

    The question is do we really want another setting or could use the caret active line one?
    I'm not sure we do. We have too many colours already. For now I'd make it use the caret line colour and we could introduce the setting in the future...

     
  • Teodor Petrov

    Teodor Petrov - 2018-04-30
    • status: open --> fixed
    • assigned_to: Teodor Petrov
    • Type: Undefined --> Bug_Report
     
  • Teodor Petrov

    Teodor Petrov - 2018-04-30

    Committed in r11388. Let me know if you like it or you need another setting.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.