@asifamin13 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__);
they aren't needed anymore. I removed the commented ones as well
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1221#discussion_r1096812976
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1221/review/[email protected]>