Hello Jan,

I hope I'm not bothering you guy's too much, but I noticed a very odd behavior
today while writing a PHP script. When you write any conditional, a loop, if
statement etc., the next line will not go under the closing curly bracket.

Here's an example of the behavior. The "[color=blue]I[/color]" represents the
cursor position.

function hello_world($arg)
{
....if ($arg)
....{
........$msg = "Hello, World!";
....}
[color=blue]I[/color]
}

Which, it should be the following

function hello_world($arg)
{
....if ($arg)
....{
........$msg = "Hello, World!";
....}
....[color=blue]I[/color]
}

Note: I had to use the dots for the tab spacing. Each tab is set to the width of
4 spaces. I've tested to see if this reacts the same way in PHP Designer 2007
and it doesn't.

Please fix this bug, I would really appreciate it.

Kind regards, Josh

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

Odpovedet emailem