On Oct 6, 2004, at 3:24 AM, Allan Odgaard wrote:
> On 6. Oct 2004, at 12:17, timothy martens wrote:
>
>> 1. Preview in Browsers with the ability to add/remove browsers. I
>> love the built in Safari engine live preview, but can we harness
>> other User Agents' rendering engines as well?
>
> You can open the current page in a browser using the Commands. There's
> already one that assigns command-r to activate and refresh Safari.
This is not working for me. When I do CMD+R ()reload in Safari) --
Safari launches/opens my default home page not the document in Textmate
I'd like to preview? Does the script need to be modified? Anyone?
I'm aware of the "Reload in Safari" under COmmands, but it's not
loading the page I want to preview in the browser but rather my default
home page? Any written a script that does this properly (i.e., launches
browser and preview page)?
Regexp is great (yay for positive and negative look-aheads...wish there
was pos/neg lookbehinds, too, even if only fixed-width). However, it's
lacking a pretty important feature, IMO: character case manipulation in
the replacement.
I'd love a way to:
* Change the first character of the saved subexpression to
upper/lowercase.
* Change all characters to upper/lowercase until further notice.
I really lust for the folding feature of TextMate for Ruby work (and a
couple other features that BBEdit lacks) but the core isn't quite
there...yet :)
--
(-, /\ \/ / /\/
Sune Foldager wrote:
> UltraEdit has an option for permanently highlighting the current line,
> I don't know if that's the same as in BBEdit
Yes, it's the same thing.
> (maybe just a different background color in the gutter, so it doesn't
> have to take up more space).
I'm open to alternatives, and that sounds like a decent one to me.
Kind Regards,
-jeff
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 6.10.2004, space aliens observed Tomas Jogin saying:
>>>I hope ftp-support is added soon, not just being able to edit a
>>>remote file, but actually being able to associate a project with an
>>>ftp account.
>>Is there any reason why you don't use an actual FTP application for
>>this? Interarchy has some awesome features for this kind of work.
>>What I do right now is this: For each Project in TextMate, I have an
>>FTP Disk in Interarchy. When I open a Project, I mount the FTP Disk.
>>Whenever I change something in TextMate, it's being uploaded
>>automatically to the FTP server.
>The reason I don't want to use an actual FTP application is that I
>don't want to incessantly switch between the editor and the
>ftp-application.
Using FTP disks, you don't have to. Of course, it's not quite as nice as
absolute automation, but it's pretty close. And it could probably be
totally automated using AppleScript by having a script that opens both
the Project and the Interarchy FTP disk.
Once both are open, you don't have to do anything in Interarchy anymore.
It will pick up on any changes you make in TextMate (or any other
application) all by itself.
>The interarchy feature you mention sounds pretty nice, and in fact
>I'll download Interarchy right now, because it does sound sweet, but
>having it integrated with the editor would be even better. By the
>way, something like that isn't possible with Transmit (which I
>currently use), right?
No, Transmit doesn't do anything like that as far as I know. FTP disks
are a unique feature of Interarchy.
lucas
- --
"These guys are pretty cool - even though they're sixty."
-- Beavis & Butthead (about Aerosmith)
-----BEGIN PGP SIGNATURE-----
Version: PGP SDK 3.2.2
iQA/AwUBQWQkQLXYdom/dB2cEQKYdACgmZYdBNb4NtRTjweCzWyYU2vsbzIAoMQ9
GXF/o6AFjsPVB9hl2qW7VSjc
=S7Mp
-----END PGP SIGNATURE-----
Hey, I really like TextMate's features (especially the tabs and
project window). I'm just wonder if there is somewhere we can view the
projected timeline for the development of this app. I have 30 days to
evaluate it and I'd like to know what features will be up and coming
so I can determine if it will fit my needs and wants. Thanks.
-- jheyer
I'm a bit confused by this from the help book:
A regular expression which is used to identify the portion of text to
be styled. Example: "\\<(true|false)\\>".
How is this different from: "(true|false)"
in other words what are the < and > doing in the regex?
James.
The following two screenshots shows that TM's syntax engine gets confused
by / inside either heredocs or plain "" strings:
<http://www.keltia.net/download/slash1.pdf>
<http://www.keltia.net/download/slash2.pdf>
Cheers,
PS thanks to danp on #rubyonrails/freenode who found it.
--
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto(a)keltia.freenix.fr
Darwin snuadh.freenix.org Kernel Version 7.5.0: Wed May 12 16:58:24 PDT 2004
So I wanted to start associating most of my plain text files to open
in TextMate and I was hit with a big "bummer". It appears that .sql is
not an ending the TextMate developers had thought would be a text file
and thus, I get the blank icon instead of the nice TextMate Text
Document icon.
Is there a way to tell the Finder that I want the TextMate icon no
matter what the file extension?
Thanks,
Patrick
P.S. I'm fairly new on the OS X platform coming from Windows for the
past few years and the OS 7 and 8 before that.