Added auto-complete for binding variables.
Added method auto-completion for bound variables.
Now can publish to clipboard directly from the editor.
Added a "Save Script To" dialog to allow the user to select where in their workspace they want the script written.
I have released version 0.3.0 of my Groovy Monkey tool. The ( IMHO )
killer app for doing rapid prototyping, Eclipse API exploration,
Eclipse Task Automation and Eclipse Plugin development in general.
Groovy Monkey allows you to write Eclipse scripts in any scripting
language, as long as it is Groovy, Beanshell or Ruby. ;)
There are a number of new features as excerpted from the noteworthy doc
in the help plugin:... read more
Version 0.2.0 of Groovy Monkey has now been released for general consumption and feedback. This version has a number of goodies including running scripts from within an Eclipse Job to allow for progress monitoring and cancellation and a new Script Editor that contains a content outline page in the Outline View that shows what is available in the script's binding.