src/eric7/UI/DiffHighlighter.py

branch
eric7
changeset 10433
328f3ec4b77a
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10432:2fe91fe443dd 10433:328f3ec4b77a
20 20
21 def __init__(self, doc): 21 def __init__(self, doc):
22 """ 22 """
23 Constructor 23 Constructor
24 24
25 @param doc reference to the text document (QTextDocument) 25 @param doc reference to the text document
26 @type QTextDocument
26 """ 27 """
27 super().__init__(doc) 28 super().__init__(doc)
28 29
29 def generateRules(self): 30 def generateRules(self):
30 """ 31 """

eric ide

mercurial