What're the best versions and configuration tricks for building a happy Java development environment with Eclipse on Ubuntu?
I'm at Ubuntu 8.10 and Eclipse Ganymede 3.4.2, so I'm behind on both fronts. With my current setup, Eclipse often slows to a crawl and I have to restart. I'd love to upgrade to the latest OS and IDE. However, I've...
is there a way to just disable whatever index it is trying to initialize.
every time whether i use flex in eclipse, or rails or php, every time i save, it will create numerous "initializing index" and its really slowing eclipse.
can this be disabled?
thanks.
...
People,
My team is just beginning to learn how to use COBOL on Eclipse (as part of the Rational Developer for System Z package) and one of our most desired features are code templates or code snippets.
What we'd like to have is a code completion based on snippets just like we have on Java. For example, when I type try and hit ctrl-spa...
Is it possible to to check that programmatically?
...
An Android Java project placed in a git repository and built in an Android tree in /packages/apps needs to have the project files located at the root of the git repository.
This is problematic for creating a complementary Test project, which should ideally be included in the same git repository so commits are atomic for both code and te...
I'm working on a Java application that uses JavaSpace. We're developing this in Eclipse. There are a couple instances where we are inserting code into the JavaSpace to do some more advanced space notification logic. Doing this requires that we generate stubs for the classes used within the JavaSpace. We use an external script to gene...
Hi,
I want to generate custom methods in Eclipse like the way we can generate toString, getters and settlers (right click -> source ->). Could anyone tell me what is involved in doing this?
Thanks,
Dutch
...
Hi,
I have developed a simple cheat sheet in eclipse.
Now I want to install that cheat sheet plugin in eclipse itself
Can anyone help me how to do that???
...
In vim, pressing * in command mode performs an automatic search of the word under the cursor. How can I obtain the same in eclipse ?
...
Hallo. I have problems by setting the Eclipse envirorment, can anybody provide me a useful step-by step instruction?
...
Hi,
I am using the Google Application Engine plugin for Eclipse 3.4, and I have added unit tests in my projects.
The unit tests are in a source folder named tests, separated from the source folder src.
But, in the war/classes that is generated, the tests classes are present.
Is there anyway not to put test classes in the generated war/...
Recently i installed eclipse 3.5.2 with php support and when i created my php project all tpl files appeared with errors, seem to be searching zend_debugger, how do i remove that errors for the sake of keep my code flow normal with no red warns everywhere?
...
Is there a way to turn off this mode? I must have clicked it on accident, and now it's getting really annoying.
I've looked in the preferences and perspectives pane, but didn't see anything. Does anyone know where this option is configured?
...
I installed Eclipse (Galileo) and CDT on my Linux platfrom to replace KScope. I imported my project by creating a clean Makefile Project.
In KScope, I could right-click on a variable, function, whatever and quickly search for references, etc. If I do the same in Eclipse, it does not work, except if I do a Search Text. But then, Eclipse ...
Recently after scorching my retinas from the garish white background in Eclipse, I found some of the excellent posts about how to change the colors so it uses sane (i.e. dark background) colors in the editor. However, one problem present in all solutions is that background of the column with the expanders for code folding is always whit...
I'm using Eclipse Carbon now and I have some installed Plugins. How to move to Eclipse Cocoa 64-bit without losing the plugins and settings??
...
Is it possible in Eclipse to have a Console, where when in Debug mode I can try out things? Like in python, where I can type at any moment for example 1+1 or myVariable.toString(), etc? C# has a similar concept with the F# shell.
I'd like to inspect my variables at run-time and try out some methods, having that kind of console would be ...
I've installed the HgEclipse plugin for Mercurial integration in Eclipse.
I have an existing (Java) project in Eclipse, but I can't figure out how to turn on mercurial change tracking for this existing project.
It seems I can do an import of a mercurial project (File > Import > Mercurial > Clone ...), but that's only for new Eclipse p...
I have a workspace with a bunch of java projects. If i go to File->Refresh, it doesn't really refresh anything (perhaps the currently selected project). How do i get eclipse to refresh all of the projects?
...
I'm trying to better integrate Eclipse with my build.xml.
My build file calls GNU Make for the native portion of the program, and the Makefile uses sudo to movethe compiled libs into system path.
Unfortunately that requires entering a password, and Eclipse's terminal doesn't accept user input.
So the result from running the build in ecli...