src/eric7/QScintilla/Editor.py

branch
eric7
changeset 10257
904c71a0e37f
parent 10244
1b67aa43ec93
child 10272
7ae72d1df070
child 10279
e6e270b705c2
equal deleted inserted replaced
10256:1b728f26d1ae 10257:904c71a0e37f
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

eric ide

mercurial