@eht16 commented on this pull request.


In bracketcolors/src/BracketMap.cc:

> +            // nested bracket
+            orderStack.push(endPos);
+        }
+
+        GetOrder(bracket) = orderStack.size() - 1;
+    }
+}
+
+
+
+// -----------------------------------------------------------------------------
+    void BracketMap::Show()
+/*
+
+----------------------------------------------------------------------------- */
+{   g_debug("%s: Showing bracket map ...", __FUNCTION__);

Should those g_debug statements remain in the code? Also the commented ones?


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany-plugins/pull/1221/review/1284256497@github.com>