5787 self.currentEditor.highlight(line, error, syntaxError) |
5787 self.currentEditor.highlight(line, error, syntaxError) |
5788 |
5788 |
5789 self.currentEditor.highlightVisible() |
5789 self.currentEditor.highlightVisible() |
5790 self._checkActions(self.currentEditor, False) |
5790 self._checkActions(self.currentEditor, False) |
5791 |
5791 |
|
5792 if newWin: |
|
5793 # insert filename into list of recently opened files |
|
5794 self.addToRecentList(fn) |
|
5795 |
5792 def __setSbFile( |
5796 def __setSbFile( |
5793 self, |
5797 self, |
5794 fn=None, |
5798 fn=None, |
5795 line=None, |
5799 line=None, |
5796 pos=None, |
5800 pos=None, |