I know this could be a point of much controversy, but I encourage
people to avoid "top quoting" i.e. having a long quote of sometimes the
entire email you want to comment on, and then putting comments
underneath.
I don't like "bottom quoting" much either, although it does have the
advantage that you don't have to scroll a few pages to read the mail...
ideally, snip out relevant parts and quote on those. It's probasbly not
difficult for most people to go back to the mail being refered to and
check, if further depth is needed.
--
Sune.
"Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn"
http://cyanite.org -- Content follows ;-).
Just a proposal regarding the snippets.
It would be most useful if the snippets were only active when their respective mode is active. This way, the same trigger could be used for various modes and applications.
For example, the trigger "table" being already used for html, it cannot be currently used for Latex. However, if the triggers were tied to a mode, we could use the same trigger, simplifying our lifes.
Greetings,
Normand Mousseau
Yo,
I have found a cool replacement icon for my TextMate while browsing
through my icon collection, check it out:
I like it not only because it looks pretty cool, bet also because it
contains the elements of TextMate spirit: text (the pen) and automation
(the LEDs). It's part of the "World of Aqua 4" pack from the geniuses
at IconFactory.
You can also find the following one in the "World of Aqua 3" pack, but
it's looking more obvious and boring I think ;)
--
Luc Heinrich - lucsky(a)mac.com - http://www.honk-honk.com
I hope Gaetan Le Guelvouit, Andrew Ellis and Normand Mousseau are on
the list, as they are the primary contributors to the LaTeX bundle.
(I am a minor contributor.)
Can somebody volunteer to merge all the changes into the One True LaTeX Bundle?
Fixes to Do
1. I think GLG's fork missed some of Ellis's contributions, including
his heretical Send to iTeXMac;
2. the last bundle posted by NM broke my Open in TexShop command
open -a TexShop "$TM_FILEPATH"
Note the path has to be quoted or it will break on systems with
spaces in their path;
3. $ \Pi $ and \( \Pi \) are highlighted differently. That seems wrong.
It's pretty cool that people are contributing in this way! If we can
coordinate a little bit, it will be even more powerful.
- Eric
ps. Why don't I just merge the thing? I'm going on the road for a week...
--
Eric Hsu, Assistant Professor of Mathematics
San Francisco State University
erichsu(a)math.sfsu.edu
http://math.sfsu.edu/hsu
I have noticed that the latest beta cannot open actionscript files with a
.as extension in a project, this is because .as is missing from the
Info.plist list of recognised extensions - oops!
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
Hi All,
The whole question is in the title ;-) : What is the syntax to be
used in Find/Replace dialog to move text to Upper- or Lower- case? there
was such a feature in BBEdit, but could not find it in TextMate.
Find : <.+?>
Replace : lowercase($0)
Thanks,
--
Jo <W:00°04'37" ; N:47°15'36">
1....'....12.....'....24.....'....36.....'....48.....'....60.....'....72
I installed Lars Pind's OpenACS bundle
(http://pinds.com/blog/one-entry?entry%5fid=20990) and started playing
around with it a bit. I noticed that for some reason TM can't open the
files (with extensions adp, tcl and xql) from the project drawer. With
normal open command they opened nicely.
I fixed this by adding the extensions to Info.plist file in TextMate
application folder, but I fear it gets replaced when upgrading.
Besides, I guess there's (or should be) a way a bundle developer could
add file extensions TextMate (with a given bundle) can handle. Any
pointers on how to obtain this?
TIA,
Jarkko
--
Jarkko Laine
http://jlaine.net
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?