QScintilla/Lexers/LexerPython.py

changeset 3591
2f2a4a76dd22
parent 3539
0c2dc1446ebf
child 3654
ffeb85cdc72d
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
77 except AttributeError: 77 except AttributeError:
78 pass 78 pass
79 79
80 def getIndentationDifference(self, line, editor): 80 def getIndentationDifference(self, line, editor):
81 """ 81 """
82 Private method to determine the difference for the new indentation. 82 Public method to determine the difference for the new indentation.
83 83
84 @param line line to perform the calculation for (integer) 84 @param line line to perform the calculation for (integer)
85 @param editor QScintilla editor 85 @param editor QScintilla editor
86 @return amount of difference in indentation (integer) 86 @return amount of difference in indentation (integer)
87 """ 87 """

eric ide

mercurial