<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Going Git</title>
	<atom:link href="http://blog.simongregory.com/02/going-git/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.simongregory.com/02/going-git/</link>
	<description>Flash, Flex and TextMate</description>
	<lastBuildDate>Sun, 15 Aug 2010 08:40:04 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Sharedtut</title>
		<link>http://blog.simongregory.com/02/going-git/comment-page-1/#comment-16735</link>
		<dc:creator>Sharedtut</dc:creator>
		<pubDate>Wed, 03 Feb 2010 21:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simongregory.com/?p=126#comment-16735</guid>
		<description>&lt;p&gt;Thank you for putting so much of your time into this.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you for putting so much of your time into this.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://blog.simongregory.com/02/going-git/comment-page-1/#comment-14652</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Thu, 10 Dec 2009 16:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simongregory.com/?p=126#comment-14652</guid>
		<description>&lt;p&gt;Template creation from &quot;New From Template&quot; doesn&#039;t work if any of the path in the file system leading down to your project directory contains a space.
So the path to my project is /Users/sam/Documents/Current Work/ProjectName/&lt;/p&gt;

&lt;p&gt;Current Work in the path is apparently not escaped properly, as the &quot;New From Template&quot; does work in ~. I looked at template_machine.rb, but I don&#039;t know ruby so I&#039;m struggling to find the right bit/command to escape.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Template creation from &#8220;New From Template&#8221; doesn&#8217;t work if any of the path in the file system leading down to your project directory contains a space.
So the path to my project is /Users/sam/Documents/Current Work/ProjectName/</p>

<p>Current Work in the path is apparently not escaped properly, as the &#8220;New From Template&#8221; does work in ~. I looked at template_machine.rb, but I don&#8217;t know ruby so I&#8217;m struggling to find the right bit/command to escape.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://blog.simongregory.com/02/going-git/comment-page-1/#comment-13758</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 12 Nov 2009 19:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simongregory.com/?p=126#comment-13758</guid>
		<description>&lt;p&gt;@Dylan. I&#039;ve only ever worked with the default ruby install (1.8.7), Completing stage works for me so I imagine that ruby 1.9.2. does something differently. It&#039;s a long shot, but it might work if you modified line 789 of class_parser.rb to read:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;type&lt;em&gt;regexp = /\s*(\b#{reference.to&lt;/em&gt;s}\b)\s&lt;em&gt;:\s&lt;/em&gt;(\w+)/&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;@Aaron and @lauritz - Since your posts I&#039;ve modified the bundle so textmate shouldn&#039;t have any trouble sourcing the correct files. But you have to update to the most recent version.&lt;/p&gt;

&lt;p&gt;@Don I&#039;m not sure I understand how you want to substitute trace() could you clarify?&lt;/p&gt;

&lt;p&gt;@Icek TM&lt;em&gt;AS3&lt;/em&gt;LIB_PATH is gone because there was opposition to linking against a library that could change independently of source within a project. It is best practice to include your libraries in a project as it gives you the opportunity to fix the library revision you compile against. However it was an opt in variable and the people who set would have been conscious that it was done. But as it was only handy when set globally (in the app preferences) it makes it really difficult to ignore if you want to override it at project level. Swings and roundabouts, so it was simpler to drop it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Dylan. I&#8217;ve only ever worked with the default ruby install (1.8.7), Completing stage works for me so I imagine that ruby 1.9.2. does something differently. It&#8217;s a long shot, but it might work if you modified line 789 of class_parser.rb to read:</p>

