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
74
votes
6 answers

Preferred Ruby plugin for Eclipse?

RDT (Ruby Development Tool) seems to be the preferred plugin for adding Ruby support to Eclipse. However, I see that the main developer on that project has joined Aptana RadRails. Does this mean that project is no longer up-to-date for Ruby in…
Lee Tang
73
votes
4 answers

Eclipse shortcut keys are not working suddenly in Windows

Eclipse shortcut keys are not working suddenly in Windows. Even basic needed shortcut keys like 'ctrl + F' and 'ctrl + c' don't work. I hope that if eclipse is restarted, it would work, but I cannot restart as my applications are running in eclipse.…
Sun
  • 3,444
  • 7
  • 53
  • 83
73
votes
14 answers

Eclipse giving error, missing R.java file after recent update

I have updated my SDK and ADT to the latest version, I have also update the Eclipse to Kepler the latest one after Juno. My ADT version is 22.0. After this update when I create a new project, I'm getting error, stating R cannot be resolved to a…
Anupam
  • 3,742
  • 18
  • 55
  • 87
71
votes
2 answers

How can I add a default header to my source files automatically in Eclipse?

I'm trying to figure out how I can have a comment header automatically added to all new source files in my eclipse java project. I've looked around but I haven't found a simple solution to automate this process. I gave JAutodoc a try, and even…
John
  • 2,571
  • 6
  • 32
  • 40
69
votes
10 answers

"SDK Platform Tools component is missing!"

I am trying to add the add SDK Platform 1.6 to an existing Install of 2.2, with the help of this thread. As suggested, I ran Help → Check for Updates which found and installed the following: + Android DDMS 8.0.1.v201012062107-82219 …
Android Eve
  • 14,864
  • 26
  • 71
  • 96
68
votes
11 answers

How to save LogCat contents to file?

I've added debug strings (using Log.d()) and want to see them in context from the contents of logCat. The "save" icon for LogCat has a "Save selected items" hint, but there's got to be a quick way to just save the entire contents, or select the…
65
votes
11 answers

How to uninstall plugins in Eclipse 3.4.X or higher

The GUI for managing plugins in Eclipse got a bit of an overhaul in version 3.4.0. This GUI is accessed via the "Software Updates..." option in the Help menu. The option to remove the selected Mylyn plugin is greyed out. In fact, this is true of…
Dónal
  • 185,044
  • 174
  • 569
  • 824
64
votes
9 answers

Which is the best Maven Eclipse plugin?

There is two available Eclipse plugins for Maven : Eclipse IAM (old name is Q4E) m2eclipse m2eclipse seems to be the oldest but the more robust. Is there any key differences between the two ? Which one should be chosen for a project starting today…
Michel
  • 2,454
  • 3
  • 20
  • 28
64
votes
12 answers

Error when try install plugin

I'm trying to install a plugin in Eclipse Luna. I installed Papyrus and am trying to install SWT designer, but before the download/installation is completed I get an error: An error occurred during…
user3855547
  • 2,045
  • 2
  • 12
  • 8
62
votes
10 answers

Eclipse hang when copying / pasting code

I have a big problem. Eclipse is hanging up when I do any copy/paste with Ctrl+C / Ctrl+V keys. Is it due to the Eclipse validation code system? Do I mess something in my Eclipse setting? Here is my conf : Eclipse 3.4.2 Plugin RSE Windows XP pro…
Pierre-Gilles Levallois
  • 4,161
  • 4
  • 28
  • 37
60
votes
5 answers

Is there an IntelliJ Keymapping plugin for Eclipse?

I am an old IntelliJ user, now working on a project that requires Eclipse. I don't mind learning the Eclipse default keyboard shortcuts where they exist, but so many operations don't have shortcuts assigned (grrrr!) I was wondering if there is any…
Victor Grazi
  • 15,563
  • 14
  • 61
  • 94
59
votes
5 answers

Is there a working JSLint Eclipse plug-in?

Can anyone point to a functioning JSLint plug-in for Eclipse?
Nikita
  • 6,019
  • 8
  • 45
  • 54
59
votes
5 answers

How do you create a Spring MVC project in Eclipse?

I am trying to follow the basic tutorial for Spring MVC but got lost at creating a new project in Eclipse. It seems to me that most tutorials assume you know how to create a Spring Project in Eclipse. Any advice on where to get started or tutorials…
Rob
  • 593
  • 1
  • 5
  • 4
58
votes
5 answers

Block selection in eclipse

Does anyone know if block selection (or rectangular selection) is possible in eclipse? Maybe there's a plugin? I haven't been able to find one myself yet...
Maurits de Boer
  • 1,907
  • 4
  • 23
  • 30
57
votes
31 answers

What is the single best free Eclipse plugin for a Java developer

Some Eclipse plugins are mandated by your environment. The appropriate source code management plugin, for example - and I'm not interested in those. Some provide useful enhancements, but in a specific niche. I'm not interested in those. Some are…
Bill Michell
  • 8,240
  • 3
  • 28
  • 33