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
On 01/08/07, Matthias Slovig m-slovig@das-studio.de wrote:
Since yesterday, TextMate has some strange behaviour on deletes and on scrolling thru documents using the arrow keys.
Let me guess: since yesterday, you enabled Freehanded Editing (in the Edit > Mode menu)?
(Perhaps you pressed Apple-Option-E by mistake.)
Robin
Robin,
Am 01.08.2007 um 12:46 schrieb Robin Houston:
On 01/08/07, Matthias Slovig m-slovig@das-studio.de wrote:
Since yesterday, TextMate has some strange behaviour on deletes and on scrolling thru documents using the arrow keys.
Let me guess: since yesterday, you enabled Freehanded Editing (in the Edit > Mode menu)?
(Perhaps you pressed Apple-Option-E by mistake.)
That's it! Must have been Apple-Option-E by mistake. Thank's a lot!
Matt