eclipse-3.5.1

Why does Eclipse 3.5.1 narrow to the declaration when I go to the declaration of a field?

I just installed 64-bit Eclipse 3.5.1 on SnowLeopard. I am experiencing a rather strange problem, and I'm posting a question here to see if anyone can explain or confirm it before I go get tangled up with the Eclipse bugzilla. I open up a Java class with some errors in it. I double-click on a reference to a field. I click right and sele...

Eclipse 3.5.1 uses lot of memory

Hi, I have migrated to Eclipse 3.5.1 and observed it is taking 560 mb when doing clean build. And memory is not getting collected after used. It stays like this. Any solution to this? JVM : jdk1.6.0_17 Windows XP, 2GM RAM Below is my eclipse.ini -showlocation -showsplash org.eclipse.platform --launcher.XXMaxPermSize 384m -startup p...

Installing an Eclipse Plugin that you've compiled from Source?

I've successfully compiled js-test-driver plugin from source (http://js-test-driver.googlecode.com/svn/tags/1.2) and I am attempting to install it on Eclipse 3.5.1 Galileo. I understand how to install a plugin from an update site; I even understand how to install a plugin from an Archive. But what is the trick to installing a plugin ...