<p><code>type<em>regexp = /\s*(\b#{reference.to</em>s}\b)\s<em>:\s</em>(\w+)/</code></p>

<p>@Aaron and @lauritz &#8211; Since your posts I&#8217;ve modified the bundle so textmate shouldn&#8217;t have any trouble sourcing the correct files. But you have to update to the most recent version.</p>

<p>@Don I&#8217;m not sure I understand how you want to substitute trace() could you clarify?</p>

<p>@Icek TM<em>AS3</em>LIB_PATH is gone because there was opposition to linking against a library that could change independently of source within a project. It is best practice to include your libraries in a project as it gives you the opportunity to fix the library revision you compile against. However it was an opt in variable and the people who set would have been conscious that it was done. But as it was only handy when set globally (in the app preferences) it makes it really difficult to ignore if you want to override it at project level. Swings and roundabouts, so it was simpler to drop it.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dylan Smith</title>
		<link>http://blog.simongregory.com/02/going-git/comment-page-1/#comment-13756</link>
		<dc:creator>Dylan Smith</dc:creator>
		<pubDate>Thu, 12 Nov 2009 18:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simongregory.com/?p=126#comment-13756</guid>
		<description>&lt;p&gt;Hi Simon, just checked out revision 11812 and am getting this exception on the autocomplete (using &quot;stage.&quot; to test autocomplete in my AS):&lt;/p&gt;

&lt;p&gt;premature end of char-class: /\s&lt;em&gt;(\b[&quot;s&quot;, &quot;t&quot;, &quot;a&quot;, &quot;g&quot;, &quot;e&quot;, &quot;\b)\s&lt;/em&gt;:\s*(\w+)/&lt;/p&gt;

&lt;p&gt;Location:&lt;/p&gt;

&lt;p&gt;/Users/dylansmith/Library/Application Support/TextMate/Pristine Copy/Bundles/ActionScript 3.tmbundle/Support/lib/as3/parsers/class&lt;em&gt;parser.rb:789:in &lt;code&gt;determine_type_locally&#039;
/Users/dylansmith/Library/Application Support/TextMate/Pristine Copy/Bundles/ActionScript 3.tmbundle/Support/lib/as3/parsers/class_parser.rb:838:in&lt;/code&gt;determine&lt;/em&gt;type&lt;em&gt;all&#039;
/Users/dylansmith/Library/Application Support/TextMate/Pristine Copy/Bundles/ActionScript 3.tmbundle/Support/lib/as3/parsers/class&lt;/em&gt;parser.rb:853:in &lt;code&gt;determine_type_at_level&#039;
/Users/dylansmith/Library/Application Support/TextMate/Pristine Copy/Bundles/ActionScript 3.tmbundle/Support/lib/as3/parsers/class_parser.rb:900:in&lt;/code&gt;search&lt;em&gt;ancestor&#039;
/Users/dylansmith/Library/Application Support/TextMate/Pristine Copy/Bundles/ActionScript 3.tmbundle/Support/lib/as3/parsers/class&lt;/em&gt;parser.rb:967:in &lt;code&gt;determine_type&#039;
/Users/dylansmith/Library/Application Support/TextMate/Pristine Copy/Bundles/ActionScript 3.tmbundle/Support/lib/as3/parsers/class_parser.rb:1010:in&lt;/code&gt;load&#039;
/Users/dylansmith/Library/Application Support/TextMate/Pristine Copy/Bundles/ActionScript 3.tmbundle/Support/bin/complete.rb:24:in `&#039;&lt;/p&gt;

&lt;p&gt;I&#039;m using 1.9.2, by the way. Get in touch if I can help debug this with you.&lt;/p&gt;

&lt;p&gt;Dylan&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Simon, just checked out revision 11812 and am getting this exception on the autocomplete (using &#8220;stage.&#8221; to test autocomplete in my AS):</p>

<p>premature end of char-class: /\s<em>(\b[&#8220;s&#8221;, &#8220;t&#8221;, &#8220;a&#8221;, &#8220;g&#8221;, &#8220;e&#8221;, &#8220;\b)\s</em>:\s*(\w+)/</p>

<p>Location:</p>

<p>/Users/dylansmith/Library/Application Support/TextMate/Pristine Copy/Bundles/ActionScript 3.tmbundle/Support/lib/as3/parsers/class<em>parser.rb:789:in <code>determine_type_locally'
/Users/dylansmith/Library/Application Support/TextMate/Pristine Copy/Bundles/ActionScript 3.tmbundle/Support/lib/as3/parsers/class_parser.rb:838:in</code>determine</em>type<em>all&#8217;
/Users/dylansmith/Library/Application Support/TextMate/Pristine Copy/Bundles/ActionScript 3.tmbundle/Support/lib/as3/parsers/class</em>parser.rb:853:in <code>determine_type_at_level'
/Users/dylansmith/Library/Application Support/TextMate/Pristine Copy/Bundles/ActionScript 3.tmbundle/Support/lib/as3/parsers/class_parser.rb:900:in</code>search<em>ancestor&#8217;
/Users/dylansmith/Library/Application Support/TextMate/Pristine Copy/Bundles/ActionScript 3.tmbundle/Support/lib/as3/parsers/class</em>parser.rb:967:in <code>determine_type'
/Users/dylansmith/Library/Application Support/TextMate/Pristine Copy/Bundles/ActionScript 3.tmbundle/Support/lib/as3/parsers/class_parser.rb:1010:in</code>load&#8217;
/Users/dylansmith/Library/Application Support/TextMate/Pristine Copy/Bundles/ActionScript 3.tmbundle/Support/bin/complete.rb:24:in `&#8217;</p>

<p>I&#8217;m using 1.9.2, by the way. Get in touch if I can help debug this with you.</p>

<p>Dylan</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://blog.simongregory.com/02/going-git/comment-page-1/#comment-10327</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Fri, 19 Jun 2009 14:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simongregory.com/?p=126#comment-10327</guid>
		<description>&lt;p&gt;Hello Simon,&lt;/p&gt;

&lt;p&gt;I know this comment dont realy reply to the post headline but I wanted to aske some questions about the as3 bundle:
First: since I&#039;m pretty much a novis of Actionscript I&#039;m getting confused about all the different ways (and editors) to use for writing AS and AS-Projects.
So How I use TM with AS AND Flash(because of the components) is as follows:
1) I create a folder:
2) I create a .fla file out of Flash CS3 put it in that folder
3) I create a Project in TM (not out of the AS3-Project template, just a generic one!) save it in folder
4) Create classes in the TM Project.
5) Run my Fla out of Flash (using a class as Document class).&lt;/p&gt;

