Questions tagged [eclipse-pde]

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.

The Eclipse Plug-in Development Environment (PDE) provides tools to create, develop, test, debug, build and deploy Eclipse plug-ins, fragments, features, repositories, update sites and RCP products.

PDE also provides comprehensive OSGi tooling.

Note that PDE build tools are now in maintenance mode and are no longer being developed, building should be done with Maven and Eclipse Tycho.

For more details see: http://www.eclipse.org/pde/

472 questions
0
votes
2 answers

How to bind source to plugin

I want to bind source to eclipse plugin. I have created custom target from eclipse indigo update site and there are plugins with source code, so I tried to make such source plugin for egit plugin. I don't know how to make such plugin using eclipse,…
michael nesterenko
  • 14,222
  • 25
  • 114
  • 182
0
votes
1 answer

Eclipse PDE build fails to find jar location on customAssembly

I'm running a PDE build - pretty much defaults ( see at the end of the message ) which manages to copy all my plugins/features, resolve them, compile them and generate p2 metadata. At the customAssembly step it fails misteriously with BUILD…
Robert Munteanu
  • 67,031
  • 36
  • 206
  • 278
0
votes
1 answer

Get associated file extensions for an Eclipse editor

I'm trying to programmatically retrieve the associated file extensions for a specific editor from within my (DLTK based) Eclipse plugin. The reason for it is that I only want to index files that are associated to my editor, and I need to avoid…
pulse00
  • 1,294
  • 1
  • 16
  • 25
0
votes
2 answers

Eclipse plugin with Scala and Java - PDEBuilder Java code can't see Scala types

After about 6-7 hours in a row, I'm hoping that somebody can help me with a problem I am having. Basically I'm trying to develop a Eclipse plugin containing both Scala and Java code. Unfortunately it is such that when I'm trying to build the plugin,…
StefanE
  • 817
  • 6
  • 20
-1
votes
1 answer

PDE plugin for Eclipse - which repository to install from?

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?
ruhungry
  • 4,506
  • 20
  • 54
  • 98
-1
votes
1 answer

Are there any non-deprecated Eclipse PDE plugin templates?

I'm learning how to develop plugins for eclipse, and I'm trying to add a menu item to a context menu. That sounds simple enough, and in the "New Plugin Project" wizard, several templates are given, one of which creates a new item in the context…
StockB
  • 755
  • 1
  • 13
  • 33
-2
votes
1 answer

Autoscroll custom console in Eclipse

I am trying to create a console in Eclipse that includes some additional feature on top of the normal MessageConsole. To include those extra actions I created a class that extends TextConsolePage and I override the createActions() method much like…
Danny
  • 7,368
  • 8
  • 46
  • 70
1 2 3
31
32