Problem with properties page and 'C/C++ Projects' view [message #142616] |
Tue, 05 April 2005 04:07 |
Eclipse User |
|
|
|
Hi,
I'm currently writing a plug-in that adds a properties page for use with
projects that have a C nature. I'm using the following extension to create
the page:
<extension
point="org.eclipse.ui.propertyPages">
<page
objectClass="org.eclipse.core.resources.IProject"
name="Cantata++ Options"
nameFilter="*"
class="com.ipl.products.cantpp.eclipse.properties.ProjectCoverage "
id=" com.ipl.products.cantpp.eclipse.properties.samplePropertyPag e ">
<filter
name="projectNature"
value="org.eclipse.cdt.core.cnature">
</filter>
</page>
</extension>
This works fine and produces the properties page when if I go via
'Project->Properties' on the tool bar or if I right click in the
'Navigator' view and select Properties. However if I right click in the
'C/C++ Projects' view and select Properties my page is not visible.
Have I missed something in my extension? Is this expected behaviour? If
it's a bug where should I report it so that it can be investigated and
(hopefully) fixed.
Cheers,
Richard
PS Apologies if this is a duplicate post, my first attempt doesn't seem to
have appeared.
|
|
|
Powered by
FUDForum. Page generated in 0.06075 seconds