AssistantEric/Assistant.py

changeset 43
263a7d088c75
parent 42
2489ae0286ef
child 45
7046451092fb
--- 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