--- a/src/eric7/QScintilla/Editor.py Sun May 19 17:48:07 2024 +0200 +++ b/src/eric7/QScintilla/Editor.py Sun May 19 18:20:03 2024 +0200 @@ -6523,7 +6523,6 @@ ) self.coverageHideAnnotationMenuAct.setEnabled(len(self.notcoveredMarkers) > 0) - # TODO: disable action in Radon plugin for server files self.showMenu.emit("Show", self.menuShow, self) @pyqtSlot()