We have just released Groovy-Eclipse 2.1.1.RC1.
You can use the following update site to install this release.
| Groovy-Eclipse update site for Eclipse 3.6 |
This new and noteworthy is for the release candidate and does not contain images. A more complete new and noteworthy will be available for the final release.
Outline
- Outline
- Better inferencing of Enums
- Statically imported fields and methods
- Organize imports improvements
- Outline view for binary Groovy types
- Bookmarks
- Content assist for Constructors
- Improved semantic highlighting
- Create Groovy Script
- Inferencing inside of closures
- Compatibility
- Update site zips
- Bug fixes
- What's next?
Better inferencing of Enums
What did I mean here???
Statically imported fields and methods
Statically imported fields and methods are now available from content assist and in the inferencing engine. See GRECLIPSE-698 for more information.
Organize imports improvements
Organize imports in Groovy scripts now respects the settings in Preferences -> Java -> Code Style -> Organize Imports. Imports are sorted appropriately and grouped according to preferences. Also, semi-colons are now automatically removed. GRECLIPSE-489
Outline view for binary Groovy types
When binary Groovy types are shown in the outline view and the package explorer all synthetic methods and fields are filtered from the view. GRECLIPSE-865
Bookmarks
It is now possible to add a bookmark in a Groovy file by right-clicking on the editor ruler and selecting Add Bookmark.... GRECLIPSE-853
Content assist for Constructors
Content assist now includes appropriate constructors when invoked in front of a new keyword. GRECLIPSE-839
Improved semantic highlighting
Semantic highlighting now highlights field references, static references, and deprecated references. GRECLIPSE-869 GRECLIPSE-708
Create Groovy Script
The New Groovy Class wizard now has an option to create a Groovy script instead of a standard class. GRECLIPSE-485
Inferencing inside of closures
Type inferencing and content assist inside of closures now uses the type of calling method as the type of this. For example:
Hovering over this in the editor and the bubble will show that this is of type Foo.
Compatibility
Groovy-Eclipse 2.1.1.RC1 includes Groovy 1.7.5 and is installable on Eclipse 3.6.0 and 3.6.1. There are no plans to release a 3.5 version of this release.
Update site zips
Zipped versions of the update sites are available at:
| Zipped Groovy-Eclipse update site for Eclipse 3.6 |
Bug fixes
Over 60 issues have been fixed for this release.
What's next?
The 2.1.1 final release is scheduled for a week from now to coincide with the 2.5.2 release of the SpringSource Tool Suite. Because this version is a release candidate, only critical bug fixes will be made between now and the final release.
We appreciate community support and feedback. If you wish to join the discussion about Groovy-Eclipse then please sign up for the mailing list. For any issues you have (or enhancements you would like to see), please raise them in our issue tracker.