pspad:
--------------------------------------------------------------------------------
you mean Ctrl+Space - code clips?
--------------------------------------------------------------------------------


no!

it's like this:

you type in example:

switch - and while cursor is in the end of this keyword you press ctrl+enter and
it is replaced to whatever you want in example:

switch ($i) {
case 0:
    echo "i equals 0";
    break;
case 1:
    echo "i equals 1";
    break;
case 2:
    echo "i equals 2";
    break;

-- 
<http://forum.pspad.com/read.php?2,43707,43720>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem