Could someone point me to the current instructions on finding and installing bundles on TextMate 1 please?
I have a copy on GetBundles installed under ~/Library/Application Support/TextMate/Bundles (dated 6 Dec 2008) but that seems to (mainly) no longer work: for example, an attempt to install a JavaScript bundle (by textmate) gets an error saying ``Could not install "JavaScript" from "https://github.com/textmate/javascript.tmbundle/tarball/master"'', same thing happens for other bundles.
If I attempt to update GetBundles via GetBundles, I get an error dialogue saying ``It seems that the bundle "GetBundles" has been already installed under versioning control (svn) Please update that bundle manually or remove/rename it and use "GetBundles" to install'' --- the help (question mark) button on GetBundles
I suspect I'm suffering from installing TextMate on multiple machines ``decay'' and need to rediscover the correct way of doing things. I suspect I installed GetBundles with the following commands in terminal
mkdir -p ~/Library/Application\ Support/TextMate/Bundles cd !$ svn co http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle/ osascript -e 'tell app "TextMate" to reload bundles'
(these were from https://gist.github.com/2722805 and http://solutions.treypiepmeier.com/2009/02/25/installing-getbundles-on-a-fre...)
I have TextMate version 1.5.11 (1633) installed on Mac OS X 10.7.4
Phil Molyneux
On 26 Jun 2012, at 17:10, Phil Molyneux wrote:
Could someone point me to the current instructions on finding and installing bundles on TextMate 1 please?
I have a copy on GetBundles installed under ~/Library/Application Support/TextMate/Bundles (dated 6 Dec 2008) but that seems to (mainly) no longer work […]
Unfortunately I can’t point you to a good solution other than mention that all the standard (1.x compatibile) bundles are here: https://github.com/textmate/ — though we will soon tag them all legacy and merge in the 2.0 patches (from https://github.com/avian/).
As for GetBundles; GitHub recently turned off v1 and v2 of their API, so while I don’t know if it is using this API, it could sound like this is the problem, and the bundle will need to be updated to v3.
For 2.0 we have an index based system (and auto-updating) and we’ll soon open this up to third party bundles, so going forward this is how I’d prefer to see it managed (but it doesn’t really help TextMate 1.x).