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 """ |