Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: RE: [cdt-dev] Concept of a "Solution"

There it is again, the question for working sets behaviour similar to JDT?

Changing eclipse-workspaces just for Solutions/Workspace (not eclipse-workspace) switching is not really an option here, as this would require an new configuration (configuration .metadata in workspace dir).

JDT introduced Working Sets and grouping projects and settings to them.
Maybe this could be a solution to group projects together, and exchange
working set data across the projects belonging to a working set?

Regards,
Henning

-------- Original-Nachricht --------
Datum: Mon, 25 Sep 2006 22:17:29 +0400
Von: "Sennikovsky, Mikhail" <mikhail.sennikovsky@xxxxxxxxx>
An: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Betreff: RE: [cdt-dev] Concept of a "Solution"

> Hi Delicia,
> 
>  
> 
> See my answers embedded below.
> 
>  
> 
> Regards,
> 
> Mikhail
> 
>  
> 
> ________________________________
> 
> From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
> On Behalf Of Delicia
> Sent: Wednesday, September 20, 2006 5:06 AM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] Concept of a "Solution"
> 
>  
> 
> Hi,
> 
>  
> 
>     Is there a concept of a container that allows you to group projects
> such as 
> 
> a "Solution" in Visual Studio that can contain several project that are
> part of a 
> 
> larger project (hence solution in MS terminology). 
> 
> [Mikhail] There is no "Solution" concept in eclipse. The only
> "container" grouping projects in eclipse is a workspace
> 
>  
> 
> On similar lines, is it possible to specify the build configuration from
> a 
> 
> main "Project" menu or the context menu in the projects window?
> Currently, we need to go through each project in the workspace and 
> 
> change them all manually to switch from debug to release builds.
> 
> [Mikhail] The CDT/MBS 3.1allows changing the project active
> configuration both from the project context menu, "Active Build
> Configuration" sub-menu of the "Project" menu and "Active Configuration"
> tool-bar. It is also possible to select multiple projects and set active
> configuration of a given name for all of them in case all the selected
> projects contain configuration of that name. With the New Project Model
> we're going to present the configuration concept CDT-wide, so the same
> functionality will become not only Managed Build specific, but CDT-wide.
> 
>  
> 
> Regards,
> 
> Mikhail
> 
>  
> 
>  
> 
> Maybe I am missing something here.
> 
>  
> 
> Thankyou.
> 
> Delicia.
> 

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer


Back to the top