src/eric7/Plugins/ViewManagerPlugins/Tabview/Tabview.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
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

eric ide

mercurial