Page 1 of 1
Debug session: current line color setting
Posted: Tue Feb 05, 2013 1:44 pm
by BubbleBobble
Good morning to everyone,
During a debug session using C/C++, is it possible to change the color of the current line? Actually there is a green arrow on the left but I prefer to have that line highlighted with a bright color.
Today is my first day using CL, I have been looking for here and there without any clue. Thank you in advance.
Re: Debug session: current line color setting
Posted: Tue Feb 05, 2013 1:56 pm
by eranif
BubbleBobble wrote:Today is my first day using CL, I have been looking for here and there without any clue. Thank you in advance.
You are still thinking eclipse
And no, you can't do that. Please submit a feature request
Eran
Re: Debug session: current line color setting
Posted: Tue Feb 05, 2013 11:15 pm
by DavidGH
Hi,
And no, you can't do that. Please submit a feature request
Unless I'm misunderstanding, that's Setting > Global Editor Preferences > Guides tab: Caret line background colour.
Regards,
David
Re: Debug session: current line color setting
Posted: Tue Feb 05, 2013 11:43 pm
by eranif
DavidGH wrote:Unless I'm misunderstanding, that's Setting > Global Editor Preferences > Guides tab: Caret line background colour.
What you referred him to, is the *caret* line, I believe he was asking about the current *debugger* line (currently we mark it with green arrow). The later is not implemented in codelite
Eran
Re: Debug session: current line color setting
Posted: Wed Feb 06, 2013 7:30 pm
by BubbleBobble
Yes I meant the current debugger line color which I believe might be useful.
I will submit this to the feature request. Thank you.
Re: Debug session: current line color setting
Posted: Wed Feb 06, 2013 7:36 pm
by BubbleBobble
Well, I tried to change the caret color and effectively also during the debugging the current line is highlighted as I wished.
Thank you for your support.
Re: Debug session: current line color setting
Posted: Thu Feb 07, 2013 8:30 pm
by spaces
Ok just a quick note. The new version reseted my color settings. It's not really a problem since I only use a much lighter color for the cursor line and for selection. So no biggy for me as the current color scheme is mighty fine for me.
Re: Debug session: current line color setting
Posted: Sat Mar 16, 2013 10:15 pm
by eranif
BubbleBobble wrote:Yes I meant the current debugger line color which I believe might be useful.
I will submit this to the feature request. Thank you.
git head now has a new option which sets the debugger line with background colour:
1.png
Eran