[root]/groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.codeassist.completion/.settings
Added new sources required for build.
3 lines of code changed in:
Extension point for type so IMemberLookup can be contributed.
Small fixes in AbstractMemberLookup.
New code completers for local variables and class names.
Conversion to bin-groovy.
2 lines of code changed in:
Set up J2SE-1.4 as minimum execution environment.
Updated CompletionProcessor to add icons to CompletionProposals.
Groovy method completions now show parameter names.
Added the start of OverrideMethodProcessor - typing the first letter of the method to override within class scope
pops up a list of matching overridable methods.
7 lines of code changed in: