src/Builder4/Editor.bjs
[app.Builder.js] / src / Builder4 / Editor.vala
index 3511439..cf967eb 100644 (file)
@@ -412,8 +412,7 @@ public class Editor : Object
         // user defined functions
         public bool highlightErrors ( Gee.HashMap<int,string> validate_res) {
                  
-                 return false;
-                 
+                   
                 this.error_line = validate_res.size;
         
                 if (this.error_line < 1) {