Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Xtend » Issues when creating a new custom menu using command(Custom menu entry doesn't appear)
Issues when creating a new custom menu using command [message #1184249] Wed, 13 November 2013 10:16
Davide G is currently offline Davide GFriend
Messages: 36
Registered: October 2013
Member
Hi, i'm developing a plugin using xtext/xtend, and i want to call the doc generation from a custom menu. I followed a tutorial on the internet and it worked for me on my windows machine. Now i switched to another machine with linux mint 15 installed, and the popup menu doesn't appear. I noticed that the dependencies that i need are:

org.eclipse.ui.command
org.eclipse.ui.handler
org.eclipse.ui.menu


but when i add these to the plugin.xml file (adding manually to the MANIFEST.MF section) i get the error

Bundle 'org.eclipse.ui.command' cannot be resolved
Bundle 'org.eclipse.ui.handler' cannot be resolved
Bundle 'org.eclipse.ui.menu' cannot be resolved


So, i think there's something i have to install to make it works. But what?

Ps i'm using eclipse juno
Previous Topic:This forum has been archived.
Goto Forum:
  


Current Time: Thu Apr 25 04:42:55 GMT 2024

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

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

Back to the top