src/eric7/Cooperation/SharedEditorController.py

branch
eric7
changeset 11269
ce3bcd9df3b3
parent 11260
67773a953b64
--- 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)

eric ide

mercurial