CL workspace to build/debug trunk CL?

Discussion about CodeLite development process and patches
petah
CodeLite Expert
Posts: 231
Joined: Sat Nov 24, 2012 8:04 pm
Genuine User: Yes
IDE Question: c++
Location: Los Angeles
Contact:

Re: CL workspace to build/debug trunk CL?

Post by petah »

just remembered: to make it easier to identify the debugged CL instance, I suggest patching your ./CL_test/LiteEditor/frame.cpp in SetFrameTitle() so the window tab has a different title, f.ex. change:

Code: Select all

title << _("Codelite ");
title << clGitRevision;
to:

Code: Select all

title << _("CL TEST");
It's especially useful under Xfce where the active instance highlight can get out of sync.

cheers,

-- p
main: Debian Jessie x64 + custom wxTrunk
pavel.iqx
CodeLite Enthusiast
Posts: 19
Joined: Wed Jun 26, 2013 12:46 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: CL workspace to build/debug trunk CL?

Post by pavel.iqx »

how do you know i'm using xfce?! :shock:
Debian GNU/Linux 7.3 (wheezy) x64; CodeLite 5.4 from repo & CodeLite self-compiled from git HEAD
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CL workspace to build/debug trunk CL?

Post by eranif »

pavel.iqx wrote:how do you know i'm using xfce?!
He doesn't - but now we know ;)

He was talking about himself, petah is using xfce ...

Eran
Make sure you have read the HOW TO POST thread
pavel.iqx
CodeLite Enthusiast
Posts: 19
Joined: Wed Jun 26, 2013 12:46 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: CL workspace to build/debug trunk CL?

Post by pavel.iqx »

I knew... ;)
Debian GNU/Linux 7.3 (wheezy) x64; CodeLite 5.4 from repo & CodeLite self-compiled from git HEAD
Post Reply