Normally on textmate I write something like this:<br><br>if($data)<br>{<br>    if($var == 'two')<br>    {<br>        echo 'hello';<br>    }<br>    // I hit enter here<br>//Goes here...<br>    // insted of here<br>

}<br><br>The
issue is that normally when I hit enter it would stay flush on the next
line where it would normally go.  I noticed that after I installed Snow
Leopard I run into an issue where it no longer stays flushed, instead
it goes to the very beginning, and i have to hit "tab" in order to
return to the original location i wanted.<br>
<br>I have Snow Leopard at home and at work, same programs.  This just
happened after I reformatted my comp at work, and it's a new install of
Snow Leopard, with new install of PHP I haven't added any bundles,
etc...<br>
<br>Anyone have any ideas what might be the issue?