Debug session: current line color setting

General questions regarding the usage of CodeLite
BubbleBobble
CodeLite Curious
Posts: 6
Joined: Tue Feb 05, 2013 11:36 am
Genuine User: Yes
IDE Question: C++
Contact:

Debug session: current line color setting

Post 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.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Debug session: current line color setting

Post 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
Make sure you have read the HOW TO POST thread
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: Debug session: current line color setting

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Debug session: current line color setting

Post 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
Make sure you have read the HOW TO POST thread
BubbleBobble
CodeLite Curious
Posts: 6
Joined: Tue Feb 05, 2013 11:36 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Debug session: current line color setting

Post 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.
BubbleBobble
CodeLite Curious
Posts: 6
Joined: Tue Feb 05, 2013 11:36 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Debug session: current line color setting

Post 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.
spaces
CodeLite Veteran
Posts: 67
Joined: Mon Aug 22, 2011 10:15 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Debug session: current line color setting

Post 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.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Debug session: current line color setting

Post 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
You do not have the required permissions to view the files attached to this post.
Make sure you have read the HOW TO POST thread
Post Reply