Does the file register only accept paths with ":" as a delimeter? I'm
putting together an Actionscript "Test Movie" command for an MTASC
Bundle, and the file paths aren't working for it. I suspect this might
be the problem. Any ideas?
--
Ben Jackson
Diretor de Desenvolvimento
INCOMUM Design & Conceito
+55 (21) 9127-2819
ben(a)incomumdesign.com
http://www.incomumdesign.com
The new text zoom feature is great, except that zooming in is literally
bound to Command+`+` (that's command and the plus key). On PowerBooks
and iBooks, `+` requires an extra modifier (shift), whereas `-`
doesn't. Ideally, both would be consistent with one another.
Could zooming in be bound to Command-= (as well as Command-+)? From my
quick tests, Safari and Proteus similarly support both, but Mail,
Terminal and TextEdit don't (go figure).
Any opinions on this?
Rich Barton
Thanks for your support, Eric and Chris ( I think... ;-) )
As Eric said, we're working on new things for Yummy right now. Things that Transmit doesn't
have and things that Transmit does have. Of the latter, DockSend is one of the simplest to
add and will be in the next update. Tabs will take a bit more work, but they will come and in
the meantime Yummy will have stuff they don't. And we won't be charging $18 to
upgrade.. ever.
Cheers,
Jason
> > Great! Only a couple days after I bought a license for YummyFTP too.
> > :/
> > Transmit 3 looks amazing so far. It looks like I'm going to be
> > upgrading
> > soon.
>
> As someone that has owned and used Yummy for a while now I can give you
> a little encouragement:
>
> 1. I think that most of the new features of Transmit were already in
> Yummy! The only thing that jumps out as not is the tabs.
>
> 2. Yummy is being activly developed with betas put out so have no fears
> about it falling behind. It is a great product and also works with
> textmate. In fact I have both Yummy(local and remote) and Path Finder
> set so that if I hit Command-B it opens in texmate.
>
> Sincerely,
>
> Eric C
>
> ______________________________________________________________________
> For new threads USE THIS: textmate(a)lists.macromates.com
> (threading gets destroyed and the universe will collapse if you don't)
> http://lists.macromates.com/mailman/listinfo/textmate
>
>
Jason Downing
----------------------------------
Yummy Software
Software so good you could eat it. Yum!
www.yummysoftware.com
----------------------------------
On Feb 17, 2005, at 6:58 PM, Fred B. wrote:
> On 17 févr. 05, at 23:44, James Edward Gray II wrote:
>
>> I want to build a command, macro or whatever to have TextMate do a
>> chore for me. I've taken a couple of passes at it, but I'm not having
>> much luck yet and could use a little help.
>>
>> I have many snippets that help me quickly build Ruby iterators.
>> Here's the one for each():
>>
>> .each { |${1:e}| ${1:e}.$0 }
>>
>> So when I run that I get:
>>
>> .each { |e| e.<cursor here> }
>>
>> When those are getting longish, I break them up over multiple lines,
>> but I switch { ... } to do ... end. So I want to change the above to:
>>
>> .each do |e|
>> e.<cursor here>
>> end
>
> Sorry if I'm missing something, but would this be ok for you?
>
> each |${1:element}| do
> ${1:element}.$0
> end
That is an option, of course. However, it requires me to double the
number of iterator snippets, differentiate the keystrokes for them and
select the right one before I get into writing it. I was looking for
something better.
I'll take a glance at Chris' macro tomorrow and see if it gets me
there. Thanks to you both.
James Edward Gray II
I want to build a command, macro or whatever to have TextMate do a
chore for me. I've taken a couple of passes at it, but I'm not having
much luck yet and could use a little help.
I have many snippets that help me quickly build Ruby iterators. Here's
the one for each():
.each { |${1:e}| ${1:e}.$0 }
So when I run that I get:
.each { |e| e.<cursor here> }
When those are getting longish, I break them up over multiple lines,
but I switch { ... } to do ... end. So I want to change the above to:
.each do |e|
e.<cursor here>
end
I was trying to do this with a command, but it proved harder than I
expected. Any tips are greatly appreciated.
Thanks.
James Edward Gray II
Working with PHP code I prefer to have my comments prefixed by # (hash)
rather than // (double-slash).
However, when using Text->Shift Left/Right these comments are not moved
together with the other text.
Anyone have an idea of how I can make that work ?? Is it something only
for Allan, or just syntax file issue ??
Kind regards,
Mats
----
"TextMate, coding with an incredible sense of joy and ease"
- www.macromates.com -
I've got a fledgling Apache bundle built (can I get repository access
please Allan?) and have a couple of questions regarding how things
work.
The bracket { } based syntax.plist file I'm editing gets converted to
an apple plist file when textmate is launched, firstly why? and
secondly how can I stop it happening as it's easier to edit the bracket
based file in place.
The following (with a unique string) crops up in a few of the other
bundle syntax files, what is it?
uuid = "991022B4-6B1D-11B5-90EB-000D93589AF6";
Thanks,
Simon
I must say everybody is doing a great job writing proper subjects, and
I appreciate it very much! :)
I just have one request, namely that you only use “Req:” or similar
short prefix for feature requests. “Small Feature Request” is a little
long, and probably causes the actual subject to be clipped in many
clients (at least in mine ;) ).
Kind regards Allan