--- a/src/eric7/Cooperation/SharedEditorController.py Tue May 06 11:08:30 2025 +0200 +++ b/src/eric7/Cooperation/SharedEditorController.py Tue May 06 11:09:21 2025 +0200 @@ -88,7 +88,6 @@ project = ericApp().getObject("Project") if projectHash == project.getHash(): fn = project.getAbsoluteUniversalPath(fileName) - # TODO: change this to use local method editor = ericApp().getObject("ViewManager").getOpenEditor(fn) if editor: status = self.__getSharedEditStatus(editor)