Posted 14 years ago
by Chistopher Allen

I know I can change the DefaultCollapsedContent during the GetNodeActionForToken method, but how can I get the next token from within this method? I'm folding on curly braces and want the token immediately following the OpenCurlyBrace to be the collapsed content (so if I have {Test ...} my folded value contains the token "Test" instead of "..."). Any ideas?
Thanks
Thanks