Änderungen

Summary

  1. fixed a bug in autocomplete (commit: 1590e47) (details)
Commit 1590e47abbaf34de724d44b003d1a9b8a3dadfb2 by peter.peq
fixed a bug in autocomplete

when doing something like `c.` where the type of c is not imported into
the package, no completions where shown. This should now be fixed.
(commit: 1590e47)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstType.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeBoundTypeParam.java (diff)
The file was modifiedEclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/autocomplete/WurstCompletionProcessor.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/types/WurstTypeNamedScope.java (diff)