&lt;p&gt;My question is now:
Sometimes I need a quick way to test some Classes.
So how can I make it possible to use a substitute for the &quot;trace&quot; statment out of flash which I kind of like :)?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello Simon,</p>

<p>I know this comment dont realy reply to the post headline but I wanted to aske some questions about the as3 bundle:
First: since I&#8217;m pretty much a novis of Actionscript I&#8217;m getting confused about all the different ways (and editors) to use for writing AS and AS-Projects.
So How I use TM with AS AND Flash(because of the components) is as follows:
1) I create a folder:
2) I create a .fla file out of Flash CS3 put it in that folder
3) I create a Project in TM (not out of the AS3-Project template, just a generic one!) save it in folder
4) Create classes in the TM Project.
5) Run my Fla out of Flash (using a class as Document class).</p>

<p>My question is now:
Sometimes I need a quick way to test some Classes.
So how can I make it possible to use a substitute for the &#8220;trace&#8221; statment out of flash which I kind of like :)?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Icek</title>
		<link>http://blog.simongregory.com/02/going-git/comment-page-1/#comment-10059</link>
		<dc:creator>Icek</dc:creator>
		<pubDate>Fri, 12 Jun 2009 17:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simongregory.com/?p=126#comment-10059</guid>
		<description>&lt;p&gt;Great extension, but... what happend to TM&lt;em&gt;AS3&lt;/em&gt;LIB_PATH???&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great extension, but&#8230; what happend to TM<em>AS3</em>LIB_PATH???</p>]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://blog.simongregory.com/02/going-git/comment-page-1/#comment-9861</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Wed, 03 Jun 2009 13:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simongregory.com/?p=126#comment-9861</guid>
		<description>&lt;p&gt;Thanks so much for all your work on this, it&#039;s incredible.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks so much for all your work on this, it&#8217;s incredible.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://blog.simongregory.com/02/going-git/comment-page-1/#comment-8140</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 15 Apr 2009 18:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simongregory.com/?p=126#comment-8140</guid>
		<description>&lt;p&gt;I am having the same issue as lauritz. I fixed it temporality by copying the &#039;Support&#039; folder from the Pristine Copy into the bundle in &#039;Bundles&#039;. &lt;/p&gt;

&lt;p&gt;I really appreciate all your work on this bundle.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I am having the same issue as lauritz. I fixed it temporality by copying the &#8216;Support&#8217; folder from the Pristine Copy into the bundle in &#8216;Bundles&#8217;. </p>

<p>I really appreciate all your work on this bundle.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: danilo</title>
		<link>http://blog.simongregory.com/02/going-git/comment-page-1/#comment-7916</link>
		<dc:creator>danilo</dc:creator>
		<pubDate>Sat, 04 Apr 2009 21:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simongregory.com/?p=126#comment-7916</guid>
		<description>&lt;p&gt;By the way I can see the auto-complete window, and it works great.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>By the way I can see the auto-complete window, and it works great.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: danilo</title>
		<link>http://blog.simongregory.com/02/going-git/comment-page-1/#comment-7915</link>
		<dc:creator>danilo</dc:creator>
		<pubDate>Sat, 04 Apr 2009 21:41:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simongregory.com/?p=126#comment-7915</guid>
		<description>&lt;p&gt;Hi Simon! Thank you so much for your work!&lt;/p&gt;

&lt;p&gt;If you fancy a easter break in Falmouth there are a couple of pints of cider waiting for you.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Simon! Thank you so much for your work!</p>

<p>If you fancy a easter break in Falmouth there are a couple of pints of cider waiting for you.</p>]]></content:encoded>
	</item>
</channel>
</rss>
