89 "RefactoringDiff": self.__showRefactoringDiff, |
89 "RefactoringDiff": self.__showRefactoringDiff, |
90 "RefactoringApplyResult": self.__checkRefactoringResult, |
90 "RefactoringApplyResult": self.__checkRefactoringResult, |
91 "ClientException": self.__processClientException, |
91 "ClientException": self.__processClientException, |
92 } |
92 } |
93 |
93 |
94 # temporary store for editor references indexed by Uuid |
94 # temporary store for editor references indexed by UUID |
95 self.__editors = {} |
95 self.__editors = {} |
96 |
96 |
97 # Python 3 |
97 # Python 3 |
98 self.__ensureActive("Python3") |
98 self.__ensureActive("Python3") |
99 |
99 |