I have certain class methods quite long but structured in named blocks, things like
void Event(){
HANDLE(PaintCommand)
....
END_HANDLE
HANDLE(CtlChange)
.....
END_HANDLE
and so on.
}
I'd like to reflect that structure in VAOutline as subnodes of that long method. Any idea?
Thanks!