Scintilla/SciTE - Python folding

Nuff Said nuffsaid at phreaker.net
Wed Apr 28 18:47:56 EDT 2004


Question:

Is there a way to unfold a Python class *without* unfolding
all its methods etc. so that you can get a quick overview
of the class? 

Details:

I normally open a file either with 'fold.on.open=1' set in
the user's options file resp. I use 'toggle all folds' from
the menu to fold everything in an unfolded file. 
But then, when I  unfold e.g. a class, everything inside the 
class gets unfolded, too. What I would need is something like 
'unfold one level only'. Thought, that maybe the keystroke 
'Ctrl-Keypad*' was meant for that, but it doesn't work that way.

I am using Scintilla/SciTE 1.59 (Linux / compiled from the 
sources).

Thanks in advance for your answers! Nuff.




More information about the Python-list mailing list