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 """ |