Mon, 03 Oct 2011 13:12:36 +0200
Fixed the autocompleter.
AssistantEric/Assistant.py | file | annotate | diff | comparison | revisions | |
PluginAssistantEric.zip | file | annotate | diff | comparison | revisions |
--- a/AssistantEric/Assistant.py Sun Oct 02 18:41:50 2011 +0200 +++ b/AssistantEric/Assistant.py Mon Oct 03 13:12:36 2011 +0200 @@ -308,7 +308,7 @@ else: while col > 0 and beg[col - 1] not in wsep: col -= 1 - if col >= 0: + if col >= 0 and beg[col - 1] != " ": col -= 1 prefix = editor.getWordLeft(line, col) if editor.isPy2File() or editor.isPy3File():