QScintilla/Editor.py

changeset 2659
7f46c5a7ed73
parent 2643
e870fc2b4819
child 2677
3d4277929fb3
child 2768
eab35f6e709f
equal deleted inserted replaced
2658:ec17f5d559e9 2659:7f46c5a7ed73
3975 self.__setAnnotationStyles() 3975 self.__setAnnotationStyles()
3976 3976
3977 if Preferences.getEditor("OverrideEditAreaColours"): 3977 if Preferences.getEditor("OverrideEditAreaColours"):
3978 self.setColor(Preferences.getEditorColour("EditAreaForeground")) 3978 self.setColor(Preferences.getEditorColour("EditAreaForeground"))
3979 self.setPaper(Preferences.getEditorColour("EditAreaBackground")) 3979 self.setPaper(Preferences.getEditorColour("EditAreaBackground"))
3980
3981 self.setVirtualSpaceOptions(Preferences.getEditor("VirtualSpaceOptions"))
3980 3982
3981 def __setEolMode(self): 3983 def __setEolMode(self):
3982 """ 3984 """
3983 Private method to configure the eol mode of the editor. 3985 Private method to configure the eol mode of the editor.
3984 """ 3986 """

eric ide

mercurial