I think I've requested this before, but I'm a Taurus, so I'm
requesting it again. :)
I would love to have the ability to at least set the font size,
possibly even the font face, and ideally even allow/disallow syntax
highlighting when printing.
Turning on/off syntax highlighting would be great because people with
black & white printers probably want it off, but folks with color
printers might want it on. Setting the type size would be great
because I like to save paper, and by default TextMate prints way, way
too large. And it would be nice to set a different font, because I
often set my screen font bolder than I want my print font.
Just a humble request. Thanks!
Best,
Raymond
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! :)
>> Although the problem might not effect a majority of the TextMate
>> users (how many people use tablets for everything on their
>> computer?), it is still a very fundamental part of the feature
>> set. That's why I believe it deserves a little attention (read:
>> "slider" :)
>>
>
> Sorry to be blunt, but this idea strikes me as absurd ;)
>
> a) you will be able to disable re-selection in b17 (see my other
> letter on the subject)
> b) if Mail doesn't have the problem, clearly it's just a matter of
> replicating what Mail does, rather than let the user work it out by
> disabling features.
What's absurd is your "blunt" answer to what was clearly a joke...
The *main* point was that even though it might not affect a lot of
people, I still hoped it would be considered important enough not to
be dropped all the way down at the bottom of the feature request
list. That's all... Ho well...
Hi all,
I've some pages with mixed html and php code, with .php extension, so
TM see them as "php".
If there is a # sign in a line, all the rest of line will show in the
comment color, even there are other tags and words:
for example:
h1 {color: #003366; margin: 20px; background-color: #ADD8E6;
padding: 5px; text-shadow: black 0px 0px 5px;}
the substring after # is all violet and not white
<br /> Safari 2.0 e` l'unico browser usabile</p>
after the # the string "unico browser usabile" is all violet,
although "Safari 2.0 e` l" is white.
If I use ' instead of ' all the rest will be green and not white :)
Ok, the page is (x)html with php included, but I must save it with
the .php extension and when TM open it is correct to see it *also* as
php.
Is it possible to see correctly both php and html (and javascript)
parts?
Thanks in advance
Salvo
I have a question about editing python in TextMate. Is it possible
to change the folding rules so that class/function definitions don't
stop folding when they encounter a blank line?
Thanks,
Jordan
Me again and my complaints about dragging selected text...
I realize that I have to click+hold a little bit before I can drag
but it doesn't work reliably, at least not with a graphic tablet
(don't know about mouse, haven't used one of those in a while ;),
sometime I can hold, sometime it just deselects everything right
away... Was this delay before drag implemented on purpose? Would it
be possible/difficult to add a pref in future release such as a
slider to select the duration of this holding time (going all the way
down to 0)?
It really is frustrating, at least for an Intuos user... ;)
Thanks!
hi again,
I realize this has been discussed a while back, but AFAIR the issue
at the time has supposedly been resolved (threading of the
filessystemchecking process)
whenever I switch back to TM (say, after reloading a browser window)
to make changes in (say, a page template) i experience a noticable
and annoying delay of two to (sometimes) five seconds (on a dual 1GHz
G4 system with 1.25Gb RAM) together with a noticable spike in CPU
utilization.
until yesterday I just attributed that delay to the fact that I've
switched from working remotely via SFTP to WebDAV over HTTPS (on
Tiger). Meanwhile I'm hooked on the conveniences of being able to
work remotely using projects - so much, that I've moved my entire
project to my local machine just to eliminate that nagging delay and
keep the project mode - only to find out a day later that the delay
is still there...
the project contains well under a hundred files, each moderately
sized, nothing fancy there. is there anything I can do on my side of
the problem? could you on yours, Allan?
the delay shows itself by having the frontmost (project-) window
visble, but its bar grey and inactive.
curious in berlin,
best regards,
tom
--
Tom Lazar
http://tomster.org
For some reason textmate likes to beep at me when Im editing some files.
Not just once or twice, but every keypress.
It beeps a whole lot when I open that particular file as well.
I cant work out why, the file isnt read only, and it wasnt beeping so
much yesterday.
At any rate, is there some way I cant turn the beep off?
If there is some kind of error then textmate should provide better
feedback than a beep.
There is nothing in the help file when I search for 'beep' or 'audio'.
--
Jon Hart
jhart(a)starrtechmail.com
Member of Technical Staff
StarrTech Interactive
A Starr Seigle Communications Company
1001 Bishop St., ASB Tower, 19th Floor
Honolulu, Hawaii 96813
Switchboard: 808 544 3099 Direct line: 808 564 5358
http://www.starrtech.com
This message contains information which may be confidential and privileged. Unless you are the addressee (or are authorized to receive this message for the addressee), you may not use, copy or disclose to anyone the message or any information contained in this message. If you have received this message in error, please advise the sender by reply email to jhart(a)starrtech.com and delete this message. Mahalo.
In the latest build, the Python support seems to not work at all. I
did a SVN checkout and everything, put all the bundles into
/Library/Application Support/TextMate.. I even see a
Bundles/Python.tmbundle file..
But View->Language has no Python listed.. it has all kinds of other
things, but not Python. And the Bundle Editor, Python is not listed...
How can I get it back? :)
Thanks!
--Ix
I'm having a scope problem.
How do I define a scope of only "text.html" not "text.html source"?
i'm trying to use the same shortcut to do an equivalent action in
different languages. (EG: break tag in HTML, end_of_line_newLine in
source, etc...)
I recently got an issue tracker:
http://textmate.textbugz.com/default.php?pg=pgPublicEdit
Unfortunately it doesn't allow public inspection of cases, but if you
have minor annoyances with TM, feel free to submit it there as a case.
You don't need to submit stuff I've commented on in the past, and
you're still welcome to use this ML for requests/suggestions, if you
want me or others to comment on the idea.
Also, my roadmap looks something like this:
3-5 or so more 1.1 betas, then release that as final
1.2 which will rework the project stuff
1.3 which will rework the core editor
I'm telling you this only so you know that you don't have to put a
zillion requests for changed project management or core editor
features -- that's 1.2 and 1.3 respectively (and I have a lot
planned) -- though I reserve the right to change my mind.
Kind regards Allan
I made a project of some files I have on a WIndows share (my server).
Now, every time I go to another program and then switch back to
TextMate it take about 7 secs before I can continue typing. It
probably verifies something on the server. Is there a way to prevent
this from happening?
Thnx, Bart
I decided to give TextMate a serious try and I'm writing a whole
xHTML/PHP/CSS image gallery thing with it.
I own BBEdit but the program's clearly outdated in many ways... I
spent a few hours customizing the color coding, snippets, etc... I'm
totally considering switching... BUT...
There's one thing that is starting to get me pretty frustrated after
a while: when you click and drag selected text to move it in your
document you have to be super precise and select what I'm guessing is
the area between the selection highlight and the text baseline.
Anything else will just deselect the already selected text and
restart the selection over... yuk....
Kinda of a deal breaker for me (probably 'cause I'm a sucky coder and
I keep on moving stuff around ;)
Any chance of an update that would let you drag from any part of the
highlight selection? I wouldn't even mind if it was an apple+drag or
whatever...
my two cents... ;)
.........................................
m i n i m a l d e s i g n
244 Fifth Avenue - Suite P233
New York, NY 10001-7604
USA
tel / fax: 212.931.8525
email: work(a)minimaldesign.net
site: http://minimaldesign.net/
Dear Moderator of textmate users:
Pls. delete my account... i'm expecting starting today not accept any letter from your group.
Thanks in advance for prompt action !!!
-----Original Message-----
From: textmate-bounces(a)lists.macromates.com [mailto:textmate-bounces@lists.macromates.com]On Behalf Of minimal.design
Sent: Wednesday, August 17, 2005 8:38 AM
To: textmate(a)lists.macromates.com
Subject: [TxMt] dragging text (driving me crazy!!)
I decided to give TextMate a serious try and I'm writing a whole xHTML/PHP/CSS image gallery thing with it.
I own BBEdit but the program's clearly outdated in many ways... I spent a few hours customizing the color coding, snippets, etc... I'm totally considering switching... BUT...
There's one thing that is starting to get me pretty frustrated after a while: when you click and drag selected text to move it in your document you have to be super precise and select what I'm guessing is the area between the selection highlight and the text baseline. Anything else will just deselect the already selected text and restart the selection over... yuk....
Kinda of a deal breaker for me (probably 'cause I'm a sucky coder and I keep on moving stuff around ;)
Any chance of an update that would let you drag from any part of the highlight selection? I wouldn't even mind if it was an apple+drag or whatever...
my two cents... ;)
.........................................
m i n i m a l d e s i g n
244 Fifth Avenue - Suite P233
New York, NY 10001-7604
USA
tel / fax: 212.931.8525
email: work(a)minimaldesign.net
site: http://minimaldesign.net/
Hi,
Trying to link specific icons to a new extension "*.perso",
- I have created a set of icons I named "perso.icns"
- and put it in "Textmate/Contents/Resources"
- then edit "Textmate/Contents/info.plist" and add :
8<---
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>perso</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>perso</string>
<key>CFBundleTypeName</key>
<string>Plain text document</string>
</dict>
8<---
But when I create a new document with the "perso" extension, it
comes with a blank icon (with upper right corner folded). The set of
icons I've created seems to work well when I replace an existing set
(log.icns for instance) with this set.
So, which step did I miss?
Thanks,
--
Jo <W:00°04'37" ; N:47°15'36">
1....'....12.....'....24.....'....36.....'....48.....'....60.....'....72