Why is there no longer an Actionscript 3 bundle available from the following location?
http://svn.textmate.org/trunk/Bundles/
-Gerry
On Mar 5, 2010, at 5:06 PM, Gerry Creighton wrote:
Why is there no longer an Actionscript 3 bundle available from the following location?
It was moved to http://github.com/simongregory/actionscript3-tmbundle
--Hans
PS Try to use GetBundles to keep updated
Hans,
I've never seen "GetBundles" before, where do I access that? I've used "reload bundles".
Thanks for the link.
-Gerry
On Mar 5, 2010, at 11:12 AM, Hans-Jörg Bibiko wrote:
On Mar 5, 2010, at 5:06 PM, Gerry Creighton wrote:
Why is there no longer an Actionscript 3 bundle available from the following location?
It was moved to http://github.com/simongregory/actionscript3-tmbundle
--Hans
PS Try to use GetBundles to keep updated
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On Mar 5, 2010, at 5:16 PM, Gerry Creighton wrote:
Hans,
I've never seen "GetBundles" before, where do I access that? I've used "reload bundles".
GetBundles is a bundle which I wrote.
http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
In Terminal: mkdir -p ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles cd ~/Library/Application\ Support/TextMate/Pristine\ Copy/Bundles export LC_CTYPE=en_US.UTF-8 svn export http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle
... and reload Bundles in TM.
Cheers, --Hans