Hello!
I couldn't find an email address on the TextMate website - so I'm
writing to this list to say that TextMate rocks, to whoever worked on
it. Good on ya!
:D
--RYan
No, you understood. I'm just dumb. :)
I'm curious, though, why it isn't listed in StandardKeyBinding.dict.
Is there another location for system-wide key bindings?
On 8/26/05, Eric Hsu <erichsu(a)math.sfsu.edu> wrote:
> At 10:28 AM -0500 8/26/05, Alex Garrett wrote:
> >Is there one for cycling between windows? (Textmate windows, not
> >finder windows)
>
> Command-Backtick (`) works in every OS X application. Hold down Shift
> to go the other direction... or did I misunderstand the question?
>
> - Eric
> --
> Eric Hsu, Assistant Professor of Mathematics
> San Francisco State University
> erichsu(a)math.sfsu.edu
> http://math.sfsu.edu/hsu
> ______________________________________________________________________
> 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
>
There must be a keyboard shortcut to switch between tabs in the
document window, but I just cannot figure out what. Could anybody
enlighten me?
Thanks,
Raymond
Good day to all!
TextMate is heavenly; a beautiful and logical application that just
gets better and better.
It would be so, so nice though if the find in project dialogue had
larger text boxes. For large scale, web site wide changes, it would
be utterly convenient to have some room to work with large blocks of
code.
Allan, THANK YOU!
happy and registered addict,
Matt Erker
Web Developer
TOKY Branding + Design
Hello all,
I'm not sure if this is where I'm supposed to ask or not, but I
thought I'd ask anyway.
I'm making a bundle for ExpressionEngine (http://www.pmachine.com/).
So far, I've got a bunch of snippets which are working out really
nice. I'd like to have a language definition file though so the EE
tags can be highlighted and folded. I can't wrap my head around how
these language files are put together though, so I thought I'd ask if
there was a wizard out there who could make it for me?
Some example EE tags:
Single Tag:
{assign_variable:variable_name="variable_replacement"}
or
{path='weblog/comments'}
Tag Pairs:
{exp:comment:entries sort="asc" limit="20"}
{comment}
<p>By {name} on {comment_date format="%Y %m %d"}</p>
{/exp:comment:entries}
or
{exp:weblog:month_links weblog="news" limit="50"}
{month}, {year}<br />
{/exp:weblog:month_links}
Conditionals:
{if username == "joe"}
<h1>Hi Joe!</h1>
{/if}
Tags are normally used inside of XHTML/HTML, but can be used within
other languages like XML, CSS, JavaScript, etc. All tag pairs will
always begin with {exp:*} and end with {/exp:*}. You can see examples
of EE variables inside of the tag pairs. A lot of tag pairs have
parameters, but not all of them. Sometimes people use double quotes,
other times single quotes.
I'm not sure what else to add. If someone would be willing to help me
out on this I'd really appreciate it.
Thanks,
Chris
Whe I scroll horizontally to a certain position in one file. Then switch
tabs to another file and switch back, the horizontal scroll bar is reset to
the left edge of the page. Would be nice to not reset like that since
sometimes I need to copy/paste between files and to have to scroll
horizontally everytime I switch back is an annoyance. I have Soft Wrap
switched off.
Thanks,
Ed
To the TextMate Community,
In the SVN repository you will find a new bundle called
ImageBrowser.tmbundle. ImageBrowser opens a new HTML window with a
list of all images (and their dimensions) located in or beneath the
directory of currently open document. There is also a preview pane
for zooming in/out on the image. Opening ImageBrowser is (by default)
set to ctrl+shift+p.
The bundle has noticeable shortcomings; hopefully we can work
together to resolve them. For instance, clicking on a thumbnail
currently inserts the relative filepath into the frontmost document.
Hopefully this behaviour will change to something more sophisticated,
like inserting a snippet or something clever; suggestions welcome!
Regards,
Rich Barton
Hi,
My reading of the TextMate blog entry on keybinding for switchers
leads me to think I can bind (say) the numeric keypad "enter"
key with:
{
"#\U0003" = "moveToBeginningOfLine:";
}
In the appropriate .dict file. Unfortunately that doesn't seem
to work.
Are there other issues in binding numeric keypad keys? Apologies
if this is a stupid question: I'm a complete OS/X neophyte.
Stu
Seems it's time to pull out the good old article about writing good
subjects:
http://www.useit.com/alertbox/980906.html
In particular, don't start your subjects with [ feature request ] or
“just a small…” etc.
If you want to stress that it's a request, just use [REQ].
Why? Well, this is how my mailbox (for this list) currently looks:
It's not all bad, and I could resize the subject column -- but
there's something about the irrational trying to change the world
rather than adapt! :)