I have a set of plug-ins which need to support different Eclipse products. There is a core plug-in, which is product-independent, and an adaptation plug-in each for Product X, Product Y, etc.
In my project I use PDE/Build to build my RCP application on a remote server in Hudson. The current version is a package based on Eclipse Galileo and it works fine both as a builder application and as
I\'m using the Wizard Extension to get some settings from the user. After on my plugin modifies an Eclipse project and then it should be included into the Package Ex开发者_JAVA百科plorer. The whole th
I\'m looking to make a custom project type with an Eclipse plugin where the files for the project are actually stored on a remote server but displayed to the user as normal.
I\'m trying to get my JUnit Plugin-Test launcher to run for my PDE projects. It was working before, but I changed some of the names of my OSGi bundles and now it\'s failing with the following:
I am writing an Eclipse plugin that will display a menu item in the context menu for a Java Project.I have written the plugin.xml as follows:
I am trying to write what I think is a very simple Eclipse plugin, but I am really struggling to find my way around as I have never worked with the PDE before.
I am trying to learn about eclipse plugin development.I downloaded Eclipse IDE for Java EE developers in Helios distribution. I am able to create plugin development project u开发者_开发百科sing plugin
Is it at all possible to use OLE and \"Paste Special\" to paste a link from an Eclipse RCP based application into Excel?
So, we have a 开发者_Python百科Eclipse product build that builds several plugins. For each of these plugins we have a settings file that defines what JDT compiler warnings we want to know about. It wo