@eht16 commented on this pull request.


> +            // 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 or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1221#pullrequestreview-1284256497
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/pull/1221/review/1284256...@github.com>

Reply via email to