src/eric7/EricWidgets/EricSpellCheckedTextEdit.py

branch
eric7
changeset 10069
435cc5875135
parent 9786
f94b530722af
child 10439
21c28b0f9e41
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
365 365
366 @param formatName name of the document format 366 @param formatName name of the document format
367 @type str 367 @type str
368 """ 368 """
369 self.__highlighter.setChunkers( 369 self.__highlighter.setChunkers(
370 [enchant.tokenize.HTMLChunker] if format == "html" else [] 370 [enchant.tokenize.HTMLChunker] if formatName == "html" else []
371 ) 371 )
372 372
373 def dict(self): 373 def dict(self):
374 """ 374 """
375 Public method to get a reference to the dictionary in use. 375 Public method to get a reference to the dictionary in use.

eric ide

mercurial