Fixed the autocompleter.

Mon, 03 Oct 2011 13:12:36 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 03 Oct 2011 13:12:36 +0200
changeset 45
7046451092fb
parent 44
b63512864c6d
child 46
5e928f308f55

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():
Binary file PluginAssistantEric.zip has changed

eric ide

mercurial