eclipse

Eclipse - Runing programs not in the native eclipse console

I'm currently writing some ncurses code and the native Eclipse (3.2.2) console can't display its graphics. I'd instead like to run the program through xterm. What I want is to be able to start xterm and run from there. I'd prefer to not get involved with any plugins or that jazz. Just something simple. EDIT So I have the answer and ...

Eclipse/Java code completion not working

I've downloaded, unzipped and setup Eclipse 3.4.2 with some plugins (noteable, EPIC, Clearcase, QuantumDB, MisterQ). Now I find when I'm editing Java projects the code completion is not working. If I type String. and press ctrl-space a popup shows "No Default Proposals" and the status bar at the bottom shows "No completions available"....

I want to change the color of the text editor of Eclipse easily!

Eclipse is a default, and a background color is white, but many developers uses the dark color (black) and thinks whether it is used the letter color with white or green. I can't find tools which the color template can change an editor color of Eclipse by a blow very much. Do you know featured WEB sites.? If get possible to choose d...

Eclipse RCP: how to observe the states of the cut/copy/paste commands?

I'm currently struggling with the following Eclipse RCP commands: org.eclipse.ui.edit.cut org.eclipse.ui.edit.copy org.eclipse.ui.edit.paste I'm using them as command contributions in the toolbar, but the UIElements (toolbar items) are not updated when the 'handled' state of those commands changes. For testing I used a polling mecha...

Eclipse cross-compile... how can I do that?

Hi, I am developing on a Windows machine using Eclipse in C code. All the files are physically located on a Linux server. I am using Eclipse only for editing and code browsing. When I want to compile, I open a terminal and telnet to the Linux server from which I call a file that sets up few variables and eventually invoke a "make" comm...

Ubuntu Eclipse Version

I have a basic question, what is the latest version of Eclipse that is available for Ubuntu 9.04? ...

How do I enable undo in eclipse ant editor?

Undo is not working for me in ant editor in eclipse. When I press Ctrl-Z nothing happens. Is it possible to enable undo somehow or is this a bug? I am using Eclipse 3.4.2 (Ganymede) on Windows XP Professional. ...

How to run a selected set of unit tests in Eclipse with one mouseclick?

I want to create a launcher/run configuration which runs only the JUnit tests in a selected set of test classes or selected set of packages. Now it looks like I'll have to create separate run configurations for each of my packages containing the tests I want to run. I also have a recollection of this working in older versions of Eclipse....

How to change credentials for SVN repository in Eclipse?

I have Eclipse 3.4.2 installed on Windows with subclipse. Another developer added an SVN repository with his credentials and selected 'Save password'. Now every time I do anything with SVN his cached credentials are used. How can I change them to mine? I have already checked the 'workspace/.metadata/.plugins/org.tigris...' folders, and ...

Invoking Eclipse's export to xml programatically

Hi I want to invoke the export to xml function of eclipse programatically to create the build.xml files, so that it can be in a continuous integration process. Is there an easy way to do it, without opening Eclipse? Thanks, Aakash ...

What is your favorite eclipse plugins for c / c++ development?

Besides just the CDT what do you find essential for c development using eclipse? ...

"Dumb" text completion in Eclipse?

Is there any way to get "dumb" word completion in Eclipse, similar to ctrl+p in Vim? For example, I often write a function call: x = getMeAnXPlease(); Then go in to write the definition: function getMe... At which point, in Vim, I hit ctrl+p, which will complete the 'getMe' to 'getMeAnXPlease'. Is there something similar for Ecli...

customize eclipse taskbar

I use a lot of eclipse shortcuts, but for some tasks there arnt any convenient ones. For example I frequently look at the subversion history for java files. I see these icons next to the right-click menu items that I assume I should be able to place on the eclipse taskbar so that I can save a couple of mouse clicks. But I havnt been ab...

Eclipse problem - doesn't highlight references anymore

I have an odd problem. In eclipse Ganymede, I used to be able to highlight a variable, and it would highlight the use of that variables in that method. However through some action I have now disabled it. Is there a way I can enable it? I tried searching Google, but since I don't know what the feature is called, its kinda tough. Its a re...

Can't share some projects with Eclipse / subversive

I just encountered a strange problem - at least strange to me. Maybe someone has a solution (or a 'lesson learned'): I recently imported some eclipse plugin projects into a workspace and wanted to put this work under version control. But this wasn't possible for three out of seven projects: the Team->Share context menu item just didn't ...

Eclipse warning about synthetic accessor for private static nested classes in Java?!

My coworker suggested making several of the Eclipse code-formatting and warning settings to be more rigorous. The majority of these changes make sense, but I get this one weird warning in Java. Here's some test code to reproduce the "problem": package com.example.bugs; public class WeirdInnerClassJavaWarning { private static class ...

How to run a Maven Project In Tomcat From Eclipse

Hi I am running a multi level maven project. It has webapps packaged as WAR, which depend on components packaged as JAR files Most of the code changes that i do belong to those JAR files. To test the changes, i need to repackage the JAR and the WAR and deploy externally in tomcat. I tried using sysdeo-tomcat-maven-eclipse plugin, bu...

How to tell Eclipse 3.4 WTP to not restart tomcat on JSP save?

Whenever I save a JSP file in my WTP project, Eclipse restarts its Tomcat instance. This is sorta driving me nuts. I don't want to disable auto reload completely, I just don't want it to happen when I save a file that doesn't require a restart. I'm not sure how Eclipse WTP works in this regard. Could it be my project structure? The ...

Multi Module Maven2 Project with WTP

I'm having a hard time to make my Maven2 multi module project, with a deep project structure, appear as a single ear (with its dependencies - which includes 1 war, 2 ejbs and 1 jar) to be deployed in my JBOSS 5 server inside my Eclipse Ganymede (tab Servers). I've been trying to use Maven Eclipse Plugin to turn my projects into a WTP pr...

Eclipse performance on my G4 is horrific - any thoughts on a replacement?

I have a 5yr old G4 PowerBook that I use while travelling, and I had intended to get some work done whilst I am away for the next few weeks. Eclipse just seems to be horrendously slow on it. I've tried tweaking the memory allocated to the VM, but it doesn't seem to do very much :) Any thoughts as to why it's so slow? I don't get this p...