I have following code template in NB 6.9.1:
function ${functionName}($$${param})
{
${selection}${cursor}
} // end: ${functionName} ()
NB formats this to:
function testFuncName($param)
{
}
// end: testFuncName ()
NB keeps to push comment from last line two linebreaks lower than ending bracket, but i want to have it exactly in line witch contains ending bracket. Any ideas?
[EDIT] This if for PHP language, env: Ubuntu 10.04