I made a more clever "Transpose Chars" and "Transpose Words" that I
used to use there in Alpha and have passed now to TextMate. The
behaviour is:
Exchange the last (before cursor) chars. But attention: it
exchange the last real chars, ignoring spaces around. This is the
desired behaviour for the typical mistake everybody does. It is for
me annoying to need to go back, put the cursor in the middle of the
swapped chars and press ^T.. How many keystrokes?
"Exchange words" do the same thing, always ignoring the spaces.
If you have several selected words, "Exchange words" interchanges the
first with the last word, leaving the rest untouched. Same thing with
"Exchange chars"
I hope this is what you are looking for.
Binded to ^T and ^-Opt-T and no special scope.

-----
Juan
jfalgueras(a)uma.es
Finally someone on IRC had the password problem so we could
troubleshoot.
It turns out to be a Leopard bug which manifests itself only on Intel
machines <rdar://5352252>.
If you are affected, open KeyChain Access, locate the password stored
for your database, double-click it, and in the “where” field, change
‘qsym’ to ‘mysq’.
I'm not sure if this is a TextMate bug, or something else, but oh is
it very, very irritating. I'm not sure what/why this happened, but
I'm hoping someone here (Allan? or anyone?) might be able to explain it.
I was running TextMate on computer A, editing a file accessed through
an AFP share on computer B. Computer B at some point got put to
sleep (lid of laptop was closed), and when that happened, the file
was in need of saving. A "lost connection with server, disconnect?"
dialog did come up. I woke computer B from sleep, and the dialog
went away by itself. Then I tried to save the buffer. TextMate
conjured a spinning beach ball for a time (1-2 minutes or so), after
which it appeared the file had been saved. No errors were reported,
and the 'needs saving dot' in the red close button, upper left hand
corner, had gone away. Thinking it was in fact saved, I closed the
window, and TextMate did not complain.
Then, when I (immediately after) tried to open the file back up, I
found it to be empty. The file had definitely been saved many times
as it was edited -- the time after the hiccup certainly wasn't the
first.
I lost like 6 hours of work.
Obviously, there seems to have been some IO issue due to the network
connection being interrupted, and/or the remote server going to
sleep. Can someone explain what (the deeper / more specific the
technical detail the better) it is? A likely sequence of events,
consistent with what I described, that would cause this result? Can
it be considered a bug that TextMate doesn't react to this kind of
issue, and a file gets silently truncated on the remote server?
Thanks...
--
Matt Anderson
Stop replying to an existing letter when you actually want to write a
new letter.
It screws up threading and I rely on threading for several things --
in Mail you effectively bury (for the collapsed view) the original
thread when you reply with a changed subject.
One of these days I’ll look into having procmail bounce letters with
an in-reply-to header w/o “Re:” or “(was:” in the subject, cause this
behavior is rather frustrating!
Has anyone been experiencing problems with the new SQL bundle,
specifically using the Database Browser?
This is how it's configured:
Title: test_connection
Server: MYSQL
Username: (hidden)
Hostname: localhost
Port: 3306
Database: test_db
When I click on a table in the DB Browser, I'm prompted for my
password each time. How come Textmate/SQLBundle is not using the
keychain? Am I not configuring my connection correctly?
-James
Just got TextMate build 1405 and I am getting the following error
message when I try and SQL Execute the current line/selection.
/bin/bash: line 1: database_choice: command not found
The new database browser works fine - nice addition indeed!
Anyone got any ideas what I'm missing here?
Thanks
Jez
I have a saved project. Inside my project directory in my HD are numerous
files and folder like so:
Project/image.gif
Project/layout/
Project/index.php
etc etc
There's 1 folder inside Project/ that I do not want to be included in my
text mate project because this folder contains about 600 folders with
thousands images inside. When it's included in my project TextMate takes
ages to open it. So I delete the folder reference from my project within
textmate, it goes away, great.
The problem is, even after a save the next time I open the saved project it
automatically gets added back into my propject, I don't want it to and thus
TextMate takes ages opening again.
What can I do?
--
View this message in context: http://www.nabble.com/Project-keeps-re-adding-a-folder-reference-tf4109589.…
Sent from the textmate users mailing list archive at Nabble.com.
The twiddle command (cntrl-T or Text:Convert:Transpose) is most often
used with no selection or with two letters selected to reverse the
order of two characters either side of an insertion point.
If a bunch of text is selected, twiddle returns the reverse of the
char string.
I wonder if it might not be more functional, if words are selected,
to return the words reversed, but preserving letter order? i.e.,
"validity and" -> "and validity"
rather than the current "dna ytidilav"
Does anybody get value from the current multi-char reverse string
behaviour?
cheers,
tim
I sometimes use Textmate to view readonly files. I'll never want to
change the files, just view, navigate, fold, etc. Is there a way to
tell Textmate that the files are read-only, so that Textmate prevents
me from accidentally modifying the edit buffer? Just remembering to
click "Don't save" when I exit Textmate isn't really what I want.
-- Pete