QScintilla/MiniEditor.py

changeset 2659
7f46c5a7ed73
parent 2640
dedcd4f987e0
child 2662
d28382a4b88a
equal deleted inserted replaced
2658:ec17f5d559e9 2659:7f46c5a7ed73
2211 self.__textEdit.setCursorFlashTime(QApplication.cursorFlashTime()) 2211 self.__textEdit.setCursorFlashTime(QApplication.cursorFlashTime())
2212 2212
2213 if Preferences.getEditor("OverrideEditAreaColours"): 2213 if Preferences.getEditor("OverrideEditAreaColours"):
2214 self.__textEdit.setColor(Preferences.getEditorColour("EditAreaForeground")) 2214 self.__textEdit.setColor(Preferences.getEditorColour("EditAreaForeground"))
2215 self.__textEdit.setPaper(Preferences.getEditorColour("EditAreaBackground")) 2215 self.__textEdit.setPaper(Preferences.getEditorColour("EditAreaBackground"))
2216
2217 self.setVirtualSpaceOptions(Preferences.getEditor("VirtualSpaceOptions"))
2216 2218
2217 def __setEolMode(self): 2219 def __setEolMode(self):
2218 """ 2220 """
2219 Private method to configure the eol mode of the editor. 2221 Private method to configure the eol mode of the editor.
2220 """ 2222 """

eric ide

mercurial