Sun, 22 Mar 2015 17:37:55 +0100
Corrected a whitespace error.
AssistantEric/Assistant.py | file | annotate | diff | comparison | revisions |
--- 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.