Hi,
Thanks for the incredibly cool and useful program.
Is there a brace matching command? This command searches forward in the file from the cursor position to find an open or close brace. If an open brace is found, the search continues in a forward direction until a matching close brace is found at the same nest level. If the first brace found is a close brace, the search is performed in the reverse direction until a matching open brace is found at the same nest level.
Andrew