Any suggestions for editing Gradle Scripts?
It would be nice to have some sort of IDE support with autocompletion (at-least at the Groovy level).
Currently the best thing that I can think of is just using Groovy Syntax Hightlighing with any standard editor such as TextPad, etc.
I think the only IDE that actually has rudimentary DSL autocomplete support for Gradle is SpringSource STS. You will need to install the Gradle plugin.