Hi it's me again
I'm not sure if this is a bug or it's already fixed or I don't get it but here it is. If I go to the "Build" menu and choose the "Configuration Manager" I can create new configurations. No problem so far. Now I want to change some settings for the new configuration. I click with the right mouse button on the project in the "Workspace" tab and choose "Settings". The new configuration isn't in the list in the select box. I'm using the 2304 build and working under Windows Xp.
greetings
Bug in the configuration type select box ?
-
- CodeLite Enthusiast
- Posts: 32
- Joined: Sat Oct 04, 2008 4:06 am
- Contact:
-
- CodeLite Enthusiast
- Posts: 32
- Joined: Sat Oct 04, 2008 4:06 am
- Contact:
Re: Bug in the configuration type select box ?
Ups , my fault. I didn't realized the difference between "Workspace" configuration and "Project" configuration. Just ignore this reply.
-
- CodeLite Enthusiast
- Posts: 32
- Joined: Sat Oct 04, 2008 4:06 am
- Contact:
Re: Bug in the configuration type select box ?
ahhhmm it's me again. is it possible to store different files in different workspace configurations? this would be a nice feature too.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Bug in the configuration type select box ?
You mean:
Some files will be built for some configurations, while for other configurations they will be skipped?
If this is what you mean, then no - you cant do this.
You can however, exclude entire project from a workspace configuration
Eran
Some files will be built for some configurations, while for other configurations they will be skipped?
If this is what you mean, then no - you cant do this.
You can however, exclude entire project from a workspace configuration
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 32
- Joined: Sat Oct 04, 2008 4:06 am
- Contact:
Re: Bug in the configuration type select box ?
but that would include that a separate project must be created to simulate that. i don't know maybe it's to much overhead to implement that and maybe it's a bad idea and nobody needs that. But would it be not pretty handy ? Or just have the possibility to exclude the specific files from the build.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Bug in the configuration type select box ?
There is already a feature request for this:
https://sourceforge.net/tracker/index.p ... tid=979963
Eran
https://sourceforge.net/tracker/index.p ... tid=979963
Eran
Make sure you have read the HOW TO POST thread