Hi,
I found two sound files at /Applications/TextMate.app/Contents/ SharedSupport/Support/Sounds . What are they for? I've been using TextMate for a while, but never encounted them. I can't sleep well until I get to know what they are. Searched this list, to no avail. This question might not *sound* useful, but what are the sounds for?
Takaaki -- Takaaki Kato http://samuraicoder.net
This question might not *sound* useful, but what are the sounds for?
Try building an Xcode project ;)
Specially they are there because allan use to have a slow computer that took over a hour to compile the a build of TextMate. So he added a totally garish sound that can wake the dead so he'd know when it was done, even if he had long since left the room. ;)
Hi,
I found two sound files at /Applications/TextMate.app/Contents/ SharedSupport/Support/Sounds . What are they for? I've been using TextMate for a while, but never encounted them. I can't sleep well until I get to know what they are. Searched this list, to no avail. This question might not *sound* useful, but what are the sounds for?
Try building an Xcode project, they are used then. (If you still have them enabled, ie TM_MUTE isn't set to 1)
C ____________________________________
Caius Durling UK Resident tel: +44 (0) 7746 746039 email: inemo@mac.com nemo8686@mac.com web: http://caius.name/ http://qwert.us/ ____________________________________
Suddenly the JavaScript bundle has gone missing.
I've checked out the entire Bundles directory to ~/Library/ Application Support/TextMate/Bundles where it's always been.
There is also a JavaScript.tmbundle in /Applications/Textmate.app/ Contents/SharedSupport/Bundles.
There is no JavaScript entry in the bundle editor, and none of my JavaScript files are being properly colorized.
This seems to have happened when I got the "JavaScript Prototype & Script_aculo_us.tmbundle" during an SVN checkout.
Is there some other place I've accidentally put things that's confusing TextMate and how can I find out where TextMate is getting its bundle list from?
Thanks,
S
Son of a gun! That was it -- wonder how the heck that happened. Only JavaScript was disabled and I don't think I've ever been in there before.
Do any of the JavaScript + (MochiKit, Prototype etc.) bundles shut that off when they install themselves? I recently tried a couple of them and that's when the trouble started...
S
On Sep 18, 2006, at 12:00 AM, Steve Lianoglou wrote:
Suddenly the JavaScript bundle has gone missing.
Go to Bundles > Bundle Editor > Show Bundle Editor and click on the "Filter List ..." button at the bottom left there -- maybe it was turned off somehow.
-steve
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On 18/9/2006, at 13:12, Steve Steiner wrote:
Son of a gun! That was it -- wonder how the heck that happened. Only JavaScript was disabled and I don't think I've ever been in there before.
Do any of the JavaScript + (MochiKit, Prototype etc.) bundles shut that off when they install themselves? I recently tried a couple of them and that's when the trouble started...
I see that as highly unlikely.
The list of disabled bundles is stored in TextMate’s preferences as an array of UUID’s. Only TextMate would really mess with that array, and I can’t think of a scenario where it would automatically add a bundle’s UUID.