Don't show messagebar for syntax check. No need

This commit is contained in:
Nathan Woodrow 2013-07-14 09:34:16 +10:00
parent e394cfb4fd
commit 1b63204921

View File

@ -638,9 +638,6 @@ class Editor(QsciScintilla):
else:
self.markerDeleteAll()
self.clearAnnotations()
if fromContextMenu:
msgText = QCoreApplication.translate('PythonConsole', 'Syntax ok')
self.parent.pc.callWidgetMessageBarEditor(msgText, 0, True)
return True
def keyPressEvent(self, e):