Just installed the new beta, and syntax highlighting seems to have been disabled.
How do I get it back?
drew.
On Jan 25, 2005, at 1:51, Drew McLellan wrote:
Just installed the new beta, and syntax highlighting seems to have been disabled.
How do I get it back?
Ehm... disabled how? for which file type?
I did cut some of the previously included syntaxes, maybe you were using one of these? they can still be found, quit TM and select 'show package contents' in Finder (for TextMate.app), go to Contents -> SharedSupport and you'll see a Disabled Bundles folder, just move the bundles from this over to the other Bundles folder.
Allan Odgaard wrote:
On Jan 25, 2005, at 1:51, Drew McLellan wrote:
Just installed the new beta, and syntax highlighting seems to have been disabled.
How do I get it back?
Ehm... disabled how? for which file type?
When I go View > Syntax Highlight As, I have just one option, it's "Disabled" and it's selected.
This is for PHP files, some have a PHP extension, others have custom extensions but previously set to highlight as PHP.
I did cut some of the previously included syntaxes, maybe you were using one of these? they can still be found, quit TM and select 'show package contents' in Finder (for TextMate.app), go to Contents -> SharedSupport and you'll see a Disabled Bundles folder, just move the bundles from this over to the other Bundles folder.
I can't find that folder for some reason, but I can't imagine you disabled PHP ;)
drew.
On Jan 25, 2005, at 2:00, Drew McLellan wrote:
When I go View > Syntax Highlight As, I have just one option, it's "Disabled" and it's selected.
That shouldn't be (and I didn't cut PHP ;) ).
I'm not sure what could go wrong -- I'd say, check Console (/Applications/Utilities/) to see if there is any error messages there. And check if you have any stuff in ~/Library/Application Support/TextMate/Bundles (and try to remove it if you have, to see if that helps).
It's 2 AM here and I'm going to bed, so I hope you'll be able to resolve it yourself, or wait 8-10 hours ;)
I'm getting a list of 4 or 5 various PHP "_Dark" syntaxes listed, but not the ones I used before... I can't find the Contents-->SharedResources folder either!
Paul
On 25 Jan 2005, at 02:08, Allan Odgaard wrote:
On Jan 25, 2005, at 2:00, Drew McLellan wrote:
When I go View > Syntax Highlight As, I have just one option, it's "Disabled" and it's selected.
That shouldn't be (and I didn't cut PHP ;) ).
I'm not sure what could go wrong -- I'd say, check Console (/Applications/Utilities/) to see if there is any error messages there. And check if you have any stuff in ~/Library/Application Support/TextMate/Bundles (and try to remove it if you have, to see if that helps).
It's 2 AM here and I'm going to bed, so I hope you'll be able to resolve it yourself, or wait 8-10 hours ;)
At 2:24 AM +0100 1/25/05, Paul Nordstrom August wrote:
I'm getting a list of 4 or 5 various PHP "_Dark" syntaxes listed, but not the ones I used before... I can't find the Contents-->SharedResources folder either!
PHP and Syntax highlighting are working fine for me. I don't have any _dark PHPs. I would trash your ~/Library/Application Support/TextMate/Bundles folder and reinstall TM. The built-in bundles are at Contents/Resources/Bundles within the TM bundle.
Good luck! - Eric
When I go View > Syntax Highlight As, I have just one option, it's "Disabled" and it's selected.
I'm getting the same issue -
I deleted ~/Library/Application Support/TextMate and reinstalled but that didn't fix it either. There is nothing on the console related to textmate...
Oh and nothing is showing up in the bundle editor either. Hmmmm....
Jonathan Raphaelson University of Colorado at Boulder --
Home: 303-469-3442 Cell: 720-937-4372
jonathan.raphaelson@colorado.edu jonraphaelson@gmail.com
When I go View > Syntax Highlight As, I have just one option, it's "Disabled" and it's selected.
I'm getting the same issue -
Ok, well I sent the last out prematurely - while it didn't recognize that they were there in the first place, if you go into the bundles folder and open them, TM will install them and then they all work the way they should.
Jonathan Raphaelson University of Colorado at Boulder --
Home: 303-469-3442 Cell: 720-937-4372
jonathan.raphaelson@colorado.edu jonraphaelson@gmail.com
Okay, I deleted my ~/Library/Application\ Support/TextMate/ and got the same behavior that Jon and Paul are reporting. The issue seems to be that for some reason 1.1b3 isn't recognizing its internal bundles. Here is a hacky little fix if you can't wait for Allan to wake up in 6 hours. :)
cp -r /Applications/TextMate/TextMate.app/Contents/Resources/Bundles ~/Library/Application\ Support/TextMate/
All that does is copy the Bundles directory from the Program package into the user bundle area. Not a very nice hack, but it's better than nothing.
oh... I read the mail from Jon giving another version of this fix: if you open the tmbundle's, they will install themselves in the user area, another version of this same kludge. As I remember, that will produce a zillion little confirm windows... I like my shell way better! :)
best wishes, Eric
On Jan 24, 2005, at 6:20 PM, Eric Hsu wrote:
cp -r /Applications/TextMate/TextMate.app/Contents/Resources/Bundles ~/Library/Application\ Support/TextMate/
Thanks Eric, that worked great. As a tiny addendum, for people who don't keep TextMate in its own folder, the line would be:
cp -r /Applications/TextMate.app/Contents/Resources/Bundles ~/Library/Application\ Support/TextMate/
thanks guys, that did it! phew, I'm on a big project deadline :)
On 25 Jan 2005, at 04:46, Ben Parzybok wrote:
On Jan 24, 2005, at 6:20 PM, Eric Hsu wrote:
cp -r /Applications/TextMate/TextMate.app/Contents/Resources/Bundles ~/Library/Application\ Support/TextMate/
Thanks Eric, that worked great. As a tiny addendum, for people who don't keep TextMate in its own folder, the line would be:
cp -r /Applications/TextMate.app/Contents/Resources/Bundles ~/Library/Application\ Support/TextMate/
thanks Eric, that worked nicely On Jan 24, 2005, at 6:20 PM, Eric Hsu wrote:
Okay, I deleted my ~/Library/Application\ Support/TextMate/ and got the same behavior that Jon and Paul are reporting. The issue seems to be that for some reason 1.1b3 isn't recognizing its internal bundles. Here is a hacky little fix if you can't wait for Allan to wake up in 6 hours. :)
cp -r /Applications/TextMate/TextMate.app/Contents/Resources/Bundles ~/Library/Application\ Support/TextMate/
All that does is copy the Bundles directory from the Program package into the user bundle area. Not a very nice hack, but it's better than nothing.
oh... I read the mail from Jon giving another version of this fix: if you open the tmbundle's, they will install themselves in the user area, another version of this same kludge. As I remember, that will produce a zillion little confirm windows... I like my shell way better! :)
best wishes, Eric
Eric Hsu, Assistant Professor of Mathematics San Francisco State University erichsu@math.sfsu.edu http://math.sfsu.edu/hsu ______________________________________________________________________ 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
-- Best regards, Lang Riley
This is a very nice and feature rich beta release.
Append to end of line is very cool. It's fun just to play around with. Like talking in a very echo-y room. If only you could make it so that each line wrote a unique line of code rather than duplicate lines, I could be the world's fastest programmer.
Also the file chooser is excellent, love the quicksilver like functionality. Might be nice to have a folder reference for files with same names, e.g: index.php.
The Bundle editor seems very handy too, but I've yet to dive into it very far.
At any rate, thanks for the new beta. TextMate is making my work a lot more fun.
-Ben