1st bug)
my code:
...
return ...
}
<-cursor position (when i use the shortcut for the comment construct, no
selections at all)
function blah(...)
{
...
}

correct:
...
return ...
}
/***********************************

***********************************/
function blah(...)
{
...
}

faulty (sometimes):
...
return ...
}
/***********************************
function blah(...)
***********************************/
{
...
}

my construct template:
/***********************************
    ยง
***********************************/
|

-- 
Please add a feature request/ideas forum! ^_^

<http://forum.pspad.com/read.php?4,33535,33542>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem