import completion fully working

This commit is contained in:
David Halter
2012-07-17 00:43:30 +02:00
parent 45413a18b9
commit 2feef20dc5
5 changed files with 29 additions and 18 deletions

View File

@@ -162,7 +162,6 @@ def complete(source, line, column, source_path):
if not isinstance(s, evaluate.Function):
completions += s.get_defined_names()
#completions[0].
completions = [c for c in completions
if c.names[-1].lower().startswith(like.lower())]