Is it possible to have Python fold a complete class definition, rather than just the "class ..." statement and the docstring? I looked at the bundle source code, and I don't know if a regex (or more) can do it. It seems like a Python parser is needed. Just curious, --Dave