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 """ |