Code Folding - PHP - switch/case statement + if / elseif / else

2011-04-20 Thread solariane
is it anyway to make BBedit Fold a case statement without the need to add { } for example : switch ($somecond) { case 1: some ; PHP; code; break; case 2 : some ; PHP; code; break; } it would be really nice to fold on case ( actually it could

Re: Code Folding - PHP - switch/case statement + if / elseif / else

2011-04-20 Thread newtonp...@gmail.com
I very very much want this as well. It is not only easier to deal with but makes debugging easier as well. I am very hopeful that someone from BBedit will read this. I use both if-then, loops, for-each's and switch's and none of them fold. Very frustrating. I have asked before but have been

Re: Code Folding - PHP - switch/case statement + if / elseif / else

2011-04-20 Thread Roland Küffner
Am 20.04.2011 um 20, 19:05 schrieb newtonp...@gmail.com: I very very much want this as well. It is not only easier to deal with but makes debugging easier as well. I am very hopeful that someone from BBedit will read this. I use both if-then, loops, for-each's and switch's and none of