Here's something I had been thinking about (for next release):
Sentinels are mostly annoying (for other people) because there is so
many of them.
However, most people are ok with (and recommend using) annotations like
// --- Construction & destruction
Foo::Foo()
{}
Foo::~Foo()
{}
// --- Construction & destruction END
It could be very cheap to support annotations like that, to yield
2-level tree (any more levels, and the source code gets confusing).
The END part should probably be optional (i.e. starting a new section
should automatically end the previous section). END would be inserted
only if the next function was a toplevel one again.
--
Ville M. Vainio
http://tinyurl.com/vainio
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---