Eclipse is an OSGi extensible platform for tool integration. The extensions to Eclipse are Java plug-ins.
86
votes
3answers
31k views
65
votes
10answers
18k views
How to auto-remove trailing whitespace in Eclipse?
The question has two parts, one of which I already have the answer for.
How to auto-remove trailing whitespace from the entire file being edited? -> Answer: use the AnyEdit plugin, which can be set ...
61
votes
10answers
51k views
What is your favorite automatic class diagram generator for Eclipse? [closed]
I am looking for an automatic class diagram generator in Eclipse. It will look at a project and automatically create a class diagram without needing to run the code.
What is your favorite class ...
42
votes
9answers
98k views
How to install Hibernate Tools in Eclipse?
What is the proper way to install Hibernate Tools in Eclipse as a plugin?
The Hibernate site doesn't really give any instructions.
Looking at the Hibernate Tools binary ...
41
votes
13answers
23k views
ADT requires 'org.eclipse.wst.sse.core 0.0.0' but it could not be found
I'm installing the Android SDK on a fresh installation of Fedora 14 (Linux). I installed eclipse, and ran the tools/android sdk tool to install all the Eclipse components for the SDK. I was able to ...
39
votes
11answers
23k views
Which is the best Maven Eclipse plugin? [closed]
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 ?
...
37
votes
31answers
15k views
What is the single best free Eclipse plugin for a Java developer [closed]
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 ...
34
votes
3answers
42k views
Aptana Plugin for Eclipse and jQuery code assist
I want to use autocomplete for jQuery in Eclipse. The Aptana Plugin is installed:
Aptana Web Development Tools
Version: 1.5.1.25495-787Y07jbcbrChz-Tq2k383275
Support for jQuery also:
Aptana ...
33
votes
9answers
28k views
uninstall plugins in Eclipse 3.4.X
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.
This displays the following dialog:
...
31
votes
9answers
39k views
Is there a good JSP editor for Eclipse?
I need a nice JSP editor plugin for Eclipse. What are my choices?
31
votes
5answers
43k views
Eclipse fonts and background color
I have been trying to change the background color of eclipses windows to black and customize the font colors. There doesn't seem to be a way to do this at least not an obvious way. I am using version ...
30
votes
3answers
7k views
How do I install Eclipse Marketplace in Eclipse Classic?
I'm running Eclipse 3.6.1 Classic, which does not come with the Eclipse Marketplace plugin by default. I've looked around the Eclipse website, but I don't see an available plugin for installing ...
30
votes
3answers
27k views
Huh? “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:
+ ...
29
votes
10answers
43k views
how do I set eclipse.ini -vm option?
I installed maven plugin for eclipse, then I get an error like below:
please make sure the -vm option in eclipse.ini is pointing to a JDK
how to use -vm option to point to my jdk in eclipse.ini?
...
27
votes
3answers
663 views
Additional Refactoring for Eclipse CDT
Is there any way to configure or are there any 3rd party plug-ins available for Eclipse CDT (any version) that provide a rich set of refactorings? My refactoring menu only provides the following in ...
26
votes
4answers
9k views
25
votes
5answers
17k views
Preferred ruby plugin for Eclipse?
RDT seems to be the preferred ruby plugin for adding ruby language support to Eclipse. However, I see that the main developer on that project has joined Aptana RadRails. Does this mean that project is ...
24
votes
4answers
13k views
Looking for up-to-date eclipse plugin for C#
I used to work with eclipse for nearly all the languages I need. I'm asked to work on a tool developed in C# and so, I would like to stay in the same familiar environment.
I've found the improve's ...
20
votes
3answers
3k views
Eclipse git checkout (aka, revert)
Is it possible to do the equivalent of git checkout from within Eclipse using the EGit plugin?
I have a file that's been modified. I want to discards the changes and revert the file back to what's in ...
16
votes
2answers
2k views
Git-svn and Eclipse?
Is there a plugin for Eclipse for git-svn? I'm looking for a way to handle the SVN repo with Git (for fast branch switching etc.)
16
votes
5answers
15k views
what eclipse GUI builder plugin do you suggest
i'm trying to create a user interface in java? what ui builder do you suggest for me to use? Thanks.
15
votes
7answers
23k views
Error when updating eclipse
I click update in eclipse and i get error, its because i updated eclipse more than once. Is there any way to fix eclipse and have ability to use update?
An error occurred while collecting items to ...
15
votes
4answers
12k views
How to run Eclipse launch configurations programmatically?
I'm finding it difficult to phrase this question well, as there are quite a few generic terms (run, configuration, launch, etc.). Here goes:
You can save run configurations in a .launch file. (in the ...
14
votes
7answers
37k views
Eclipse plugin for Objective-C?
I'm going to learn Objective-C, and I was wondering if there was an eclipse plugin out there to do things like syntax highlighting and easy compiling/project management. I did some preliminary ...
14
votes
2answers
8k views
How can I create a custom Eclipse Syntax Highlighter
I've been developing a compiler for a new language. I thought it would be neat to be able to demonstrate its development in a syntax aware environment. The language has quite a few custom keywords, ...
13
votes
4answers
5k views
Ligthweight SQL editor for Eclipse (Helios)
Is there any simple SQL editor plugin for Eclipse?
By simple I mean, the editor does NOT connect to any DB, does syntax highlighting and preferably formatting sql is a bonus.
13
votes
7answers
667 views
Integrate StackOverflow into IDEs?
Okay, this is just a crazy idea I have. StackOverflow looks very structured and integrable into development applications. So would it be possible, even useful, to have a StackOverflow plugin for, say, ...
12
votes
1answer
3k views
Is there an Eclipse line-width marker?
I have a specific project where I need to wrap every code line at 65 characters. I have set up the eclipse Java code formatter properly for this. But what I really want is a vertical line to be drawn ...
12
votes
6answers
6k views
Eclipse metrics plugin suggestion
I'm looking for a tool to give me some code metrics (total LOCs, LOC/Class, # of external references/class, etc...).
Does anyone know a good eclipse plugin that could provide me some some code ...
11
votes
3answers
552 views
Convert Java to C# with a tool, or manually?
I have a Java project which I'd like to convert to C#, and after looking here and elsewhere found out about a tool, Sharpen.
However, in order to get it up and running (I'm new to Java) the site ...
11
votes
5answers
752 views
How can multiple developers efficiently work on one force.com application?
The company I work for is building a managed force.com application as an integration with the service we provide.
We are having issues working concurrently on the same set of files due to the shoddy ...
11
votes
4answers
5k views
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+.)
11
votes
7answers
5k views
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 ...
11
votes
1answer
3k views
Change Menu Items Programmatically From Eclipse Plugin
I would like to be able to completely remove menu items upon startup of my eclipse plugin application. What I want to do is be able to add these menu items later depending on business logic based off ...
11
votes
29answers
2k views
What are your favorite Eclipse plug-ins? [closed]
The only plug-ins I use are the ones required to do my job like SoapUI, Maven and SVN. I'm wondering if maybe there are some plug-ins out there that might make my life easier. Are there any Eclipse ...
10
votes
2answers
264 views
Is there an eclipse plugin such that task tags can be parameterized?
I have some TODO tags in my Java code and would like to parameterize them, mainly with
priorities
types
deadlines.
Since I do not want to create new task tags for each combination of these ...
10
votes
2answers
11k views
SVN / Subversion 1.7 and Eclipse Subversive & JavaHL
I have just upgraded to TortoiseSVN 1.6.99, Build 21709, (Subversion 1.7.0, -dev). I am having problem in my Eclipse Subversive 0.7.9.I20100512-1900 & JavaHL 1.6.15. Have tried to update my ...
10
votes
1answer
141 views
Does EclipseFP Haskell outline view work?
I'm using EclipseFP for editing my Haskell project. It's works very well as far as syntax colouring and building and running the code, but the outline view for a module is always empty. Should it ...
10
votes
3answers
1k views
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 ...
9
votes
3answers
1k views
Backup Eclipse plugins and settings
I'm using Eclipse and have plenty of plugins installed and configured to my needs. Is there any good way to backup these plugins and the configuration of them. I want to be able to replay these ...
9
votes
1answer
616 views
Eclipse Android plugin not listing attributes with auto-complete for custom component
In general, the Eclipse Android plug in is working as expected with auto-complete. However, it is not working for a custom control that I wrote. Basically, the auto complete list is empty other than ...
9
votes
8answers
16k views
Android Device Chooser — device not showing up
I'm using the android plugin for eclipse, and when I try to run my program using a real device through the android device chooser, my phone is not listed as a device. I have updated eclipse and all of ...
9
votes
4answers
549 views
Is there a way to extract a class with methods in eclipse?
I am trying to refactor a class I have into 2 classes. Unfortunately eclipse's extract class function seems to only support the variables which really isn't all that helpful. Is there a way to do it ...
9
votes
2answers
2k views
Is there an offline w3c validator tool?
I have a website which is constantly changing and I would like to W3c validate it before deploying to live - are there any tools that can help me with this? An Eclipse plugin would be perfect but I'd ...
9
votes
4answers
11k views
Eclipse JavaScript Editor: content assist for js files
I'm trying Eclipse (with JavaEE and Web Development plugins) as a JavaEE/GoogleAppEngine IDE. In HTML editor if I put a <script ... src="..." /> in <head> I automatically get content ...
9
votes
4answers
4k views
aptana unistall from eclipse
Finally I have decided to get rid of aptana from eclipse but the "Software update" menu shows "unistall" as disabled. How to enable unistall and release me of aptana woes? Is there a workaround or I ...
9
votes
2answers
4k views
How do I configure Eclipse to launch a browser when Run or Debug is selected using Pydev plugin
I'm learning Python and Django using the Eclipse Pydev plugin. I want the internal or external browser to launch or refresh with the URL http:/127.0.0.1 when I press Run or Debug. I've seen it done ...
8
votes
1answer
4k views
Android Lint contentDescription warning
I am getting warning as
"[Accessibility] Missing contentDescription attribute on image" for imageview. while using android lint
Please help.
8
votes
1answer
250 views
Eclipse highlighting the same occurrence of the word
In Notepad++ , it has a very nice feature that if I select a word , it will highlight all the same words throughout the text . Added to this , I can set the hot-keys to highlight up to five different ...
8
votes
1answer
628 views
Externalize strings for Android project
Is there any Eclipse plugin that takes strings from code and puts them in strings.xml? I found "Externalize strings" function in Eclipse, but I don't know how to get it to work with strings.xml.