diff python/ide.py @ 163:8104fc8b5e90

Added visitor to c3
author Windel Bouwman
date Mon, 18 Mar 2013 20:13:57 +0100
parents d8c735dc31f9
children e023d3ce1d63
line wrap: on
line diff
--- a/python/ide.py	Sun Mar 10 11:36:55 2013 +0100
+++ b/python/ide.py	Mon Mar 18 20:13:57 2013 +0100
@@ -191,6 +191,8 @@
     addMenuEntry('Cascade windows', self.viewMenu, self.mdiArea.cascadeSubWindows)
     addMenuEntry('Tile windows', self.viewMenu, self.mdiArea.tileSubWindows)
 
+    sb = self.statusBar()
+
     # Load settings:
     self.settings = QSettings('windelsoft', 'lcfoside')
     self.loadSettings()
@@ -327,7 +329,7 @@
      ce = self.activeMdiChild()
      if not ce:
         return
-     ce.highlightErrorLocation(err.loc.row, err.loc.col)
+     ce.setRowCol(err.loc.row, err.loc.col)
 
   # Project loading: