eclipse-pde

How to programatically access the Eclipse variable pool?

拟墨画扇 提交于 2021-01-29 03:12:24
问题 I have registered a handler through the org.eclipse.ui.handlers extension point and added an enabledWhen condition which checks the variable selection in the Eclipse variable pool. This works perfectly fine, but now I want to replicate this behavior to my SWT buttons which are displayed in a view. My question is as follows: How can I access the Eclipse variable pool in order to get the selection variable to listen on selection events and subsequently call the button.setEnabled(true/false) .

Is it possible to redirect to browser URL on splash image click?

为君一笑 提交于 2021-01-22 13:17:27
问题 I use PDE. My tool has a splash image located in splash.bmp . In the build.properties I include the image into bin.includes ( bin.includes = splash.bmp ). In the app.product file I have the following code: <splash startupProgressRect="5,275,445,15" /> <launcher name="app"> <linux icon="/icons/running.xpm"/> <win useIco="false"> <bmp/> </win> </launcher> My question is the following: Is it possible to add links in the splash image? I mean, once the app is loading, it possible to click on

Accessing the timestamp after PDE build

天涯浪子 提交于 2020-01-06 04:23:10
问题 Am using ant to build my RCP application. The PDE headless build works well. However for some custom bundling of my artifacts, i need to access the timestamp that PDE uses while creating jars of my plugins and features. Ex: com.test.app.1.0.0.201404091703.jar I need to get the value 201404091703 from the PDE once the build is successful. Is this possible? I tried with forceContextQualifier from the build.properties, but the problem with this is, everytime before the build starts i need to

How to correctly specify eclipse-plugins in category.xml of tycho eclipse-repository?

杀马特。学长 韩版系。学妹 提交于 2020-01-04 04:42:13
问题 I want to create a p2 repository of some eclipse-plugins during a tycho build. My category.xml looks like this: <?xml version="1.0" encoding="UTF-8"?> <site> <feature url="plugins/<artifact-id>-1.0.0.jar" id="<artifact-id>" version="1.0.0.qualifier"> <category name="cat" /> </feature> <category-def name="cat" label="example category" /> </site> where <artifact-id> is the maven artifact id of the eclipse-plugin that shall be included in the p2 repo. When executing the maven build I get the

Eclipse Incremental Builder Plugin does not work

情到浓时终转凉″ 提交于 2020-01-03 19:58:02
问题 I recently started working with Eclipse's Plug-in development environment on Eclipse RCP (4.2.1 Juno). I created a project with the Incremental Builder Template. My goal is to perform a build process on the user code after Java Build is over. The problem is, I don't know how to use the Builder. I tried Exporting the project into a "Deployable Plug-ins and Fragments" jar file, and then placed the jar file in several places, like Development Workspace, Runtime Workspace, and in the plugins

How to use Eclipse 3.x views in E4?

浪子不回头ぞ 提交于 2020-01-02 09:59:47
问题 I am experienced with Eclipse 3.x development and now want to develop an E4 application. Therefor I tested a simple example in order to get started with the new things. I was following this tutorial step by step but it results in the same error. However, he is not getting those errors. I'm using Eclipse Luna (4.4.2) and installed the E4 Tools (0.17). I've created a new Eclipse 4 Application and added to the Application.e4xmi the Common Resource Navigator (Project Explorer) as Shared Part

Eclipse: What is the minimum Eclipse installation needed for a headless PDE build?

五迷三道 提交于 2019-12-30 04:01:04
问题 I am currently using PDE build in headless mode to build my OSGI Bundle project. The PDE Antrunner task uses an Eclipse installation and I am just pointing it to my local Eclipse installation. unfortunatelly my eclipse installation is about 260MB big, but I assume that a PDE build does NOT require all of those plugins in a standard eclipse installation. Does anyone now what is the minimum list of plugins I need for doing a headless PDE build? All of my dependencies I actually have in a custom

Eclipse: What is the minimum Eclipse installation needed for a headless PDE build?

做~自己de王妃 提交于 2019-12-30 04:01:04
问题 I am currently using PDE build in headless mode to build my OSGI Bundle project. The PDE Antrunner task uses an Eclipse installation and I am just pointing it to my local Eclipse installation. unfortunatelly my eclipse installation is about 260MB big, but I assume that a PDE build does NOT require all of those plugins in a standard eclipse installation. Does anyone now what is the minimum list of plugins I need for doing a headless PDE build? All of my dependencies I actually have in a custom

PDE plugin for Eclipse - which repository to install from? [closed]

爱⌒轻易说出口 提交于 2019-12-25 17:23:00
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I'd like to install the PDE plugin for Eclipse (3.7) I cannot find a working repository... Could you tell me how I can install this plugin? 回答1: Go to Help > Install new software . You should have http://download.eclipse.org/releases/indigo as an update site by default. Select it (or add it if you don't). Select

PDE plugin for Eclipse - which repository to install from? [closed]

和自甴很熟 提交于 2019-12-25 17:22:30
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I'd like to install the PDE plugin for Eclipse (3.7) I cannot find a working repository... Could you tell me how I can install this plugin? 回答1: Go to Help > Install new software . You should have http://download.eclipse.org/releases/indigo as an update site by default. Select it (or add it if you don't). Select