Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] The disappearing property page

 

> -----Original Message-----
> From: cdt-dev-admin@xxxxxxxxxxx 
> [mailto:cdt-dev-admin@xxxxxxxxxxx] On Behalf Of 
> cebarne2@xxxxxxxxxxxxxxxxxxx
> Sent: November 8, 2004 7:54 AM
> To: cdt-dev@xxxxxxxxxxx
> Subject: Re: [cdt-dev] The disappearing property page
> 
> We struggled with this same issue.  To fix our problem, we 
> set the "adaptable" attribute for the property page to "true" 
> (in the plug-in.xml file).  This attribute just lets the 
> property page exist for projects that are "Adaptable" to the 
> IProject.  In the C/C++ view, selections are actualy 
> CProjects instead of IProjects (but they are adaptable to 
> IProjects).  At least, this is how it seems to work.

I didn't see any comment encouraging or discouraging this behaviour
so let me add in that this is the "right thing to do" if you need
to support an action triggered from the CView.

Hope this helps,
 Thomas


Back to the top