@asifamin13 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__);

they aren't needed anymore. I removed the commented ones as well


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/1284356259@github.com>