QScintilla/Editor.py

branch
6_0_x
changeset 4440
d3c84c471c32
parent 4422
51135d749c58
equal deleted inserted replaced
4439:1d7d42500f54 4440:d3c84c471c32
5135 self.toggleSyntaxError(lineno, col, True, msg) 5135 self.toggleSyntaxError(lineno, col, True, msg)
5136 5136
5137 warnings = problems.get('warnings', []) 5137 warnings = problems.get('warnings', [])
5138 for _fn, lineno, col, code, msg in warnings: 5138 for _fn, lineno, col, code, msg in warnings:
5139 self.toggleWarning(lineno, col, True, msg) 5139 self.toggleWarning(lineno, col, True, msg)
5140
5141 self.updateVerticalScrollBar()
5140 5142
5141 def __initOnlineSyntaxCheck(self): 5143 def __initOnlineSyntaxCheck(self):
5142 """ 5144 """
5143 Private slot to initialize the online syntax check. 5145 Private slot to initialize the online syntax check.
5144 """ 5146 """

eric ide

mercurial