--- a/AssistantEric/Assistant.py Sun Mar 22 17:25:30 2015 +0100 +++ b/AssistantEric/Assistant.py Sun Mar 22 17:37:55 2015 +0100 @@ -246,7 +246,7 @@ completionsList.sort() editor.showUserList(EditorAutoCompletionListID, completionsList) - + def getCompletionsList(self, editor, context): """ Public method to get a list of possible completions.