Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Action doesn't appear in open projects
Action doesn't appear in open projects [message #197678] Thu, 19 February 2004 08:49 Go to next message
Eclipse UserFriend
Originally posted by: or.shavit.sap.com

Hi,

I wrote a plugin that is activated by a new action in the menu that
appears when right-clicking on a Project icon.

For some reason, it works only on closed projects. (In open ones, the
action does not appear in the menu)

The only reference in my code to weather or not the project is open or not
is:

if(!project.isOpen())
project.open(null);

Any ideas why this happens?

Thanks,

Or
Re: Action doesn't appear in open projects [message #197942 is a reply to message #197678] Thu, 19 February 2004 13:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

What does your plugin.xml contribution look like for the action.

--
Thanks, Rich Kulp

Re: Action doesn't appear in open projects [message #199315 is a reply to message #197942] Sun, 22 February 2004 11:06 Go to previous message
Eclipse UserFriend
Originally posted by: or.shavit.sap.com

Rich Kulp wrote:

> What does your plugin.xml contribution look like for the action.

Hi Rich,

Thanks for the fast response.

My plugin contribution is:

<objectContribution
objectClass="org.eclipse.core.resources.IProject"
nameFilter="*"
id="com.sap.crosstopics.eclipsetools.popupMenu">
<action
label="Check Translation Strings Usage..."
icon="icons/chk.gif"

class=" com.sap.crosstopics.eclipsetools.actions.CheckStringUsageAct ion "
menubarPath="additions"
enablesFor="*"
id=" com.sap.crosstopics.eclipsetools.actions.CheckStringUsageAct ion ">
</action>
</objectContribution>

Thanks,

Or
Previous Topic:[repost] Cannot Nest Output Folder
Next Topic:command extension works in PDE, doesn't when installed
Goto Forum:
  


Current Time: Fri May 09 16:39:33 EDT 2025

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

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

Back to the top