Hi!


Since yesterday, TextMate has some strange behaviour on deletes and on scrolling thru documents using the arrow keys.


When I type a tab and hit backward delete, only one character is deleted, as if the soft tabs would be enabled, but I don't use soft tabs.


The other issue is somehow more difficult to describe, but propably related:

When I scroll thru my document using the arrow keys, my cursor does not go to the end of the line, but remains where it has been before. This has been different before.


Just to give you an idea of hat I mean:

if($this->db->dbh->isError($q)) {
$error = new error;
$error->raiseError($q,"DB_ERROR");
}

Before, when my cursor was placed at the end of the 'if($this->db->dbh->isError($q)) {'-line (in column 34) and I used arrow-down, the cursor was placed right after the semi-colon behind 'new error' (column 24). Now, it remains in column 34.

I have no clue what I might have changed recently, but hopefully somebody can help, as I couldn't find anything regarding this issues in the help documents.

I'm currently running TextMate 1.5.6 (1405).

Matt