4974 else: |
4974 else: |
4975 self.SendScintilla( |
4975 self.SendScintilla( |
4976 QsciScintilla.SCI_SETMOUSEDWELLTIME, QsciScintilla.SC_TIME_FOREVER |
4976 QsciScintilla.SCI_SETMOUSEDWELLTIME, QsciScintilla.SC_TIME_FOREVER |
4977 ) |
4977 ) |
4978 |
4978 |
|
4979 self.setRectangularSelectionModifier( |
|
4980 Preferences.getEditor("RectangularSelectionModifier") |
|
4981 ) |
|
4982 |
4979 # to avoid errors due to line endings by pasting |
4983 # to avoid errors due to line endings by pasting |
4980 self.SendScintilla(QsciScintilla.SCI_SETPASTECONVERTENDINGS, True) |
4984 self.SendScintilla(QsciScintilla.SCI_SETPASTECONVERTENDINGS, True) |
4981 |
4985 |
4982 self.setPrintColorMode(Preferences.getEditor("PrintColorMode")) |
4986 self.setPrintColorMode(Preferences.getEditor("PrintColorMode")) |
4983 |
4987 |