eric6/E5XML/HighlightingStylesReader.py

branch
jsonfiles
changeset 8022
2da0139f4f91
parent 7923
91e843545d9a
child 8026
d3eacdbcb18b
equal deleted inserted replaced
8021:a8ba35ce81ad 8022:2da0139f4f91
23 def __init__(self, device, lexers): 23 def __init__(self, device, lexers):
24 """ 24 """
25 Constructor 25 Constructor
26 26
27 @param device reference to the I/O device to read from (QIODevice) 27 @param device reference to the I/O device to read from (QIODevice)
28 @param lexers list of lexer objects for which to export the styles 28 @param lexers dictionary of lexer objects for which to import the
29 styles
29 """ 30 """
30 XMLStreamReaderBase.__init__(self, device) 31 XMLStreamReaderBase.__init__(self, device)
31 32
32 self.lexers = lexers 33 self.lexers = lexers
33 34

eric ide

mercurial