Ok, r6322 puts in a stopgap measure that lets it deal with a single level of nested braces.
I'm not sure if this really needs to handle any more levels than this. Doing so would definitely require re-writing it to work differently, but until somebody comes up with an example where they need doubly-nested braces, this will probably do fine.
On Dec 10, 2006, at 8:55 PM, Charilaos Skiadas wrote:
On Dec 10, 2006, at 8:39 PM, Aaron Jacobs wrote:
Here's another problem: the line quoted above also causes the Document Outline feature to not work properly, cutting off the name of the section at the closing curly brace.
Yes, the current outline command is very simplistic, it would take a lot harder work to deal with nested braces, probably hurting the performance a bit.