Questions tagged [eclipse-plugin]

Eclipse is an OSGi extensible platform for tool integration. The extensions to Eclipse are Java plug-ins. Use this tag to ask about developing Eclipse plug-ins. Note that asking for plug-in recommendations is off-topic.

Eclipse isn't a single monolithic program, but rather a small kernel containing a plug-in loader surrounded by a multitude of Java plug-ins. This small kernel is an implementation of the OSGi R4 specification and provides an environment in which plug-ins execute.

Each plug-in contributes to the whole in a structured manner, may rely on services provided by another plug-in, and each may in turn provide services on which yet other plug-ins may rely.

Plug-ins allow the extension of Eclipse functionality in various ways:

  • Providing additional UI elements,
  • allowing working with new technologies,
  • enhancing an existing plugin functionality, and much more.

The Eclipse source code is readily available and can be integrated with Eclipse to make it easy to debug plug-ins.

Documentation

11636 questions
4
votes
1 answer

Eclipse anonymous class folding

Is there an Eclipse plugin that folds anonymous classes? Preferably something that works like Intellij's closure folding: http://blogs.jetbrains.com/idea/2009/03/closure-folding-in-intellij-idea-9-maia/ I've looked at lambda4jdt, but it does not…
epb
  • 454
  • 4
  • 15
4
votes
1 answer

How to use SVN 1.8 with Eclipse under Ubuntu?

we just upgrade to SVN 1.8. Unfortunately nobody thought about us Linux folks :( Is there any way to connect Eclipse to an SVN 1.8? The repo of Dominik Stadler is mentioned a couple of times in terms of upgrading to 1.7 but the 1.8 Folder looks…
Redfox
  • 1,024
  • 1
  • 11
  • 28
4
votes
1 answer

Eclipse maven unable to locate karma executable

I am able to run my Jasmin tests in Karma using the karma command line and maven command line, but when trying to run maven (eg. mvn install) from within STS 3.2.0.RELEASE (Eclipse Juno 4.2) I get the following error: Failed to execute goal…
Jean Marois
  • 1,510
  • 11
  • 19
4
votes
1 answer

Eclipse Java Autocomplete for Drools

I read that Jboss Drools Autocomplete for Eclipse is disabled. My objective now, is to use Java Autocomplete for .drl files (I'm developing my drl rules with dialect "java"). Does anyone knows how I can use Java Autocomplete in Eclipse for my .drl…
user1592470
  • 401
  • 2
  • 8
  • 21
4
votes
2 answers

ClassNotFoundException even though the class is included in a jar file included in the buildpath

I am editing an eclipse plugin code. Just a starter so haven't got much idea about it. Just trying to make it run atm. The program when run throws ClassNotFoundException. I have included the puakma.jar file to the buildpath of the project and also…
h-rai
  • 3,636
  • 6
  • 52
  • 76
4
votes
1 answer

how to issue an adb command from built in eclipse UI in Android SDK

Is there way in which I can run an adb command from inbuilt eclipse UI in Android SDK? I need to find out if ECLIPSE UI already has this functionality, if not need to go about implementing it. Till now I have been mainly using adb commands on…
Akash Mankar
  • 451
  • 6
  • 15
4
votes
3 answers

Eclipse jQuery, Javascript helper plugin?

Is there such a plugin available for Eclipse? Able to assiste with Javascript programming and click on function to go to function?
cometta
  • 35,071
  • 77
  • 215
  • 324
4
votes
1 answer

Can't connect to SOCKS proxy:Connection refused

When I try to connect to some ssh server using Eclipse (which used to work smoothly before), it gives me this error: Failed to connect sshd on "x.x.x.x": ProxySOCKS5: com.jcraft.jsch.JSchException: java.net.SocketException: Can't connect to SOCKS…
securecurve
  • 5,589
  • 5
  • 45
  • 80
4
votes
3 answers

Eclipse github plugin: Committing changes error - Entry not found by path

I am facing a weird github behaviour. I am using the github plugin for eclipse (3.7.2), and now if I create a new class and try to commit, I get an error like An internal error occurred Entry not found by path:…
longi
  • 11,104
  • 10
  • 55
  • 89
4
votes
2 answers

Eclipse block coloring

I'm wondering if anyone can assist with a query I am having about Eclipse. I have used JDeveloper extensively for work and have enjoyed the 'block coloring' feature it has, whereby it can colour the background of methods and syntax blocks which I…
Stuie
  • 123
  • 9
4
votes
0 answers

Is it possible to customize http connection when updating RCP application?

For example add some headers, or cookies to connection? I found that they are using org.eclipse.ecf.provider.filetransfor.httpclient and it use org.apache.commons.httpclient plugin for connection, but it is possible to 'hook' somehow there?
Jano333
  • 63
  • 6
4
votes
2 answers

Problems using eclipse Hibernate plugin - could not locate sessionfactory in JNDI

I'm using the reverse engineering capabilities built into the eclipse hibernate plugin to generate dao's and hbm.xml files for each table. It does it quite well but when I try to use the generated Objects I get a Could not locate SessionFactory in…
mancmanomyst
  • 2,118
  • 6
  • 21
  • 23
4
votes
1 answer

Eclipse - Java Heap error while in interface

I am pretty new to eclipse and it was working fine but now its giving me Java Heap problems and sometimes outofmemory issues... Can anyone help me with my eclipse.ini ... i have increased some memory values and it got better but not perfect... I am…
mark smith
  • 20,637
  • 47
  • 135
  • 187
4
votes
3 answers

Eclipse RCP view will not update when editor data is modified

I'm attempting to do something that seems like it should be quite common, so I'm surprised I'm having a hard time finding a solution. I have a simple Eclipse RCP application. It consists of a view, containing a treeViewer that displays elements of…
JasonK
  • 361
  • 5
  • 15
4
votes
2 answers

Source map plugin for Eclipse

I was wondering if there is a source map plugin available for Eclipse like the one included in VS' Productivity Power Tools: Tried to Google it but I've not got any relevant hit.