[TxMt] Re: New Actionscript command using XML inputFormat
Benjamin Jackson
ben at incomumdesign.com
Mon Apr 3 07:19:35 UTC 2006
Oh, and BTW... you'll need to install CocoaDialog (http://
cocoadialog.sourceforge.net/) and put this script in /usr/local/bin
(or wherever you want, just change the command):
#!/usr/bin/perl
use strict;
use warnings;
my $path = "/Users/markstra/Applications"; # Change this!
my $cd = "$path/CocoaDialog.app/Contents/MacOS/CocoaDialog";
system($cd, @ARGV);
- Ben
On Apr 3, 2006, at 4:16 AM, Benjamin Jackson wrote:
> Nice work on this feature Allan! I put together a (quick and dirty)
> command for the AS bundle to extract the selected text to a new
> function and re-indent it. Would this be useful to anyone else?
> I'll commit it to the repo if there's any interest.
>
> Ben
>
> <Extract Function.plist>
More information about the textmate
mailing list