On 02/09/2005, at 23.25, minimal.design wrote:
if you put an inline comment in PHP on the first line of a function declaration, something like that for instance:
function thumbnail_table($name='off', $size='off', $dimensions='off') { // values - 'name' 'size' 'dimensions'
it will mess up the little arrow thinggy for text folding.
I updated the folding start marker pattern to support // and /* … */ style comments after the {. So should work starting from next build.