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.
Debug session: current line color setting
-
- CodeLite Curious
- Posts: 6
- Joined: Tue Feb 05, 2013 11:36 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Debug session: current line color setting
You are still thinking eclipseBubbleBobble wrote:Today is my first day using CL, I have been looking for here and there without any clue. Thank you in advance.
And no, you can't do that. Please submit a feature request
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Debug session: current line color setting
Hi,
Regards,
David
Unless I'm misunderstanding, that's Setting > Global Editor Preferences > Guides tab: Caret line background colour.And no, you can't do that. Please submit a feature request
Regards,
David
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Debug session: current line color setting
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 codeliteDavidGH wrote:Unless I'm misunderstanding, that's Setting > Global Editor Preferences > Guides tab: Caret line background colour.
Eran
Make sure you have read the HOW TO POST thread
-
- 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
Yes I meant the current debugger line color which I believe might be useful.
I will submit this to the feature request. Thank you.
I will submit this to the feature request. Thank you.
-
- 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
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.
Thank you for your support.
-
- 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
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.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Debug session: current line color setting
git head now has a new option which sets the debugger line with background colour: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.
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