Any snippet that can type all that ugly code for me? I tried
dragging the .swf into my html like you do with images but that just
wrote some *really* ugly code (binary data). Do I actually have to
fire up - gag - cough - choke - Dreamweaver to do this?
Sean
:::: DataFly.Net ::::
Complete Web Services
http://www.datafly.net
Hi Sean,
> Thanks Ben -- I think my situation may be different though. My app
> isn't writing any logs.
>
> Any other thoughts?
>
> Sean
I have the problem on my iBook, but not on my Mini. TextMate rescans
the entire project directory structure for changes *every* time the
window is focussed. To my knowledge, there is currently no way to
turn this behaviour off, except to create the project by dragging
individual files into the project, instead of whole directories. It's
a PITA, but my understanding is that will stop the project reloading
on focus. At the very least, trying it that way would help you figure
out if this is a new problem or not.
Regards,
Chris.
Ahh...see I *knew* I was missing something obvious. Thanks.
It's a little strange though that some HTML bundles (like control-
shift-W) work fine in Plain Text mode, but control-shift-L doesn't.
That's what was throwing me off.
------------------------------------
Todd Dominey :: Dominey Design
http://domineydesign.com/http://slideshowpro.net/http://whatdoiknow.org/
I can't figure this out...
Here's some text:
(this is a parenthesis in quotes "(")
If I put the caret before or after the final quotation and choose
Select>Enclosing Brackets, TextMate selects the second opening
parenthesis and the closing parenthesis. Also, no text is selected
with the caret anywhere else.
How can I teach TextMate that parentheses between quotation marks
shouldn't be considered for a match? I want something like "Ignore
parentheses that are in strings" but i can't see how to do that...
Thanks
--
(<http://newlisper.blogspot.com/>)
Hello,
I am contemplating to buy TextMate, it is by far the most competent
and well designed editor I've seen for OS X - and I've been looking
for a replacement for Emacs for the last couple of years* - but
before really hitting the credit card I would like to find the answer
to a few questions that I have not found in the documentation:
1. A very handy feature of Emacs is the just-one-space command; that
is, all spaces and tabs around the point is reduced into one space.
E.g. (the bar sign is the cursor); "x | x" becomes "x |x". Is there
such a command within TextMate? If not, any suggestions for how to
create one? I did an experiment, I created a new command and had it
running perl with a regexp on the line. The problem is that I want to
have it to be run around the current position, not all spaces on the
line. Is there a way of sending the current cursor position to the
command? I.e. "x x | x" shall become "x x |x", not "x x |x"
or something like it.
2. Indent region: Something that I frequently uses is the fill-
paragraph and friends of Emacs; TextMate's Reformat (^Q) isn't as
advanced and is not language/bundle aware. i was thinking of porting
the Lisp code into e.g. perl and create a new command for it, but
before I spend any time on it I would like to know if there is
something similar already implemented that I've missed? (I usully
write HTML, Shell Scripts and Perl in TextMate but will migrate my
LaTeX files and other programming languages to TextMate as time passes.)
3. When I write HTML I would like to have e.g. lists looks like this:
<ol>
<li>AAA Lorem ipsum lorem ipsum lorem ipsum lorem ipsum
BBB lorem ipsum lorem ipsum lorem ipsum lorem ipsum
CCC lorem ipsum lorem ipsum lorem ipsum</li>
</ol>
But, I do not want it to add whitespace before the BBB and CCC, I
would like it to wrap lines visually but the file should still look
like this:
<ol>
<li>AAA Lorem ipsum lorem ipsum lorem ipsum lorem ipsum BBB lorem
ipsum lorem ipsum lorem ipsum lorem ipsum CCC lorem ipsum lorem ipsum
lorem ipsum</li>
</ol>
Is this even possible? The visual presentation and the physical file
would then differ and I don't think that makes sense for a /text/
editor. (This is not available in Emacs AFAIK but it is something
that I miss.)
Thank you.
/Jonas
-----
*) I'm fed up with the lack of proper Unicode support, no native Aqua
build that isn't a hack and the reliance on X11 where cut-and-paste
between X11 and any other OS X application s*cks. Don't get me wrong,
I lived inside Emacs for over ten years, I not only read
alt.religion.emacs - I also posted in it! When I say that TextMate is
a competent editor, then it is far from an exaggeration. But I don't
say that it is *the* editor. Not quite yet. :-)
the subversion status window is never the right size.
It's either too short and causes a scrollbar, or too long and wastes
space.
I request a way to resize the window with javascript.
And a way to make the body background transparent.
That way i can set the window size myself or set a default size the
height of the window.
Transparent would let you click through, obviously.
That would allow for all kinds of crazy useful stuff.
thomas Aylott—subtleGradient
Fortran and Comments
Hi,
while it wasn't a major problem to make some additions to the very
rudimentary Fortran bundle (I added some snippets and a compiler
command) I am struggling to get the "Continue Line Comment" from the
Source Package to behave correctly.
While the scope seems to be identified correctly and the "Comment
Line" commando behaves as expected, the "Continue Line Comment"
doesn't add a proper comment symbol (in this case preferably *), it
jumps to the next line but only adds a space instead of *. I have
tried to find any differences to other bundles where the commadn
works, but I can't find the missing piece.
I have already added the line
asterisk *
to the "Continue Line Comment ". But this didn't help either.
Any ideas where I have to look for the missing piece so that I get
the proper symbol instead of a space?
Thanks,
Carsten
Hello,
When I drag the mouse to select a function so I can move it, the
blank line at the end (between functions) won't select.
If I drag further the top line of the next function and the blank
line are then highlighted.
This is very annoying.
Any words of advice?
Please don't make me go back to BBEdit.
Thanks,
ml
Hello,
I just installed 1.5.2 (unfortunately deleting 1.5 on the way) just
to notice that my favorite TAB triggers for Rails no longer work!
rea gives me Ruby's reverse_each, ra gives... nothing, etc.
Any hints (or older Textmate ;-) available
TNX in advance.