Fixed an issue in the editor causing the encodings menu not being synchronized after a save operation. 6_0_x

Sun, 30 Aug 2015 19:21:37 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 30 Aug 2015 19:21:37 +0200
branch
6_0_x
changeset 4406
cb7b6c556fc5
parent 4404
9a6136c369ce
child 4408
a0b6d96985aa

Fixed an issue in the editor causing the encodings menu not being synchronized after a save operation.
(grafted from c110bcfaad8168648b21feca5e5b555f4ed02523)

QScintilla/Editor.py file | annotate | diff | comparison | revisions
--- a/QScintilla/Editor.py	Sat Aug 29 15:41:05 2015 +0200
+++ b/QScintilla/Editor.py	Sun Aug 30 19:21:37 2015 +0200
@@ -3056,6 +3056,7 @@
             self.checkSyntax()
             self.extractTasks()
             self.__resetOnlineChangeTraceInfo()
+            self.__checkEncoding()
             return True
         else:
             self.lastModified = QFileInfo(fn).lastModified()

eric ide

mercurial