Project properties... [message #305920] |
Sun, 16 July 2006 22:16  |
Eclipse User |
|
|
|
Originally posted by: dbassu.research.telcordia.com
I have defined a project properties page and linked it in as follows...
<extension point="org.eclipse.ui.propertyPages">
<page
class="tmp.properties.MyPropertyPage"
id="tmp.myPropertyPage"
name="My Properties"
objectClass="org.eclipse.core.resources.IProject">
<!-- See org.eclipse.ui.IResourceActionFilter -->
<filter name="projectNature"
value="tmp.myNature">
</filter>
</page>
</extension>
Now, when I create a project of the given nature, I can see the
properties page while navigating Project->Properties from the menu bar.
However, I don't see it if I right click on the project in the
"PackageExplorer" view and select "properties"...
How do I enable the properties page in the right-click action on the
project?
Thanks,
- Devasis
|
|
|
|
Re: Project properties... [message #306009 is a reply to message #305926] |
Mon, 17 July 2006 22:56  |
Eclipse User |
|
|
|
Originally posted by: dbassu.research.telcordia.com
Christoffer wrote:
> Hi Devasis,
>
> I've never done it before, but it seems to work exactly
> as an Object contribution to a popup menu.
> So you probably have to add adaptable="true" to the page
> definition.
>
> Hth, Chris
>
But of course - works just fine :)
Thanks,
- Devasis
|
|
|
Powered by
FUDForum. Page generated in 0.03037 seconds