QScintilla/Editor.py

changeset 3149
e98100461710
parent 3100
1c86bf655433
child 3152
0845347fe512
equal deleted inserted replaced
3147:2ca92de36c23 3149:e98100461710
5363 """ 5363 """
5364 for handle in list(self.syntaxerrors.keys()): 5364 for handle in list(self.syntaxerrors.keys()):
5365 line = self.markerLine(handle) + 1 5365 line = self.markerLine(handle) + 1
5366 self.toggleSyntaxError(line, 0, False) 5366 self.toggleSyntaxError(line, 0, False)
5367 5367
5368 self.syntaxerrors = {}
5369 self.syntaxerrorToggled.emit(self)
5370
5368 def __showSyntaxError(self, line=-1): 5371 def __showSyntaxError(self, line=-1):
5369 """ 5372 """
5370 Private slot to handle the 'Show syntax error message' 5373 Private slot to handle the 'Show syntax error message'
5371 context menu action. 5374 context menu action.
5372 5375

eric ide

mercurial