InfoQ

News

Groovy Eclipse Plugin Updated Including Basic Code Completion

Posted by Scott Delap on Jan 12, 2007 12:25 PM

Community
Java
Topics
Dynamic Languages ,
Artifacts & Tools
Tags
Eclipse ,
Groovy
The Groovy Eclipse plugin has been updated to make use of Groovy 1.0 and includes basic code completion among its features. Among the features in this release:

  • Run as Groovy now only shows up on Groovy files that are executable instead of all Groovy files
  • Run as Junit is now available for Groovy unit tests, which will display the standard Eclipse Junit view. Run as Groovy for Junit tests will still display inthe console view.
  • Run as Groovy and Run as JUnit now create Groovy Launch configurations, which will also show up in the Launch history. This enables the run last launched toolbar button to work.
  • Alt-Shift-X-G runs a Groovy file, also creating a Launch Configuration
  • Alt-Shift-X-D starts the debugger, also creating a Launch Configuration
  • Popup menu on Projects now has options to launch the Groovy Console in a separate window or the Groovy console in the standard Eclipse console. Both are launched with the project classpath.
  • Limited code assist, for methods and variables defined in the same file and Default Groovy Methods
  • Going forward, plugin updates should be picked up automatically with "Search for updates..." instead of "Search for new features"

EclipseZone recently ran an article detailing getting started with Groovy and Eclipse.

No comments

Reply

Exclusive Content

Dan Farino About MySpace’s Architecture

Dan Farino talks about the system architecture and the challenges faced when building a very large online community. Dan explains how a .NET product scales on hundreds of servers.

The Maxine VM

Bernd Mathiske discusses Maxine VM, Java compatibility, swapping major VM components, research areas, Object handling, code examples, optimizing compiler, snippets, bytecode generation, JNI and JIT.

Joe Armstrong About Erlang

Joe Armstrong speaks on various aspects of the Erlang language, presenting its roots, how it compares with other languages and why it has become popular these days.

The Limits of Code Optimization: a new Singleton Pattern Implementation

The java double-check singleton pattern is not thread safe and can’t be fixed. In this article, Dr. Alexey Yakubovich provides an implementation of the Singleton pattern that he claims is thread-safe.

Pressure and Performance – The CTO's Dilemma

Diana and Jim talk about patterns observed in CTOs' activity. CTOs emerge as real people caring for other people in their organization, and are put under a lot of pressure and constraints.

Biztalk Services in the Cloud

Cloud computing feels like a tomorrow technology. Simon Thurman shows how developers can use Biztalk to create an Internet Service Bus which can be deployed locally or in the cloud.

Java FX Technology Preview

InfoQ takes a look at the JavaFX preview build and talks to Sun Staff Engineer Joshua Marinacci about the upcoming version 1 release expected this autumn.

Jeff Sutherland: Reaching Hyper-Productivity with Outsourced Development Teams

Jeff Sutherland, co-creator of Scrum, and Guido Schoonheim, CTO of Xebia, present an actual case of reaching hyper-productivity with a large distributed team using XP and Scrum.