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?
...
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?
Not that I would ever cut and paste code. I'm really asking this for a friend :)
...
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...
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...
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)?
...
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/...
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?
...
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?
...
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...
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 ...
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...
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
...
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
...
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 ...
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...
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?
...
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.
...
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 ...
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
...