i keep a folder of saved terminals (*.term files) which i use to open
color-coded terminals (blue.term, red.term, green.term, etc).
after using the CTRL-SHIFT-o from textmate to open a terminal at the
current files directory, double-clicking my .term files in finder no
longer opens a terminal, until i close all terminals and re-open
Terminal.app, then the *.term files work again until i next CTRL-
SHIFT-o from textmate.
I was trying to do a new scope for being inside of a certain command
parentheses
eg. trace( 'here is the new scope' ), so that I could do some special
tab triggers inside that scope, but I wasn't able to do it. I tried
all kinds of
combinations for begin and end in the language grammar with no luck.
Apparently I somehow mess up the regular expression.
Can any of you help out ?
Re: Version 1.5.2 (1180)
I was pleased to see that it's possible to enter column editing mode
by hitting the Option key after making a selection but it seems to
behave in an odd way. If I select two complete lines of text and hit
Option then the caret also moves into the line below, which is not
useful because I just wanted to add comments to the start of the
selected two lines. Is this a bug or the way it's supposed to work?
thanks
Martin Baker
www.digital-heaven.co.uk
Hi,
I have a problem with chinese characters that appear to overlap each
other a little in textmate.
Am I missing something or is there a way to fix this – other than
inserting whitespaces in between?
I am using QIM as input method and it works for me.
Kolja.
Thomas,
when I commit directly from the status window there are two visual
glitches (IMHO):
1.
You can see two M's here, but nowhere a visual explanation what
changed? Is there an easy and aesthetic way to add some feedback on
this? (I know, one could just look up the def in the svn manuals… ;))
2. The commit-log from this status window shows a very small font for
me, is it possible to increase this?:
3. The mouse-over effects are fabulous!
Dan
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
My subject line pretty much says it all. I would like to implement a
tab command that will delete the current line in a document. The
best that I have been able to do so far is to remove the text, but
not the line. I'd imagine that I could do it by iterating through
the document and deleting the line in some complicated script, but
I'm hoping for a simple solution. Is there a simple solution? Thanks.
Mike
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (Darwin)
iD8DBQFErf4M4oDM7Rgs0h0RAkjqAKCuq3kJUPlAF+u864DnZRidAaKk0gCfY2dK
q+LWd28wNst5yWCDjfR60HY=
=xuoQ
-----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I just implemented two new functions: cleanup and remove.
Cleanup moves all of the completed tasks (context = DONE) to the
bottom of a selected task list/project.
Remove removes all of the completed tasks in a selected task list/
project.
Alaskamike
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (Darwin)
iD8DBQFEuw+d4oDM7Rgs0h0RAvlBAJoCOi4ocGRwVG17zj3tTNYKvmSHRACgsv82
mJvfD1RdmUbJeiVyZJOOQSQ=
=3IKE
-----END PGP SIGNATURE-----
Anyone know what Application Allan is using for the screencasts? I'm
on short notice here and need to make several for a little "teaser".
Can't seem to find one I actually like.
Regards,
Eric
here are my two cents on the subject.
I'm plagued with a marked attention deficit :P, so when I found out
about WriteRoom I was sold on the idea of full-screen distractionless
editing.
now, I'm not too fond of feature requests, but I'd like allan to take
a look at WriteRoom and think about offering similar functionality
within TextMate (snippets + fullscreen = wow!) — megazoomer just
doesn't cut it, the whole text is jammed over the left border, too
ugly to be true!
on the other hand, since I first used a mac I expect the maximization
button to act like it does in Finder, i.e. increase window height
until the whole content is shown. that was the behaviour I got on
BeOS too (I was an eager BeOS user back in the day). I guess offering
those two modes (full screen and vertical window zooming) would be
very nice.
ciao,
domenico
Sorry about the subject.
The thing is, I type $('') quite a lot, so much that even a tab-
trigger isn't ideal. I'd like to have a key-trigger of $ to just
activate the thing. The dealbreaker though is that I also use $$
sometimes, and of course an american might use $ for some other reasons.
So I wonder, can you have some "smart" entering here, like the
parentheses in a way.
The behaviour I'd like is that if I just type $, it will expand to $
('$1')$0 (shorthand snippet syntax), but if I hit delete directly
after typing $, it will revert the thing to a simple $-character.
Hope I'm making myself clear :)
btw, Martin Ström, this could be integrated into your new prototype/
scriptaculous bundle ˆ_ˆ
Andreas