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

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

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 02 Sep 2015 18:44:31 +0200
branch
6_0_x
changeset 4422
51135d749c58
parent 4421
c6feadf410a4
child 4426
116b2aa16fcb
child 4428
9d8e32d8918a

Fixed an issue in the editor causing the encodings menu not being synchronized after a re-open operation.
(grafted from 32f721a2fdc6ed097de076c139c9162f7aa93955)

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

eric ide

mercurial