Fixed an issue in the editor causing the encodings menu not being synchronized after a re-open operation.

Wed, 02 Sep 2015 18:44:31 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 02 Sep 2015 18:44:31 +0200
changeset 4418
32f721a2fdc6
parent 4415
09075ce98b90
child 4419
66be66ec3afc

Fixed an issue in the editor causing the encodings menu not being synchronized after a re-open operation.

QScintilla/Editor.py file | annotate | diff | comparison | revisions
--- a/QScintilla/Editor.py	Tue Sep 01 18:51:22 2015 +0200
+++ b/QScintilla/Editor.py	Wed Sep 02 18:44:31 2015 +0200
@@ -5217,6 +5217,7 @@
         """
         encoding = act.data()
         self.readFile(self.fileName, encoding=encoding)
+        self.__checkEncoding()
         
     def __contextSave(self):
         """

eric ide

mercurial