src/Builder4/Editor.bjs wip_alan_T8097_highlighting_selected_line
authorAlan Knowles <alan@roojs.com>
Tue, 19 Mar 2024 15:37:57 +0000 (23:37 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 Mar 2024 15:37:57 +0000 (23:37 +0800)
src/Builder4/Editor.vala

src/Builder4/Editor.bjs
src/Builder4/Editor.vala

index 1861707..0db9e57 100644 (file)
           "\t\t    }",
           "\t        child = child.get_next_sibling(); ",
           "    \t}",
-          "\t\t//GLib.debug(\"Rturning null\");",
+          "\t\tGLib.debug(\"Failed to find row (max = %d)\", line_no);",
           "        return null;",
           "",
           " }"
index 4780b55..9d501d7 100644 (file)
@@ -1845,7 +1845,7 @@ public class Editor : Object
                                    }
                                child = child.get_next_sibling(); 
                        }
-                               //GLib.debug("Rturning null");
+                               GLib.debug("Failed to find row (max = %d)", line_no);
                        return null;
                
                 }