Hello,
the Move Selection Line Up / Down feature does not seem to work correctly.
I have
A B <caret C
then press cmd-ctrl-up and get
B A <caret C
The caret should also move up one line, so I can further move the line, no?
Moving down from
A <caret B C
gets me
B A C <caret
As you can see, the caret is misplaced again.
Can someone confirm this, or is it some local problem of mine? I use Textmate r847.
Bye, Martin
(Sorry, if this message goes through twice. I originally tried the gmane NNTP access but don't see my posting in the archive)
On 29/12/2005, at 9:04, Martin Bialasinski wrote:
the Move Selection Line Up / Down feature does not seem to work correctly.
It's intended to work with a selection -- you're seeing the unintuitve caret behaviour because you have none. It'll be fixed, but long-term.
(Sorry, if this message goes through twice. I originally tried the gmane NNTP access but don't see my posting in the archive)
Maybe because I disabled posting from non-members, that gateway no- longer works.
On 30/12/05, Allan Odgaard throw-away-1@macromates.com wrote:
It's intended to work with a selection -- you're seeing the unintuitve caret behaviour because you have none.
Ah, I see.
It'll be fixed, but long-term.
I just found that I can get my desired behaviour with a macro :-)
selectHardLine: moveSelectionLineDown:
Works nicely. I only want to move whole lines anyway, and now it will even expand the selection to whole lines. Very nice :-)
Bye, Martin