Hello,
From the archives I see threads about a MT bundle for Textmate.
From: Brad Choate <brad@...> Subject: Re: Bundle for Movable Type templates
Where might I find this bundle? Does such a bundle do syntax high- lighting, or, instead, is this an interface to a blog API, for example to upload posts to a blog...?
I am looking for a syntax high-lite so that I can avoid editing templates in a web browser... :)
Thanks for any hints!
Cheers, DK
On Aug 17, 2007, at 6:39 AM, DK Smith wrote:
From the archives I see threads about a MT bundle for Textmate.
From: Brad Choate <brad@...> Subject: Re: Bundle for Movable Type templates
Where might I find this bundle? Does such a bundle do syntax high- lighting, or, instead, is this an interface to a blog API, for example to upload posts to a blog...?
I am looking for a syntax high-lite so that I can avoid editing templates in a web browser... :)
That's located at <http://macromates.com/svn/Bundles/trunk/Bundles/ Movable%20Type.tmbundle/> You need svn to download. For more info, read the manual, which explains about subversion and how to get more bundles.
Regards,
Takaaki
Hello Takaaki,
Do you recommend checking out all bundles, as this page suggests? Or is this misguided? :) http://macromates.com/wiki/Main/SubversionCheckout
Thx DK
On Aug 16, 2007, at 3:05 PM, Takaaki Kato wrote:
On Aug 17, 2007, at 6:39 AM, DK Smith wrote:
From the archives I see threads about a MT bundle for Textmate.
From: Brad Choate <brad@...> Subject: Re: Bundle for Movable Type templates
Where might I find this bundle? Does such a bundle do syntax high- lighting, or, instead, is this an interface to a blog API, for example to upload posts to a blog...?
I am looking for a syntax high-lite so that I can avoid editing templates in a web browser... :)
That's located at <http://macromates.com/svn/Bundles/trunk/Bundles/ Movable%20Type.tmbundle/> You need svn to download. For more info, read the manual, which explains about subversion and how to get more bundles.
Regards,
Takaaki
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
Hi,
You can get all the bundles. You can disable bundles you don't use in Bundle Editor (See filters in the window).
If this is the first time to use svn, just get all so that you can follow the instruction exactly.
Takaaki
On Aug 18, 2007, at 4:42 AM, DK Smith wrote:
Hello Takaaki,
Do you recommend checking out all bundles, as this page suggests? Or is this misguided? :) http://macromates.com/wiki/Main/SubversionCheckout
Thx DK
On Aug 16, 2007, at 3:05 PM, Takaaki Kato wrote:
On Aug 17, 2007, at 6:39 AM, DK Smith wrote:
From the archives I see threads about a MT bundle for Textmate.
From: Brad Choate <brad@...> Subject: Re: Bundle for Movable Type templates
Where might I find this bundle? Does such a bundle do syntax high- lighting, or, instead, is this an interface to a blog API, for example to upload posts to a blog...?
I am looking for a syntax high-lite so that I can avoid editing templates in a web browser... :)
That's located at <http://macromates.com/svn/Bundles/trunk/Bundles/ Movable%20Type.tmbundle/> You need svn to download. For more info, read the manual, which explains about subversion and how to get more bundles.
Regards,
Takaaki
_ 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
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 Aug 17, 2007, at 2:42 PM, DK Smith wrote:
Hello Takaaki,
Do you recommend checking out all bundles, as this page suggests? Or is this misguided? :) http://macromates.com/wiki/Main/SubversionCheckout
I would just get the bundles you need, the issue with checking out too many is that you must keep them up to date yourself. Most people then forget and have problems when the bundles get outdated. :)
On Aug 18 2007, at 17:43, Michael Sheets wrote:
On Aug 17, 2007, at 2:42 PM, DK Smith wrote:
Hello Takaaki,
Do you recommend checking out all bundles, as this page suggests? Or is this misguided? :) http://macromates.com/wiki/Main/SubversionCheckout
I would just get the bundles you need, the issue with checking out too many is that you must keep them up to date yourself. Most people then forget and have problems when the bundles get outdated. :)
I don't understand this advice. Keeping all the bundles up to date is as easy as issuing svn up in /Library/Application Support/TextMate/
On Aug 18, 2007, at 1:15 PM, Mark Eli Kalderon wrote:
I would just get the bundles you need, the issue with checking out too many is that you must keep them up to date yourself. Most people then forget and have problems when the bundles get outdated. :)
I don't understand this advice. Keeping all the bundles up to date is as easy as issuing svn up in /Library/Application Support/TextMate/
I didn't say it was hard I just said most people forget. Hang out in the IRC chatroom and you'll see people coming in day after day with problems that are caused by having an outdated svn checkout. ;)
Hi label completion does not work anymore for me. I get an error
/tmp/temp_textmate.vTWc4N:4:in `require': no such file to load -- /Library/Application Support/TextMate/Support/lib/LaTeXUtils.rb (LoadError) from /tmp/temp_textmate.vTWc4N:4
There is an alias LaTeXutils.rb in the Application Support in the /Library, and indeed it points nowhere (since when?)
But: - if I replace the alias with a new one pointing at the true LaTeXutils.rb inside the LaTeX Bundle, I get a new error
/tmp/temp_textmate.cwZcvm:6: uninitialized constant LaTeX (NameError)
- if I delete the alias altogether, I get the old error.
So clearly there is some trouble with directories, but I did not change anything recently, apart from updating religiously via svn. Any help?
Piero
On Aug 17, 2007, at 2:47 AM, Piero D'Ancona wrote:
Hi label completion does not work anymore for me. I get an error
/tmp/temp_textmate.vTWc4N:4:in `require': no such file to load -- /Library/Application Support/TextMate/Support/lib/LaTeXUtils.rb (LoadError) from /tmp/temp_textmate.vTWc4N:4
There is an alias LaTeXutils.rb in the Application Support in the /Library, and indeed it points nowhere (since when?)
But:
- if I replace the alias with a new one pointing at the true
LaTeXutils.rb inside the LaTeX Bundle, I get a new error
/tmp/temp_textmate.cwZcvm:6: uninitialized constant LaTeX (NameError)
- if I delete the alias altogether, I get the old error.
So clearly there is some trouble with directories, but I did not change anything recently, apart from updating religiously via svn. Any help?
Piero
Hm, it seems to work just fine over here. Are you sure you don't have things that conflict under ~/Library/.. ? The LaTeXUtils.rb in the global support directory is for about a week now supposed to be a symbolic link to the corresponding file inside the LaTeX bundle. Here is what I get when I do an ls there:
charilaos-skiadas-ibook-g4-2:~/Library/Application Support/TextMate/ Support/lib haris$ ls -la L* lrwxr-xr-x 1 haris haris 54 Aug 14 14:04 LaTeXUtils.rb -> ../../ Bundles/Latex.tmbundle/Support/lib/LaTeXUtils.rb
(I have the checkout under ~/Library instead of /Library, but otherwise there should be no difference.
I guess the only thing this system assumes is that your checkout of the Support directory and the LaTeX bundle are under the same location.
Haris Skiadas Department of Mathematics and Computer Science Hanover College
Charilaos Skiadas <cskiadas@...> writes:
I guess the only thing this system assumes is that your checkout of the Support directory and the LaTeX bundle are under the same location.
Haris Skiadas
Problem solved, the Latex bundle was missing from my checkout directory :)
But is this the desired behaviour? I mean, I still had a LaTeX bundle inside TextMate
Thanks Piero
On Aug 17, 2007, at 3:53 AM, Piero D'Ancona wrote:
Charilaos Skiadas <cskiadas@...> writes:
I guess the only thing this system assumes is that your checkout of the Support directory and the LaTeX bundle are under the same location.
Haris Skiadas
Problem solved, the Latex bundle was missing from my checkout directory :)
But is this the desired behaviour? I mean, I still had a LaTeX bundle inside TextMate
It is perhaps not desired, but not easily unavoidable. Once you move one bundle to the repository system, you essentially have to move them all. Well, perhaps not necessarily, but in general bundles and the global support directory need to remain in sync. It is admittedly not a perfect system.
Thanks Piero
Haris Skiadas Department of Mathematics and Computer Science Hanover College