[root]/groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.codeassist.completion
.settings
(2 files, 11 lines)
META-INF
(1 files, 22 lines)
src
(0 files, 0 lines)
org
(0 files, 0 lines)
codehaus
(0 files, 0 lines)
groovy
(0 files, 0 lines)
eclipse
(0 files, 0 lines)
codeassist
(0 files, 0 lines)
completion
(7 files, 1066 lines)
Added new sources required for build.
183 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.
24 lines of code changed in:
Type inference code. Required various small changes.
TypeEvaluator now takes a ITypeEvaluationContext. An inferring context does type inference as needed.
Inferences include: local variables and fields and method return types. This is the start of much more to come.
0 lines of code changed in:
Refactored code in preparation for type inference insertion. Better, simpler code in general now.
Many little fixes. Almost all 'something.(complete)' completions work now.
6 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.
11 lines of code changed in:
Initial import. First cut at code completion. Completes static types.
Work in progress, some completions not filtered for access properly.
Completion against Groovy classes in the GroovyProject work best.
Note that this replaces the *.codeassist.dgm and *.codeassist.typed plugins.
52 lines of code changed in: