eric7/QScintilla/MiniEditor.py

branch
eric7
changeset 8437
3408f5174e2f
parent 8358
144a6b854f70
child 8637
394377638256
equal deleted inserted replaced
8435:f3554a0a34ca 8437:3408f5174e2f
3006 def __setEolMode(self): 3006 def __setEolMode(self):
3007 """ 3007 """
3008 Private method to configure the eol mode of the editor. 3008 Private method to configure the eol mode of the editor.
3009 """ 3009 """
3010 eolMode = self.__getEditorConfig("EOLMode") 3010 eolMode = self.__getEditorConfig("EOLMode")
3011 eolMode = QsciScintilla.EolMode(eolMode)
3012 self.__textEdit.setEolMode(eolMode) 3011 self.__textEdit.setEolMode(eolMode)
3013 3012
3014 def __setMonospaced(self, on): 3013 def __setMonospaced(self, on):
3015 """ 3014 """
3016 Private method to set/reset a monospaced font. 3015 Private method to set/reset a monospaced font.

eric ide

mercurial