Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[Py Console] Remove message on file change
- Loading branch information
Showing
with
0 additions
and
3 deletions.
-
+0
−3
python/console/console_editor.py
|
@@ -722,9 +722,6 @@ def focusInEvent(self, e): |
|
|
|
|
|
self.parent.tw.listObject(self.parent.tw.currentWidget()) |
|
|
self.lastModified = QFileInfo(pathfile).lastModified() |
|
|
msgText = QCoreApplication.translate('PythonConsole', |
|
|
'The file <b>"{0}"</b> has been changed and reloaded').format(pathfile) |
|
|
self.parent.pc.callWidgetMessageBarEditor(msgText, 1, False) |
|
|
QsciScintilla.focusInEvent(self, e) |
|
|
|
|
|
def fileReadOnly(self): |
|
|