Hi,
I'm not sure if this have been discussed before, but when I drag and
drop an image file from the Finder to an HTML document in TextMate,
this is what I get :
## Component Manager: attempting to find symbols in a component alias
of type (regR/carP/x!bt)
<img src="Angela-Brunton/Angela-Brunton-1.jpg" width="600"
height="570" alt="Angela Brunton 1" />
If I drag *two* images or more, the error message appears in the alt
attribute of all elements, except the last one :
## Component Manager: attempting to find symbols in a component alias
of type (regR/carP/x!bt)
<img src="Angela-Brunton/Angela-Brunton-2.jpg" width="600"
height="356" alt="## Component Manager: attempting to find symbols in
a component alias of type (regR/carP/x!bt)
<img src="Angela-Brunton/Angela-Brunton-3.jpg" width="600"
height="426" alt="Angela Brunton 3" />" />
Has this bug been identified ?
Thanks,
- n.
Here are a couple of Project Drawer feature requests.
1. Double-click on folder name should expand folder. (iTunes's Radio
streams used to work the way TextMates does now, but with the latest
release they've enhanced it as I'm suggesting). It's a small point, but
frequently used interface elements shouldn't rely solely on a tiny triangle.
2. Standard keyboard shortcuts. First-letter navigation to file or
folder beginning with that letter would be great. Command-Down-arrow
should open file or expand folder. Return key should rename.
Thanks for a great product. As a recent switcher I honestly feel
TextMate is one of the big advantages of using a Mac.
--Dylan
Hi,
Can anyone tell me why "Hide TextMate" and "Hide Others" in the Apple
menu might end up being disabled? I have the focus in a document but
can't use either, other apps seem to hide okay though.
What am I doing wrong?
Regards,
Matt
--
Matt Mower :: http://matt.blogs.it/
I'd love to use soft wrap, but find it completely unusable in code
when long lines wrap to column 0 of the next line, rather than to some
appropriate indent level. Is this configurable somewhere, like it is
in Xcode, VisualStudio, etc.?
Thanks.
-jrk
Allan,
first let me just say how much I am appreciating the "go to symbol"
popup, a real timesaver and so much nicer than my hand made version,
however I am wondering whether it would be possible to somehow
specify the ordering of this list? For me, using large-ish class
files it lists all the functions (which is good), but it would be
nice to have these in alphabetical order as opposed to the order in
which they occur in the file. I can image that this isn't the way
that everyone would want it, maybe some sort of preference or syntax
file option would work? Do you have anything of this nature planned?
Regards
Chris
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
Hi,
Perhaps I'm too dummy for that kind of task, but I'm looking for a
"made with TextMate" image.
Has anybody here got that kind of stuff?
Thanks,
--
Jo <W:00°04'37" ; N:47°15'36">
1....'....12.....'....24.....'....36.....'....48.....'....60.....'....72
Hello,
I just upgraded my version of textmate and seem to have lost the old
syntax highlighting styles. Any ideas how to get those back? In
particular, I liked the yellow/green/orange colors used for php files.
Thanks,
Ron
This would affect directory based projects. It would be convenient
to be able to change/set which files in the structure are ignored or
seen.
This could be based on an individual file.
This could be based on (perhaps) a regular expression.
For example, I might not want to ignore all of the '.' files which I
don't appear to see now. (This is an understandable default. They
are 'hidden' afterall.) But I also am very unlikely to want to see
any '.pyc' files in my projects. Ditto for .class, .o, etc.
--
Robert M. Zigweid http://robert.zigweid.net
rzigweid(a)zigweid.net
Preparing for the actual manual, I wrote a piece which is supposed to
be Scopes 101:
http://macromates.com/blog/archives/2005/07/06/introduction-to-
scopes/
When I do documentation-style blog posts, you're always more than
welcome to send me constructive criticism, especially if there are
things which are unclear or you think could be better explained (you
can use the comments for this as well).
Alan, I do not know if this has been asked for, or noted previously.
It would be nice to run commands asynchronously:
[NSThread detachNewThreadSelector:(SEL)aSelector toTarget:(id)
aTarget withObject:(id)anArgument]
and that runs the command in the background (with potentially an
activities panel). This would be really useful when making large
builds directly from TM's interface.
Currently the UI blocks until the command is completed.
Nick