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
115
votes
1 answer

Eclipse: quick search on filename

Very often while working in Eclipse I realize that I remember class name, but forgot in which package this class is. Using Search is not very convenient. Too many clicks and key presses. I wonder, is there a plugin to simplify this process? For…
Aleksandr Kravets
  • 5,750
  • 7
  • 53
  • 72
113
votes
3 answers

How to integrate CSS pre-processing within Eclipse?

I would like to edit SCSS files in Eclipse, preferably with syntax highlighting for .scss files. I found these resources valuable: http://sass-lang.com/editors.html - has no editor for .scss files only…
Eric H
  • 1,676
  • 3
  • 16
  • 18
113
votes
5 answers

How do I change the default author and committer in the Eclipse Git plugin?

I am using the Git plugin for Eclipse. I have several authors and committers which are displayed when I start typing in those fields. How can I provide changes to this list, or remove some author or committer? Also I want to set my default author…
Dmytro Danylyk
  • 19,684
  • 11
  • 62
  • 68
108
votes
15 answers

Is there an Eclipse plugin to run system shell in the Console?

Do you know of any Eclipse plugin to run a system shell in the included console? It would be awesome. Dolphin, KDE's file navigator, has this feature, you can press F4 and a console shows located on the directory you are standing. It would be…
Fernando Briano
  • 7,699
  • 13
  • 58
  • 75
106
votes
1 answer

Eclipse RCP - Open a View in the Editor Area (3.8/e4 hybrid)

I'm working on a 3.8-e4 hybrid (i.e we have the Luna dependencies, but we do not use the Application.e4xmi, yet). So we're basically running the compact layer. With that being said, it would be nice to find an e4 programmatic way to stack these…
Georgian
  • 8,795
  • 8
  • 46
  • 87
99
votes
3 answers

Temporarily disable Eclipse plugin

Is there a way to disable an Eclipse plugin without actually uninstalling it? (Eclipse 3.3 had a "disable" button but this is now missing from Eclipse 3.4+.)
Borek Bernard
  • 50,745
  • 59
  • 165
  • 240
97
votes
13 answers

Eclipse JUNO doesn't start

When I launch Eclipse, it does not start. An error appears and tells me to see the log file. "See the log file: /Users/max/work/projects/.metadata/.log" OS: MacOS 10.7.4 Eclipse: 4.2 Juno ADT: 20 My old version of Eclipse starts without…
Max Bublikoff
  • 1,234
  • 1
  • 12
  • 17
93
votes
9 answers

Is there a good JSP editor for Eclipse?

I need a nice JSP editor plugin for Eclipse. What are my choices?
Epaga
  • 38,231
  • 58
  • 157
  • 245
93
votes
11 answers

How to open windows explorer on selected resource in Eclipse

I was looking for a small plugin for Eclipse that would allow to open windows explorer on currently selected resource from Package Explorer tree. I know that Aptana Studio provides this functionality via context menu on the resource, but it has tons…
Gennady Shumakher
  • 5,637
  • 12
  • 40
  • 45
92
votes
33 answers

Android Device Chooser -- device not showing up

I'm using Eclipse + ADT, and my physical device (listed below) is unlisted on Android Device Chooser. I have updated Eclipse and all of the Android packages. My phone is running Android OS 1.6, which corresponds to the target version listed in the…
mportiz08
  • 10,206
  • 12
  • 40
  • 42
90
votes
13 answers

How do I set the eclipse.ini -vm option?

I installed the Maven plugin for Eclipse, and then I got an error like below: please make sure the -vm option in eclipse.ini is pointing to a JDK How do I use the -vm option to point to my JDK in eclipse.ini?
cometta
  • 35,071
  • 77
  • 215
  • 324
84
votes
5 answers

Display Eclipse tabs on several lines

I'm using eclipse galileo. Is it possible to display the tabs of my open files on several lines instead of using the >> sign. I still want a unique window to view the code though. If there is no such settings, do any plugin exists ?
Jla
  • 11,304
  • 14
  • 61
  • 84
82
votes
9 answers

No repository found error in Installing ADT in eclipse Indigo

This error comes when I try to install ADT: An error occurred while collecting items to be installed session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). No repository found…
prongs
  • 9,422
  • 21
  • 67
  • 105
80
votes
5 answers

What does the brown asterisk icon on a file mean in Eclipse?

I am using the git plugin for Eclipse. Some of my files are marked with a brown asterisk. What does it mean? Where can I find documentation for what the rest of the git icons mean in Eclipse?
Ryan Michela
  • 8,284
  • 5
  • 33
  • 47
75
votes
13 answers

Launch Failed. Binary not found. CDT on Eclipse Helios

I'm using Eclipse Helios on Ubuntu 10.04, and I'm trying to install CDT plugin on it. I download it from here here. And then I go to Install New Software and select the zip file (I don't extract it, just select the zip file). And its ok, it…
rogcg
  • 10,451
  • 20
  • 91
  • 133