on 09.09.2006 9:34 Uhr, Michael Glaesemann wrote:

> Does View > Balance and Fold, (conveniently available at Cmd-Shift-B)
> do what you want? Balance and fold in one keyboard shortcut. I
> actually prefer 

Thanks for the tip, I did not see that. It is a bit better, but not what I
want.
"Balance and Fold" hides even the curly braces, eg
> If (true) {
>     do_something();
> }

Becomes

> if (true) Š

I want it to become

> if (true) {Š}

like it does with functions.
And I also like the icon in the gutter, not as much to do the folding, but
as information, that there is a code block and how far it goes, all in one
glance. Just as BBEdit already does with functions...

Paul



--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to