Skip to content
Skip to breadcrumbs
Skip to header menu
Skip to action menu
Skip to quick search
Quick Search
Browse
Pages
Blog
Labels
Attachments
Mail
Advanced
What’s New
Space Directory
Feed Builder
Keyboard Shortcuts
Confluence Gadgets
Log In
Sign Up
Dashboard
Groovy
Copy Page
You are not logged in. Any changes you make will be marked as
anonymous
. You may want to
Log In
if you already have an account. You can also
Sign Up
for a new account.
This page is being edited by
.
Paragraph
Paragraph
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Preformatted
Quote
Bold
Italic
Underline
More colours
Strikethrough
Subscript
Superscript
Monospace
Clear Formatting
Bullet list
Numbered list
Outdent
Indent
Align left
Align center
Align right
Link
Table
Insert
Insert Content
Image
Link
Attachment
Symbol
Emoticon
Wiki Markup
Horizontal rule
tinymce.confluence.insert_menu.macro_desc
Info
JIRA Issue
Status
Gallery
Tasklist
Table of Contents
Other Macros
Page Layout
No Layout
Two column (simple)
Two column (simple, left sidebar)
Two column (simple, right sidebar)
Three column (simple)
Two column
Two column (left sidebar)
Two column (right sidebar)
Three column
Three column (left and right sidebars)
Undo
Redo
Find/Replace
Keyboard Shortcuts Help
<p>We have just released Groovy-Eclipse 2.1.1.RC1. Just 6 weeks after our previous release of 2.1.0, we are starting the release process again. There are many exciting new features to look forward to.</p> <p>You can use the following update site to install this release.</p> <table class="wysiwyg-macro" data-macro-name="info" data-macro-parameters="title=Groovy-Eclipse update site for Eclipse 3.6" style="background-image: url(/plugins/servlet/confluence/placeholder/macro-heading?definition=e2luZm86dGl0bGU9R3Jvb3Z5LUVjbGlwc2UgdXBkYXRlIHNpdGUgZm9yIEVjbGlwc2UgMy42fQ&locale=en_GB&version=2); background-repeat: no-repeat;" data-macro-body-type="RICH_TEXT"><tr><td class="wysiwyg-macro-body"> <p><code><a href="http://dist.springsource.org/milestone/GRECLIPSE/e3.6/">http://dist.springsource.org/milestone/GRECLIPSE/e3.6/</a></code></p></td></tr></table> <p>And a zipped version of the update site is available at:</p> <table class="wysiwyg-macro" data-macro-name="info" data-macro-parameters="title=Zipped Groovy-Eclipse update site for Eclipse 3.6" style="background-image: url(/plugins/servlet/confluence/placeholder/macro-heading?definition=e2luZm86dGl0bGU9WmlwcGVkIEdyb292eS1FY2xpcHNlIHVwZGF0ZSBzaXRlIGZvciBFY2xpcHNlIDMuNn0&locale=en_GB&version=2); background-repeat: no-repeat;" data-macro-body-type="RICH_TEXT"><tr><td class="wysiwyg-macro-body"> <p><code><a href="http://dist.springsource.org/milestone/GRECLIPSE/e3.6/archive-2.1.1.xx-20101209-2200-e36-RC1.zip">http://dist.springsource.org/milestone/GRECLIPSE/e3.6/archive-2.1.1.xx-20101209-2200-e36-RC1.zip</a></code></p></td></tr></table> <p>You can install from the zip by pointing your Eclipse update manager to the downloaded zip file and following the installation instructions.</p> <p>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 expected in about a week.</p> <h3>Outline</h3> <img class="editor-inline-macro" src="/plugins/servlet/confluence/placeholder/macro?definition=e3RvYzptYXhMZXZlbD00fGluZGVudD0yMHB4fHN0eWxlPWRpc2N8ZXhjbHVkZT1PdXRsaW5lfQ&locale=en_GB&version=2" data-macro-name="toc" data-macro-parameters="exclude=Outline|indent=20px|maxLevel=4|style=disc"> <h3>Inferencing inside of closures</h3> <p>Type inferencing and content assist inside of closures now uses the type of calling method as the type of <code>this</code>. For example:</p> <table class="wysiwyg-macro" data-macro-name="code" style="background-image: url(/plugins/servlet/confluence/placeholder/macro-heading?definition=e2NvZGV9&locale=en_GB&version=2); background-repeat: no-repeat;" data-macro-body-type="PLAIN_TEXT"><tr><td class="wysiwyg-macro-body"><pre> new Foo().run { this } </pre></td></tr></table> <p>Hovering over <code>this</code> in the editor and the bubble will show that <code>this</code> is of type <code>Foo</code>. See <a href="http://jira.codehaus.org/browse/GRECLIPSE-916">GRECLIPSE-916</a>.</p> <h3>Quickfixes</h3> <p>We now have quickfixes in the Groovy editor, see <a href="http://jira.codehaus.org/browse/GRECLIPSE-909">GRECLIPSE-909</a>. In this release, we introduce two quickfixes: convert to Groovy file (<a href="http://jira.codehaus.org/browse/GRECLIPSE-910">GRECLIPSE-910</a>) and add import (<a href="http://jira.codehaus.org/browse/GRECLIPSE-911">GRECLIPSE-911</a>).</p> <h3>Inferencing of statically imported fields and methods</h3> <p>Statically imported fields and methods are now available from content assist and in the inferencing engine. See <a href="http://jira.codehaus.org/browse/GRECLIPSE-698">GRECLIPSE-698</a> for more information.</p> <h3>Content assist for Constructors</h3> <p>Content assist now includes appropriate constructors when invoked in front of a <code>new</code> keyword. See <a href="http://jira.codehaus.org/browse/GRECLIPSE-839">GRECLIPSE-839</a>.</p> <h3>Improved semantic highlighting</h3> <p>Semantic highlighting now highlights field references, static references, and deprecated references. See <a href="http://jira.codehaus.org/browse/GRECLIPSE-869">GRECLIPSE-869</a> and <a href="http://jira.codehaus.org/browse/GRECLIPSE-708">GRECLIPSE-708</a>.</p> <h3>Organize imports improvements</h3> <p>Organize imports in Groovy scripts now respects the settings in <code>Preferences -> Java -> Code Style -> Organize Imports</code>. Imports are sorted appropriately and grouped according to preferences. Also, semi-colons are now automatically removed. See <a href="http://jira.codehaus.org/browse/GRECLIPSE-498">GRECLIPSE-498</a>.</p> <h3>Create Groovy Script</h3> <p>The New Groovy Class wizard now has an option to create a Groovy script instead of a standard class. See <a href="http://jira.codehaus.org/browse/GRECLIPSE-485">GRECLIPSE-485</a>.</p> <h3>Outline view for binary Groovy types</h3> <p>When binary Groovy types are shown in the outline view and the package explorer all synthetic methods and fields are filtered from the view. See <a href="http://jira.codehaus.org/browse/GRECLIPSE-865">GRECLIPSE-865</a>.</p> <h3>Bookmarks</h3> <p>It is now possible to add a bookmark in a Groovy file by right-clicking on the editor ruler and selecting '<code>Add Bookmark...</code>'. See <a href="http://jira.codehaus.org/browse/GRECLIPSE-853">GRECLIPSE-853</a>.</p> <h3>Compatibility</h3> <p>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.</p> <h3>Bug fixes</h3> <p>Over <a href="http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+GRECLIPSE+AND+fixVersion+%3D+%222.1.1Release%22+AND+status+%3D+Resolved+ORDER+BY+priority+DESC">60 issues</a> have been fixed for this release.</p> <h3>What's next?</h3> <p>The 2.1.1 final release is scheduled for a week from now to coincide with the 2.5.2 release of the <a href="http://www.springsource.com/developer/sts">SpringSource Tool Suite</a>. Because this version is a release candidate, only critical bug fixes will be made between now and the final release.</p> <p>We appreciate community support and feedback. If you wish to join the discussion about Groovy-Eclipse then please sign up for the <a href="http://xircles.codehaus.org/manage_email/eclipse-plugin-user@groovy.codehaus.org">mailing list</a>. For any issues you have (or enhancements you would like to see), please raise them in our <a href="http://jira.codehaus.org/browse/GRECLIPSE">issue tracker</a>.</p>
Please type the word appearing in the picture.
Attachments
Labels
Location
Watch this page
< Edit
Preview >
Loading…
Save
Cancel
Next hint
search
attachments
weblink
advanced