153 Private method to create and register the 'EditorConfig' eric-ide server |
153 Private method to create and register the 'EditorConfig' eric-ide server |
154 interface. |
154 interface. |
155 """ |
155 """ |
156 from .EricServerEditorConfigInterface import EricServerEditorConfigInterface |
156 from .EricServerEditorConfigInterface import EricServerEditorConfigInterface |
157 |
157 |
158 self.__serviceInterfaces["editorconfig"] = EricServerEditorConfigInterface( |
158 self.__serviceInterfaces["editorconfig"] = EricServerEditorConfigInterface(self) |
159 self |
|
160 ) |
|
161 |
159 |
162 def __createFilesystemInterface(self): |
160 def __createFilesystemInterface(self): |
163 """ |
161 """ |
164 Private method to create and register the 'Filesystem' eric-ide server |
162 Private method to create and register the 'Filesystem' eric-ide server |
165 interface. |
163 interface. |