From bgallet+nabble at adisem.com Mon Dec 1 20:51:21 2008 From: bgallet+nabble at adisem.com (bgallet) Date: Mon, 1 Dec 2008 12:51:21 -0800 (PST) Subject: [TxMt Plugins] Git plugin Message-ID: <20777981.post@talk.nabble.com> I believe I made a big mistake today. I wanted to update my git bundle, I removed it from the bundle list by using the - sign at the bottom of the bundle editor. Now whatever I do, I cannot get it back! I am still able to add other bundles, just not the git one! Would anybody know how to fix this? TIA, - Bernard Gallet - -- View this message in context: http://www.nabble.com/Git-plugin-tp20777981p20777981.html Sent from the textmate-plugins mailing list archive at Nabble.com. From bgallet+nabble at adisem.com Mon Dec 1 21:43:43 2008 From: bgallet+nabble at adisem.com (bgallet) Date: Mon, 1 Dec 2008 13:43:43 -0800 (PST) Subject: [TxMt Plugins] Re: Git plugin In-Reply-To: <20777981.post@talk.nabble.com> References: <20777981.post@talk.nabble.com> Message-ID: <20781195.post@talk.nabble.com> I have found the solution. When a bundle is deleted, textmate stores this information somewhere. It is possible to see if any bundles are marked as deleted by running: defaults read com.macromates.textmate OakBundleManagerDeletedBundles It returns something such as: ( "EADD4718-EE11-4ABF-A7E6-13351FB3799D" ) if there are deleted bundles. To reset this list: defaults delete com.macromates.textmate OakBundleManagerDeletedBundles I used it, and now my git bundle is available! - Bernard Gallet - bgallet wrote: > > I believe I made a big mistake today. I wanted to update my git bundle, I > removed it from the bundle list by using the - sign at the bottom of the > bundle editor. Now whatever I do, I cannot get it back! I am still able to > add other bundles, just not the git one! > > Would anybody know how to fix this? > > TIA, > > - Bernard Gallet - > -- View this message in context: http://www.nabble.com/Git-plugin-tp20777981p20781195.html Sent from the textmate-plugins mailing list archive at Nabble.com.