Im a big fan of BBEdit (or at least I used to be), one of the things I liked
was the option to search for "Whole words only" in the find dialog, now I
know I could do this with a bit of regex, but it would be nice to have that
option as a simple checkbox. What would also be very cool is for TextMate to
remember previous searches you have done (like the Google field in Safari)
so you can retrieve those painstakingly written regex search and replace
strings!
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
Im sure others have noticed this but Im finding the tooltips in the drawer a
real pain in the arse, they appear when I don't want them to, cover stuff up
and wont go away when I point at something new in the list. I know Allan
mentioned that the individual items arent individually "hitable" but I think
this needs some improvement.
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
Whilst preventing TextMate from opening non-supported files is welcome
(change in b4):
> TextMate will only open files from the project drawer if their
> extension is found in the Info.plist, or if they have no extension
> (hidden files like .htaccess are considered to have no extension).
This now prevents me from running commands on the file selected in the
project drawer, as $TM_FILEPATH is the frontmost _open_ file. (I have a
'Test Movie in Flash' command as part of my ActionScript bundle, now
broken, to be run on .fla files in my project). Any chance you could
add another variable, e.g. $TM_SELECTEDFILE or something, so we can
access these?
Also, why not allow these non-supported files to be opened by the
Finder when double-clicking them? And having a Open with Finder command
as well as a Reveal in Finder command?
Hello,
I've noticed that disabling Gutter -> Folding also disables the folding
functionality, and there is no way to turn it back on. I think these to
should be controlled separately. For me the small three-dots icon is
sufficient for folding control.
In any case that's a bit counterintuitive. Gutter submenu is supposed
to control the gutter only and not the general behavior.
---
Philipf
> TextMate will only open files from the project drawer if their
> extension is found in the Info.plist, or if they have no extension
> (hidden files like .htaccess are considered to have no extension).
Can you add 'as' for ActionScript to the default list of supported file
types in Info.plist? Thanks.
>Need to add the .pm extension into the plist for perl modules. (Same
>goes for the authors of the two perl syntax bundles)
Good point. Updated, along with "Send to Affrus" command and "Perldoc
Search" command, where you highlight a word and get a window of
perldoc -f information.
<http://math.sfsu.edu/hsu/textmate>
- Eric
--
Eric Hsu, Assistant Professor of Mathematics
San Francisco State University
erichsu(a)math.sfsu.edu
http://math.sfsu.edu/hsu
I am trying to make sure that HTML code inside a PHP file is correctly
highlighted, but is unsure about how to do it.
Example:
<?php
function PrintHtml( )
{
?>
<!-- HTML ONLY AREA -->
<p>This is HTML</p>
<?php
}
?>
I understand that the syntax is as follows, but I don't know what the
'begin' and 'end' tags should be.
name = "Embedded HTML"; begin = "???????????"; end = "??????????????";
patterns = (
{ include = "HTML"; }
);
If anyone can help, I'd be grateful.
Kind regards,
Mats
Hi Allan (and others:),
Recording and saving macros is great, editing macros is even
greater. With commands like "pastePrevious:" and "pasteNext:" we can do
a lot of work.
But we have to record and edit a lot of macros to find all available
commands. So, to spare us time, will you publish the commands list?
Thanks,
--
4 Jo
3
2
1....'....12.....'....24.....'....36.....'....48.....'....60.....'....72
It would be preferred if people would write a new letter to this list,
rather than reply to an old one, when the content is new -- I know it
requires one to fill in the To-header, but when replying to an old
letter, it screws up the threading.
Kind regards Allan