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. ......................................... m i n i m a l d e s i g n 244 Fifth Avenue - Suite P233 New York, NY 10001-7604 USA
tel / fax: 212.931.8525 email: work@minimaldesign.net site: http://minimaldesign.net/
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.