It's unchecked, but even if I put a check by it, the same behavior occurs.

Infact, a new behavior occurs if that option is checked. After the opening curly
bracket of the if statement, it fails to leave a 4 spaced tab on the next line.

function hello_world($arg)
{
....if ($arg)
....{
....[color=blue]I[/color]
....}
}

Should be


function hello_world($arg)
{
....if ($arg)
....{
........[color=blue]I[/color]
....}
}

Note: This new behavior only occurs when I put a check by "Trim Trailing Spaces"

-- 
<http://forum.pspad.com/read.php?4,40193,40199>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem