hi there,
while fixing indentation of a php-file using 'indent selection' i found that textmate is wrong in the following case:
if( condition ){ code; }elseif( condition ){ code; }
is indented like this:
if( condition ){ code; }elseif( condition ){ code; }
how to reproduce? - enter the code above in an empty php-document - select all - indent selection
workaround: put elseif on a new line
cheers Till Backhaus