Multi ExcludeConfigForFile

Discussion about CodeLite development process and patches
MichelPaulissen
CodeLite Curious
Posts: 1
Joined: Sun Dec 22, 2013 2:18 am
Genuine User: Yes
IDE Question: C++
Contact:

Multi ExcludeConfigForFile

Post by MichelPaulissen »

See my patch:

http://pastebin.com/FRwbamPd

I need to exclude a lot of files (hundreds) from a certain build config so I got annoyed and dug into the source.
Sorry if your standard is 5 spaces (is it?), I used tabs.
Also, why are the SetItemTextColour commented out? It works fine on my machine.

Hope this is useful!
@MichelPaulissen
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Multi ExcludeConfigForFile

Post by eranif »

Thanks, applied to git head

Eran
Make sure you have read the HOW TO POST thread
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Multi ExcludeConfigForFile

Post by eranif »

Forgot to mention, in the future please follow this coding guidelines:

http://codelite.org/Developers/CodingGuidelines

Thanks,
Eran
Make sure you have read the HOW TO POST thread
Post Reply