Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Project properties...
Project properties... [message #305920] Mon, 17 July 2006 02:16 Go to next message
Eclipse UserFriend
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 #305926 is a reply to message #305920] Mon, 17 July 2006 06:18 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: christoffer.web.de

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
Re: Project properties... [message #306009 is a reply to message #305926] Tue, 18 July 2006 02:56 Go to previous message
Eclipse UserFriend
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
Previous Topic:Shortcuts don't work anymore
Next Topic:Want to enable/disable menu like close/close all
Goto Forum:
  


Current Time: Thu Aug 29 23:41:01 GMT 2024

Powered by FUDForum. Page generated in 0.03289 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top