Hi there,
Due to some trouble with my current laptop, I had to borrow another one and as a consequence, did a fresh TextMate install on a fresh user account on OS X 10.4.11. Next step was getting GetBundles, which failed with /bin/bash: line 15: /Users/someone/Library/Logs/TextMateGetBundles.log: No such file or directory I had to create a ~/Library/Logs to avoid the problem. I guess this qualifies as an easily corrected bug.
Édouard
On Dec 13, 2008, at 12:29 AM, Édouard Gilbert wrote:
Due to some trouble with my current laptop, I had to borrow another one and as a consequence, did a fresh TextMate install on a fresh user account on OS X 10.4.11. Next step was getting GetBundles, which failed with /bin/bash: line 15: /Users/someone/Library/Logs/TextMateGetBundles.log: No such file or directory I had to create a ~/Library/Logs to avoid the problem. I guess this qualifies as an easily corrected bug.
Thanks a lot for the hint. This is interesting that ~/Library/Logs isn't a default directory. It will be fixed in the next commit.
--Hans
On a related note, my GetBundles stopped working a couple of weeks ago. I've manually downloaded the newest bundle, tried the one in CVS, but no joy. When I go to Bundles/GetBundle/Install Bundle, briefly there is a box that says, "This could take a while", and then the box goes away. No list of bundles to install, no logs (that I could find). Silent death.
Happens on both my iMac and my mbp.
When I try "Update Installed Bundles" I get a measure about a client being too old before the box disappears.
Any ideas?
-Dave
On Fri, Dec 12, 2008 at 6:29 PM, Édouard Gilbert edouard.gilbert@gmail.comwrote:
Hi there,
Due to some trouble with my current laptop, I had to borrow another one and as a consequence, did a fresh TextMate install on a fresh user account on OS X 10.4.11. Next step was getting GetBundles, which failed with /bin/bash: line 15: /Users/someone/Library/Logs/TextMateGetBundles.log: No such file or directory I had to create a ~/Library/Logs to avoid the problem. I guess this qualifies as an easily corrected bug.
Édouard
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On Dec 13, 2008, at 5:55 PM, David Frascone wrote:
On a related note, my GetBundles stopped working a couple of weeks ago. I've manually downloaded the newest bundle, tried the one in CVS, but no joy. When I go to Bundles/GetBundle/Install Bundle, briefly there is a box that says, "This could take a while", and then the box goes away. No list of bundles to install, no logs (that I could find). Silent death.
You're talking about GetBundle not GetBundles. As far as I know GetBundle is not up-to-date, meaning it checks the old svn trunk on macromates.com.
Try to use 'GetBundles': svn co http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
(It's still work in progress but it works and it's much more faster)
--Hans
Thanks, Hans! That clears up a lot of confusion, as I was having the same problem. This GUI for this bundle is way better, and faster. :)
On Sat, Dec 13, 2008 at 2:52 PM, Hans-Jörg Bibiko bibiko@eva.mpg.de wrote:
On Dec 13, 2008, at 5:55 PM, David Frascone wrote:
On a related note, my GetBundles stopped working a couple of weeks ago. I've manually downloaded the newest bundle, tried the one in CVS, but no joy. When I go to Bundles/GetBundle/Install Bundle, briefly there is a box that says, "This could take a while", and then the box goes away. No list of bundles to install, no logs (that I could find). Silent death.
You're talking about GetBundle not GetBundles. As far as I know GetBundle is not up-to-date, meaning it checks the old svn trunk on macromates.com.
Try to use 'GetBundles': svn co http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
(It's still work in progress but it works and it's much more faster)
--Hans
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On Sat, Dec 13, 2008 at 2:52 PM, Hans-Jörg Bibiko bibiko@eva.mpg.de wrote:
Try to use 'GetBundles': svn co http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
(It's still work in progress but it works and it's much more faster)
That's much more prettier too!
Which brings up another stupid question: What's the difference in the directories in svn? i.e. trunk/Bundles -vs- trunk/Review/Bundles ?
-Dave
On Dec 14, 2008, at 3:07 AM, David Frascone wrote:
Which brings up another stupid question: What's the difference in the directories in svn? i.e. trunk/Bundles -vs- trunk/Review/ Bundles ?
trunk/Bundles : officially released TM bundles
trunk/Review/Bundles: bundles which are reviewed (revised) resp. which are new
--Hans
On Dec 13, 2008, at 1:52 PM, Hans-Jörg Bibiko wrote:
Try to use 'GetBundles': svn co http://svn.textmate.org/trunk/Review/Bundles/ GetBundles.tmbundle
(It's still work in progress but it works and it's much more faster)
What do you do if once installed, the menu Bundles/Get Bundles has all elements greyed out? It's installed but can't do anything?
On Dec 14, 2008, at 9:50 PM, Robert Love wrote:
What do you do if once installed, the menu Bundles/Get Bundles has all elements greyed out? It's installed but can't do anything?
This could only be happen if no TM window/document is open. Thus try APPLE+N (new doc) and try it again to invoke GetBundles.
--Hans
Does opening a file or creating a new one help? For some reason, TextMate won’t let use any bundle item without an opened file.
Le 14 déc. 08 à 21:50, Robert Love a écrit :
On Dec 13, 2008, at 1:52 PM, Hans-Jörg Bibiko wrote:
Try to use 'GetBundles': svn co http://svn.textmate.org/trunk/Review/Bundles/ GetBundles.tmbundle
(It's still work in progress but it works and it's much more faster)
What do you do if once installed, the menu Bundles/Get Bundles has all elements greyed out? It's installed but can't do anything?
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 15.12.2008, at 01:13, Édouard Gilbert wrote:
Does opening a file or creating a new one help? For some reason, TextMate won’t let use any bundle item without an opened file.
The reason for that behaviour is simple. GetBundles is a normal bundle. A bundle command only works in conjunction with an open TM doc. Thus GetBundles also needs an open doc but it changes nothing at this doc. One could write a template for GetBundles to be able to open it without any open doc but to use a template for it would lead to much more confusion I mean.
--Hans