Use this tag to ask about the Eclipse Plugin Development Environment which provides tools to create, develop, test, debug, build and deploy OSGi bundles, Eclipse plug-ins, fragments, features, update sites and RCP products.
In our application which is a Eclipse plugin, when Eclipse starts it takes long time and the users are seeing "…
java eclipse eclipse-plugin eclipse-rcp eclipse-pdeI need to use JUnit 4.4 (or newer) in a set of eclipse plugin tests, but I've run into the following …
java eclipse unit-testing junit eclipse-pdeI'm finding it difficult to phrase this question well, as there are quite a few generic terms (run, configuration, launch, …
eclipse build-process eclipse-plugin eclipse-pdeI am writing an Eclipse plugin that will display a menu item in the context menu for a Java Project. …
java eclipse eclipse-plugin eclipse-pdeI have a plug-in to an Eclipse RCP application that has a view. After an event occurs in the RCP …
eclipse eclipse-plugin eclipse-rcp rcp eclipse-pdeIn order to open a modal dialog, you need to pass a parent window, and pass the necessary flags for …
eclipse eclipse-plugin eclipse-rcp eclipse-pdeI recently upgraded from Eclipse Kepler to Luna. A plugin I had been working on is now showing build errors …
eclipse eclipse-plugin eclipse-pdeI've got a workspace with multiple RCP plugin projects. We've set the target platform, so we can build against a …
eclipse eclipse-pde eclipse-3.4I need to add a pulldown button to a view's toolbar in an Eclipse plugin. Actually buttons in the toolbar …
eclipse-plugin eclipse-rcp eclipse-pde