QScintilla/Editor.py

changeset 4418
32f721a2fdc6
parent 4411
15556f6b4b0f
child 4433
7ab862396a8a
equal deleted inserted replaced
4415:09075ce98b90 4418:32f721a2fdc6
5215 5215
5216 @param act reference to the action that was triggered (QAction) 5216 @param act reference to the action that was triggered (QAction)
5217 """ 5217 """
5218 encoding = act.data() 5218 encoding = act.data()
5219 self.readFile(self.fileName, encoding=encoding) 5219 self.readFile(self.fileName, encoding=encoding)
5220 self.__checkEncoding()
5220 5221
5221 def __contextSave(self): 5222 def __contextSave(self):
5222 """ 5223 """
5223 Private slot handling the save context menu entry. 5224 Private slot handling the save context menu entry.
5224 """ 5225 """

eric ide

mercurial