eric6/Plugins/VcsPlugins/vcsGit/GitDiffHighlighter.py

branch
maintenance
changeset 8273
698ae46f40a4
parent 8218
7c09585bd960
equal deleted inserted replaced
8190:fb0ef164f536 8273:698ae46f40a4
24 @param whitespace flag indicating to highlight whitespace 24 @param whitespace flag indicating to highlight whitespace
25 at the end of a line (boolean) 25 at the end of a line (boolean)
26 """ 26 """
27 self.whitespace = whitespace 27 self.whitespace = whitespace
28 28
29 super(GitDiffHighlighter, self).__init__(doc) 29 super().__init__(doc)
30 30
31 def generateRules(self): 31 def generateRules(self):
32 """ 32 """
33 Public method to generate the rule set. 33 Public method to generate the rule set.
34 """ 34 """

eric ide

mercurial