Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Nature filter for a property page
Nature filter for a property page [message #204129] Mon, 01 March 2004 13:02 Go to next message
Eclipse UserFriend
Originally posted by: bocluc.hotmail.com

Can I have a property page with a nature based filter? A nature based
filter seems to work with actions
but not with for properties for me. This is what I do:

<extension
point="org.eclipse.ui.propertyPages">
<page
objectClass="org.eclipse.core.resources.IProject"
name="My Properties"
nameFilter="*"
class="com.mytool.gui.properties.MyPropertyPage"
id="com.mytool.gui.properties.">
<filter
name="projectNature"
value="com.mytool.mynature">
</filter>
</page>
</extension>

Should that work?

TIA,
Peter
Re: Nature filter for a property page [message #204359 is a reply to message #204129] Mon, 01 March 2004 18:20 Go to previous message
Eclipse UserFriend
Originally posted by: John_Arthorne.oti.com_

This should work. You should probably also use adaptable="true" to make
this work for selection in the Java packages view, for example. If it
still does not work when you do this, please enter a bug report (include
Eclipse Build # along with this extension snippet).
--

Peter wrote:
> Can I have a property page with a nature based filter? A nature based
> filter seems to work with actions
> but not with for properties for me. This is what I do:
>
> <extension
> point="org.eclipse.ui.propertyPages">
> <page
> objectClass="org.eclipse.core.resources.IProject"
> name="My Properties"
> nameFilter="*"
> class="com.mytool.gui.properties.MyPropertyPage"
> id="com.mytool.gui.properties.">
> <filter
> name="projectNature"
> value="com.mytool.mynature">
> </filter>
> </page>
> </extension>
>
> Should that work?
>
> TIA,
> Peter
>
Previous Topic:update site problem
Next Topic:Unit testing SWT events
Goto Forum:
  


Current Time: Fri May 02 16:01:33 EDT 2025

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

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

Back to the top