PropertyPages on Popup for Java Projects in Package Explorer [message #4351] |
Wed, 28 May 2008 06:53  |
Eclipse User |
|
|
|
Hi,
using Eclipse 3.3 eclipse.buildId=M20080221-1800
I defined a property page in my plugin.xml like this:
<page
class="com.example.ui.WorkbenchPropertyPage"
id="com.example.page1"
name="Test">
<enabledWhen>
<instanceof
value="org.eclipse.core.resources.IProject">
</instanceof>
</enabledWhen>
</page>
This works fine from the Navigator view.
In the Package Explorer view however, whenever I choose a Java Project and
right-click and select Properties, my page will not appear. It appears if
I choose Project > Properties from the menu bar, also if I right-click
such projects in the Navigator view, but not in the Package Explorer. The
page also appears for non-Java projects even when right-clicking in the
Package Explorer view.
Is this a bug or not? It appears like on e to me.
How else can I make contributions to the Property Pages of Java Projects
that show up on right-clicks in the Package Explorer?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04214 seconds