eclipse

Performance of Eclipse GEF/Draw2D for graphs with many nodes

How does drawing large (10.000 nodes) graphs perform when using Eclipse GEF or Draw2D? The nodes can be drawn very simplistic (a circle); no labels and stuff. Is using GEF/Draw2D feasible for this task? ...

How can I launch more than one debug session in Eclipse from a single click?

I'm currently writing a GWT application through Eclipse. Eclipse is used for development but I use the m2eclipse plugin and a Maven pom.xml with the GWT plugin to build & run it. When I need to debug the app I must: Invoke "Run As ..." on a Maven project (via m2eclipse) "war:exploded gwt:debug". This launches GWT's app server and wait...

Does anyone know how to configure eclipse NOT to copy font colors / background when doing CTRL-C

Does anyone know how to configure eclipse NOT to copy font colors / background when doing CTRL-C? Not that I would ever cut and paste code. I'm really asking this for a friend :) ...

How do I add a single file back into my Eclipse project?

I have an Eclipse project. It originally had a structure something like this: MyProj src myproj bar.java baz.java foo.java [etc.] Earlier, I thought I wouldn't need baz.java anymore, so I deleted it from the project, which also deleted it from disk. Thankfully, subversion remembered t...

Eclipse does not recognize content of persistence.xml

Im getting the following error in eclipse: The persistence.xml file does not have recognized content. My persistence.xml file works great in my application but eclipse keeps giving me this error. I got this after moving the file and updating my project configuration with m2eclipse. I did not change the file itself. Anyone knows how to...

A Buffer of Lines at the Bottom in Eclipse

I hate having my cursor at the very bottom of the editor panel when I'm coding. Is there a way to tell Eclipse to always show me the three or four lines below my cursor (or, in the case that I'm near the bottom of the file, to just show me empty lines)? ...

Unable to install Plugins in Eclipse (jpbm)

I have a mayor problem with installing plugins in eclipse. I'm using ubuntu 10.04 64 bit and I installed: Eclipse SDK Version: 3.6.0 Build id: I20100608-0911 (Not by using the apt-get, via apt-get I get galileo, but that version didn't work as well) The Plugin I want to install is: http://sourceforge.net/projects/jbpm/files/jBPM%203/...

How to Display Menu Icons after clicking the More item in Android

Hello, if I have an Options menu in Android that has more than 6 items, Android adds a More item that shows the other hidden items, AS text! But I want the More button to display the extra items both in their text AND icon, how do I do that? ...

Eclipse package explorer fades expand/collapse icons

I'm using Eclipse Helios and have noticed that the treeview in the package explorer now auto-hides the expand/collapse tree icons when I move my focus away from it. I personally find this behavior a bit distracting and was wondering if anyone knows how to disable it? ...

Deployed War (JBoss) grows in size when Eclipse automatically deploys it. Why is this happening?

I'm running JBoss as a server started from within Eclipse. I have a strange problem where turning on automatic publishing (so the ability to hot deploy a class while debugging, etc.) causes the war to redeploy. When it redeploys it's over 3 times the size of what it was originally. Has anyone seen this? I'd like some method to update Jav...

How to make eclipse automatically add braces to an IF statement?

In Java the following is completely valid: if (x == null) Y(); else Z(); I personally don't like it at all. I like all my IF statements to have braces: if (x == null) { Y(); } else { Z(); } The eclipse formatter is wonderful and can beautify my code in many other ways. Is there a way to have it add the braces to IF ...

Using OpenCV in Java with JavaCV

Hi all, I am getting desperate !! I am trying to use OpenCV in Java, via JavaCV (JNA to wrap OpenCV for java). I am on Mac Os X 1.5. I installed OpenCV, and I can compile and run the examples included. So that works. Now I open Eclipse, and I create a new project, as described here : http://code.google.com/p/javacv/ In that new proj...

Eclipse android error

Hi, Everytime I start the emulator from eclipse, I get the following error in my console. [2010-09-13 17:04:51 - DeviceMonitor]Sending jdwp tracking request failed! [2010-09-13 17:18:49 - DeviceMonitor]Sending jdwp tracking request failed! The application works fine, but I am concerned as to why I see this error. Please help ...

Install Eclipse plug in from maven?

Perhaps I am misreading, but per: http://maven.apache.org/plugins/maven-eclipse-plugin/install-plugins-mojo.html and http://docs.codehaus.org/display/MAVENUSER/Eclipse+Plugin Or is this meant only for RCP applications and not for an actual Eclipse IDE? Just curious... Thx Misha ...

Why is a menu item disabled when using SWTBot?

I've written up a GUI test using SWTBot to test the Extract Method refactoring. I use editor.selectRange() to select a statement to extract into a method. But, when I run the unit test, the Extract Method refactoring menu item is disabled. Thus, SWTBot fails to invoke the refactoring. The whole project containing the above unit test is ...

Versioning and common code-bases with Eclipse

Hi there, I'd like to bring out an Android app in the near future, so I was wondering how to support a couple of funcitonalities I have got used whilst developing for J2ME and iPhone first the versioning. With J2ME (using NetBeans as IDE) I had the option to auto-increment the softwwares version every time I compiled it. I was wonderin...

Eclipse: saving without save actions

This one is hopefully easy: I seem to remember there being a keyboard shortcut or menu modifier key for saving a file while temporarily deactivating save actions. I can't find info about this option anywhere. Can i haz teh Codez, please? ...

Never hide tabs in Eclipse? I would like to have smaller tabs also...

I cant find anything related in the settings while searching "tabs". I dont care about the hiding feature so much, because I always loose the context, when all the sudden a tab disappears. The order of tabs gets mixed up visually. ...

Eclipse, link source folder

I got 2 eclipse project in diff workspaces. First one use spring RmiServiceExporter. The second gwt project is in another eclipse workspace, this project should use shared stub classes from first project as rmi client. I want to edit java stub classes in one project and they should automatically change in another. Of course i can copy ...

Many Eclipse installations, or how to install many development tools on one Eclipse ?

HI all, I have Eclipse installed with PDT (PHP Development tools). I want to program in Java and C++, do I have to download whole Eclipse JDT and Eclipse CDT again, and have separate installations, or can I install "plugins" to handle Java and C++ ? Thanks ...