Wed, 02 Sep 2015 18:44:31 +0200
Fixed an issue in the editor causing the encodings menu not being synchronized after a re-open operation.
--- 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): """