QScintilla/QsciScintillaCompat.py

changeset 3078
b9422535d0fe
parent 3071
83d066710d60
child 3080
6c0a430b19df
child 3160
209a07d7e401
equal deleted inserted replaced
3077:8d2e69e02e19 3078:b9422535d0fe
673 673
674 def getCaretLineAlwaysVisible(self): 674 def getCaretLineAlwaysVisible(self):
675 """ 675 """
676 Public method to determine, if the caret line is visible even if 676 Public method to determine, if the caret line is visible even if
677 the editor doesn't have the focus. 677 the editor doesn't have the focus.
678
679 @return flag indicating an always visible caret line (boolean)
678 """ 680 """
679 try: 681 try:
680 return self.SendScintilla( 682 return self.SendScintilla(
681 QsciScintilla.SCI_GETCARETLINEVISIBLEALWAYS) 683 QsciScintilla.SCI_GETCARETLINEVISIBLEALWAYS)
682 except AttributeError: 684 except AttributeError:

eric ide

mercurial