tags:

views:

337

answers:

5

I couldn't find any description of this on the site.

What are some of the new features/improvements/changes in Eclipse Galileo from its previous version? Particularly for Java programming.

+4  A: 

You can have a look of the main new features here.

romaintaz
+2  A: 

See this page: Eclipse 3.5 - New and Noteworthy in particular the section on new features for Java developers

mikej
+2  A: 

Did you check out the press release? The new/updated features seem to be mentioned here: http://www.eclipse.org/org/press-release/20090624%5Fgalileo.php

Ryan Fernandes
+8  A: 

Open the Welcome Page (Help -> Welcome) and click the icon labeled "What's New" (a yellow star).

Thorbjørn Ravn Andersen
+1 This answer is brilliant
Ryan Fernandes
Check out my article for some less obvious features: http://blog.zvikico.com/2009/07/eclipse-35-hidden-treasures.html
zvikico
+2  A: 

Two things I like:

1) Generate toString() 2) Block Selection Mode

dogbane