We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e5670 commit 1b435edCopy full SHA for 1b435ed
python/console/console_editor.py
@@ -722,9 +722,6 @@ def focusInEvent(self, e):
722
723
self.parent.tw.listObject(self.parent.tw.currentWidget())
724
self.lastModified = QFileInfo(pathfile).lastModified()
725
- msgText = QCoreApplication.translate('PythonConsole',
726
- 'The file <b>"{0}"</b> has been changed and reloaded').format(pathfile)
727
- self.parent.pc.callWidgetMessageBarEditor(msgText, 1, False)
728
QsciScintilla.focusInEvent(self, e)
729
730
def fileReadOnly(self):
0 commit comments