On Sep 9, 2006, at 15:06 , Paul Csokay wrote:
I would like BBEdit to fold the code block inside the curly braces (in fact every curly braces in case of PHP). I know I can do it manually, but this is
really cumbersome: select the whole code block, fold it.

I agree, but I'd also like to see it work with the alternative syntax:

if (foo):
  bar;
else:
  baz;
endif;

switch (foo):
  case 1:
  case 2:
endswitch;

etc. I've always found the C-style curly braces too easy to misread, so I much prefer the alternative syntax.


Regards,
Bob

--
------------------------------------------------------------------
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