Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-core-dev] CProject extension

On Thu, 2003-06-05 at 13:15, Robb, Sam wrote:
> > Our problem today is that CDT knows only about the CNATURE and is not
> > flexible in accepting any other natures which would extend it. 
> 
> Is this really a problem?  A project can have more than one
> nature -  we routinely create projects with 2-3 natures.  CDT
> treats them as C/C++ projects, and our plugins can treat them
> as the appropriate project type.  In some cases, this may mean
> making a few extra calls (to go from CProject -> IProject ->
> IProjectNature) but that's hardly onerous.
> 
> Or have I misunderstood the question?
> 

I think you are right. I should just have a second nature to complete
CDT. I actually don't need to modify CDT to achieve what I want.
Sometimes the mind is more easily complicated than simple. :)
Sorry for the mess...

Thanks,

Pierre-Alexandre



Back to the top