Hello,
I feel like this should be easy, but I can't seem to figure it out.
How can I make TextMate give .dwt files the same Syntax highlights as .html
files?
Thanks!
Simon
P.S.- .dwt files are dreamweaver template files, by the way.
So I'm not the only one who doesn't bother making a GUI for the
preferences ;)
Begin forwarded message:
> From: David Kocher <dkocher(a)cyberduck.ch>
> Date: 8. November 2004 10:54:19 CET
> To: Allan Odgaard <allan(a)macromates.com>
> Cc: Steven Skoczen <steven(a)quantumimagery.com>
> Subject: Re: Thanks, and support for TextMate via ODB?
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> To test Cyberduck with TextMate, please change the defaults to
>
> defaults write ch.sudo.cyberduck editor.bundleIdentifier
> com.macromates.textmate
> defaults write ch.sudo.cyberduck editor.name TextMate
>
> Thanks!
> - -dk
I'm clearly doing something wrong here but--how on earth do I turn
tabs on?! Â Every time I open a new file (cmd-O) it opens in a new
window! Â I've looked through all the menu items, searched the wiki,
help *and* the mailing list and but I'm still tab-less. Â (I'm
embarrassed to say I can't figure out how to activate the "dynamic
file outline" working either--so I'm actually not able to use features
number 1 and 2 on the homepage...)
--
http://beebo.org
+44 78 2118 9049
Hi,
I'm having a go a writing a syntax highlighting format for markdown
(http://daringfireball.net/projects/markdown/), and I've run into a
couple of problems. The first is the lack negative look behind
assertions which makes matching escaped sequences (eg. * \* *) a lot
more complicated. I can use begin, end and swallow, but there isn't
any way to limit these to single line sequences. Are there any plans
for including them in the future?
The second problem, which I haven't been able to overcome, is matching
multiline sequences that end with (eg.) two newlines. For example:
begin = "\\*"; end = "\\n{2,}" doesn't match what I'd expect. Is this
a known problem?
Thanks,
Hadley
Hi Allan,
A few little suggestions.
1. Find dialogue should remember 'regular expression' setting between
invocations.
1a. Cool if Find dialogue remembered the last few searches and replaces.
2. Option to subtly highlight current line.
3. FYI. On occasions I can't quite duplicate, the last 'pixel' on the
right is not displayed. The document gets into that state and
resizing the window doesn't help. I'll try to collect more data on
that.
- Eric
--
Eric Hsu, Assistant Professor of Mathematics
San Francisco State University
erichsu(a)math.sfsu.edu
http://math.sfsu.edu/hsu
If I have a bit of text like
$var1 = "some text";
$var2 = "some more text";
cursor-keying past the second quote will briefly light up the first, but the
third quote will briefly lite up the second (and the fourth the third
again). Seems odd?
But keying past a quote where it's matching quote is not visible, the whole
*window* flashes yellow..
This happens when working with syntax coloring for HTML (ASP) and HTML (PHP)
at least, probably others.
Can anyone reproduce?
Regards,
Martin
The latest beta of MarsEdit includes Edit with Textmate support:
> This is just a small update, an internal-only build, mainly for people
> who want to use TextMate.
>
> Other changes -- customizable ping list and Markdown preview support
> -- are still en route, they're just not ready yet.
>
> Changes:
>
> *** Edit with TextMate
>
> Edit with TextMate now appears in the File. ctrl-cmd-J. The feature
> requires TextMate 1.0.2b3 or better.
>
> There appears to be a TextMate bug regarding character encoding. I use
> the exact same code for TextMate as for BBEdit and SubEthaEdit -- but
> TextMate turns curly quotes (and so on) into weird characters. Either
> there's something I need to set in TextMate (that I couldn't find) or
> there's a TextMate bug. If someone who's in touch with the TextMate
> folks want to get the skinny on this, that would be appreciated.
--
Do the evolution. Get Firefox!
<http://spreadfirefox.com/community/?q=affiliates&id=5&t=4>
I'm wondering about using CTRL-K to cut a line and CTRL-y to paste a
line.
Typing ctrl-k seems to cut the line out, but ctrl-y has no effect. I'm
used to typing
these commands in a terminal and in emacs.
Has anyone else experienced this?