1157 self.editorChangedEd.emit(editor) |
1157 self.editorChangedEd.emit(editor) |
1158 |
1158 |
1159 self._modificationStatusChanged(editor.isModified(), editor) |
1159 self._modificationStatusChanged(editor.isModified(), editor) |
1160 self._checkActions(editor) |
1160 self._checkActions(editor) |
1161 |
1161 |
1162 def _showView(self, win, fn=None): # noqa: U100 |
1162 def _showView(self, win, fn=None): # noqa: U-100 |
1163 """ |
1163 """ |
1164 Protected method to show a view (i.e. window). |
1164 Protected method to show a view (i.e. window). |
1165 |
1165 |
1166 @param win editor assembly to be shown |
1166 @param win editor assembly to be shown |
1167 @type EditorAssembly |
1167 @type EditorAssembly |