Fixed the autocompleter.

Sun, 02 Oct 2011 18:41:38 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 02 Oct 2011 18:41:38 +0200
changeset 43
263a7d088c75
parent 42
2489ae0286ef
child 44
b63512864c6d

Fixed the autocompleter.

AssistantEric/Assistant.py file | annotate | diff | comparison | revisions
--- a/AssistantEric/Assistant.py	Sun Oct 02 18:18:43 2011 +0200
+++ b/AssistantEric/Assistant.py	Sun Oct 02 18:41:38 2011 +0200
@@ -302,6 +302,7 @@
         col = len(beg)
         wsep = editor.getLexer().autoCompletionWordSeparators()
         if wsep:
+            wsep.append(" ")
             if col > 0 and beg[col - 1] in wsep:
                 col -= 1
             else:

eric ide

mercurial