hello, is it just me, or is the Python bundle broken?
- I deleted ~/Library/Application\ Support/TextMate - I deleted the Bundles directory inside TextMate.app - I checked out svn/Bundles/trunk at /Library/Application\ Support/ and created a symbolic link 'TextMate' to 'trunk' (it was the only way to get the bundles recognize)
now, python source files are uncolored, eventhough the files are correctyl recognized as Python code.
any ideas?
tom
p.s. thanks for the ^m command for markdown, whoever that was! -- Tom Lazar, http://tomster.org
On 22 avr. 05, at 01:38, Tom Lazar wrote:
hello, is it just me, or is the Python bundle broken?
- I deleted ~/Library/Application\ Support/TextMate
- I deleted the Bundles directory inside TextMate.app
- I checked out svn/Bundles/trunk at /Library/Application\ Support/
and created a symbolic link 'TextMate' to 'trunk' (it was the only way to get the bundles recognize)
now, python source files are uncolored, eventhough the files are correctyl recognized as Python code.
any ideas?
The bundles are being updated to work with the next beta.
On Apr 22, 2005, at 1:38, Tom Lazar wrote:
hello, is it just me, or is the Python bundle broken?
The styles/colors were removed because these are now applied using scoped settings. Sorry about not sending a note to this list about not recommending updating svn (or branching the svn) -- initially I'd imagined the bundle developers would just leave the obsolete styles/colors, but I was wrong :)
About 1.1b6: http://macromates.com/wiki/pmwiki?n=Main.Version1Dot1Beta6 (be sure to read the errata if you do grab it)
- I deleted ~/Library/Application\ Support/TextMate
- I deleted the Bundles directory inside TextMate.app
- I checked out svn/Bundles/trunk at /Library/Application\ Support/
and created a symbolic link 'TextMate' to 'trunk' (it was the only way to get the bundles recognize)
You shouldn't need to make it a symbolic link, do the checkout like this: mkdir -p /Library/Application\ Support/TextMate cd /Library/Application\ Support/TextMate svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk .
Notice that this checkout is made to /Library instead of ~/Library -- for people who are not going to commit stuff to the repository, this is much better, as TextMate will read it all from /Library, but keep your modifications in ~/Library (so it'll be easier to zap the entire repository, update it etc.).
On Apr 22, 2005, at 1:54 AM, Allan Odgaard wrote:
The styles/colors were removed because these are now applied using scoped settings. Sorry about not sending a note to this list about not recommending updating svn (or branching the svn)
tsktsktsk... naughty Allan ;-)
man, I tell ya, those were some scary twenty minutes without that Python highlighting... phew! Thanks for the quick response!
About 1.1b6: http://macromates.com/wiki/pmwiki?n=Main.Version1Dot1Beta6 (be sure to read the errata if you do grab it)
for the future: could you please announce that kind of stuff here on this list? in this particular case I'd have just postponed updating the svn repos (I'm in the middle of a python project...)
- I deleted ~/Library/Application\ Support/TextMate
- I deleted the Bundles directory inside TextMate.app
- I checked out svn/Bundles/trunk at /Library/Application\ Support/
and created a symbolic link 'TextMate' to 'trunk' (it was the only way to get the bundles recognize)
You shouldn't need to make it a symbolic link, do the checkout like this: mkdir -p /Library/Application\ Support/TextMate cd /Library/Application\ Support/TextMate svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk .
strange: that's exactly what I did - and still no highlighting (or any other bundles)
only after creating the symbolic link do I now have correct Python highlighting and the other bundles.
at any rate: that's how I'm gonna leave it for now!
*goes back to work and repeatedly hits ^m on his project documentation file and giggles uncontrollably* ;-)
Notice that this checkout is made to /Library instead of ~/Library -- for people who are not going to commit stuff to the repository, this is much better, as TextMate will read it all from /Library, but keep your modifications in ~/Library (so it'll be easier to zap the entire repository, update it etc.).
-- Tom Lazar, http://tomster.org
On Apr 22, 2005, at 2:12 AM, Tom Lazar wrote:
svn --username anon --password anon co http://macromates.com/svn/Bundles/trunk .
strange: that's exactly what I did - and still no highlighting (or any other bundles)
having just repeated the procedure on my desktop machine, I realized that I had missed the '.' dot at the end of the line, so this time round it all worked well. -- Tom Lazar, http://tomster.org
On Apr 22, 2005, at 2:12, Tom Lazar wrote:
About 1.1b6: http://macromates.com/wiki/pmwiki?n=Main.Version1Dot1Beta6 (be sure to read the errata if you do grab it)
for the future: could you please announce that kind of stuff here on this list? in this particular case I'd have just postponed updating the svn repos (I'm in the middle of a python project...)
I'd strongly suggest that people who use latest svn checkout either follow the RSS feed or the textmate-dev mailing list -- these should have indicated what was going on.
On Apr 22, 2005, at 2:28 AM, Allan Odgaard wrote:
I'd strongly suggest that people who use latest svn checkout either follow the RSS feed or the textmate-dev mailing list -- these should have indicated what was going on.
fair enough. however, we (a.k.a. long time users of textmate on this list) should remember to mention that to any newcomers who we suggest checking out a bundle from the repository.
also, I just read in the wiki: "If you're using beta 5, you may want to hold out on doing a svn update." so i'm really not complaining ;-)
t. -- Tom Lazar, http://tomster.org
To use 1.1b5 until 1.1b6 changes get sorted out I think you can checkout revision 618 -- that seems to be the last one that supported release 1.1b5 (the tags/release_1.1b5 doesn't appear to have changes from the last couple weeks)
k
On Apr 21, 2005, at 8:20 PM, Tom Lazar wrote:
On Apr 22, 2005, at 2:28 AM, Allan Odgaard wrote:
I'd strongly suggest that people who use latest svn checkout either follow the RSS feed or the textmate-dev mailing list -- these should have indicated what was going on.
fair enough. however, we (a.k.a. long time users of textmate on this list) should remember to mention that to any newcomers who we suggest checking out a bundle from the repository.
also, I just read in the wiki: "If you're using beta 5, you may want to hold out on doing a svn update." so i'm really not complaining ;-)
t.
Tom Lazar, http://tomster.org
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 22-04-2005 03:20, Tom Lazar wrote:
On Apr 22, 2005, at 2:28 AM, Allan Odgaard wrote:
I'd strongly suggest that people who use latest svn checkout either follow the RSS feed or the textmate-dev mailing list -- these should have indicated what was going on.
fair enough. however, we (a.k.a. long time users of textmate on this list) should remember to mention that to any newcomers who we suggest checking out a bundle from the repository.
Sorry, it was my fault actually ;) I cleaned out the whole bundle and redid most of it and thought, well, while I'm at it, I might as well clean out the colors, most users who check it out will have beta6, so they won't notice ;)
Anyway, if there's a new public version, you can be sure that Python is a first class citizen as far as the syntax highlighting is concerted :)
Here's a teaser for you to make up for it..
http://www.je-ju.net/~jeroen/images/PythonHighlight.pdf
Jeroen.
On Apr 22, 2005, at 8:48 PM, Jeroen van der Ham wrote:
Anyway, if there's a new public version, you can be sure that Python is a first class citizen as far as the syntax highlighting is concerted :)
that's great to hear (for me) ;-)
Here's a teaser for you to make up for it..
that looks nice - any ETA on that? I've already switched to b6 and will just plough through the coming updates...
and thanks for your work on the Python bundle,
best regards,
tom
-- Tom Lazar, http://tomster.org