<?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: TextMate JavaScript Flash Bundle</title>
	<atom:link href="http://blog.simongregory.com/07/textmate-jsfl-bundle/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.simongregory.com/07/textmate-jsfl-bundle/</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: Ali</title>
		<link>http://blog.simongregory.com/07/textmate-jsfl-bundle/comment-page-1/#comment-5182</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Fri, 03 Oct 2008 10:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simongregory.com/?p=36#comment-5182</guid>
		<description>&lt;p&gt;Hi Simon, thanks for the great bundle. Everything is working great but the index.html won&#039;t open when the compile has completed.
It&#039;s set to do so in the compile.sh file like this:&lt;/p&gt;

&lt;p&gt;if [ &quot;$?&quot; == &quot;0&quot; ]
    then
    open &quot;deploy/index.html&quot;;
fi&lt;/p&gt;

&lt;p&gt;If you can advise at all it would be much apppreciated.
Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Simon, thanks for the great bundle. Everything is working great but the index.html won&#8217;t open when the compile has completed.
It&#8217;s set to do so in the compile.sh file like this:</p>

<p>if [ "$?" == "0" ]
    then
    open &#8220;deploy/index.html&#8221;;
fi</p>

<p>If you can advise at all it would be much apppreciated.
Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://blog.simongregory.com/07/textmate-jsfl-bundle/comment-page-1/#comment-4294</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sun, 24 Aug 2008 10:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simongregory.com/?p=36#comment-4294</guid>
		<description>&lt;p&gt;@Travis&lt;/p&gt;

&lt;p&gt;The bundles designed to assume that directories named source, lib, src and test contain source code. For example in the project I&#039;m currently working on my Papervision source is stored here:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;${TM&lt;em&gt;PROJECT&lt;/em&gt;DIRECTORY}/lib/src/Papervision3D/src&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;I&#039;m not sure what&#039;s happening with your import problem. Do you have any other details? Does it happen all the time? Are you using a &#039;cutting edge&#039; version of TextMate - see Preferences &gt; Software Update.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Travis</p>

<p>The bundles designed to assume that directories named source, lib, src and test contain source code. For example in the project I&#8217;m currently working on my Papervision source is stored here:</p>

<p><code>${TM<em>PROJECT</em>DIRECTORY}/lib/src/Papervision3D/src</code></p>

<p>I&#8217;m not sure what&#8217;s happening with your import problem. Do you have any other details? Does it happen all the time? Are you using a &#8216;cutting edge&#8217; version of TextMate &#8211; see Preferences > Software Update.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Travis</title>
		<link>http://blog.simongregory.com/07/textmate-jsfl-bundle/comment-page-1/#comment-4175</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Fri, 15 Aug 2008 07:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simongregory.com/?p=36#comment-4175</guid>
		<description>&lt;p&gt;Thanks, Simon.
To the point 2, I mean how can I add a source folder(like PV3D or as3Lib) to the project that TM can add the classes in the folder auto. &lt;/p&gt;

&lt;p&gt;And I use alt-esc after &quot;import&quot;, wow:&lt;/p&gt;

&lt;p&gt;/Volumes/iSoft/Program/TextMate.app/Contents/SharedSupport/Support/lib/textmate.rb:107:in /bin/bash: -c: line 0: unexpected EOF while looking for matching &lt;code&gt;&#039;&#039;
/bin/bash: -c: line 2: syntax error: unexpected end of fileentries&#039;
    from /Volumes/iSoft/Program/TextMate.app/Contents/SharedSupport/Support/lib/textmate.rb:107:in /bin/bash: -c: line 0: unexpected EOF while looking for matching&lt;/code&gt;&#039;&#039;
/bin/bash: -c: line 2: syntax error: unexpected end of filescan&lt;em&gt;dir&#039;
    from /Volumes/iSoft/Program/TextMate.app/Contents/SharedSupport/Support/lib/textmate.rb:107:in /bin/bash: -c: line 0: unexpected EOF while looking for matching &lt;code&gt;&#039;&#039;
/bin/bash: -c: line 2: syntax error: unexpected end of filescan_dir&#039;
    from /Volumes/iSoft/Program/TextMate.app/Contents/SharedSupport/Support/lib/textmate.rb:112:in /bin/bash: -c: line 0: unexpected EOF while looking for matching&lt;/code&gt;&#039;&#039;
/bin/bash: -c: line 2: syntax error: unexpected end of fileeach&#039;
    from /Volumes/iSoft/Program/TextMate.app/Contents/SharedSupport/Support/lib/textmate.rb:107:in /bin/bash: -c: line 0: unexpected EOF while looking for matching `&#039;&#039;
/bin/bash: -c: line 2: syntax error: unexpected end of fileeach&lt;/em&gt;text_file&#039;&lt;/p&gt;

&lt;h2&gt;    from /Users/Travis/Library/Application Support/TextMate/Pristine Copy/Bundles/ActionScript 3.tmbundle/Support/lib/package_completion.rb:38:in&lt;/h2&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, Simon.
To the point 2, I mean how can I add a source folder(like PV3D or as3Lib) to the project that TM can add the classes in the folder auto. </p>

<p>And I use alt-esc after &#8220;import&#8221;, wow:</p>

<p>/Volumes/iSoft/Program/TextMate.app/Contents/SharedSupport/Support/lib/textmate.rb:107:in /bin/bash: -c: line 0: unexpected EOF while looking for matching <code>''
/bin/bash: -c: line 2: syntax error: unexpected end of fileentries'
    from /Volumes/iSoft/Program/TextMate.app/Contents/SharedSupport/Support/lib/textmate.rb:107:in /bin/bash: -c: line 0: unexpected EOF while looking for matching</code>&#8221;
/bin/bash: -c: line 2: syntax error: unexpected end of filescan<em>dir&#8217;
    from /Volumes/iSoft/Program/TextMate.app/Contents/SharedSupport/Support/lib/textmate.rb:107:in /bin/bash: -c: line 0: unexpected EOF while looking for matching <code>''
/bin/bash: -c: line 2: syntax error: unexpected end of filescan_dir'
    from /Volumes/iSoft/Program/TextMate.app/Contents/SharedSupport/Support/lib/textmate.rb:112:in /bin/bash: -c: line 0: unexpected EOF while looking for matching</code>&#8221;
/bin/bash: -c: line 2: syntax error: unexpected end of fileeach&#8217;
    from /Volumes/iSoft/Program/TextMate.app/Contents/SharedSupport/Support/lib/textmate.rb:107:in /bin/bash: -c: line 0: unexpected EOF while looking for matching `&#8221;
/bin/bash: -c: line 2: syntax error: unexpected end of fileeach</em>text_file&#8217;</p>

<h2>    from /Users/Travis/Library/Application Support/TextMate/Pristine Copy/Bundles/ActionScript 3.tmbundle/Support/lib/package_completion.rb:38:in</h2>]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://blog.simongregory.com/07/textmate-jsfl-bundle/comment-page-1/#comment-4152</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 13 Aug 2008 11:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simongregory.com/?p=36#comment-4152</guid>
		<description>&lt;p&gt;@Travis &lt;/p&gt;

&lt;p&gt;1 - Looking at the find error output I think you&#039;re using a &lt;a href=&quot;http://manual.macromates.com/en/working_with_multiple_files&quot; rel=&quot;nofollow&quot;&gt;scratch project&lt;/a&gt; which is something I&#039;d not catered for.  I&#039;ll add the problem to my issue list and fix it soon.&lt;/p&gt;

&lt;p&gt;2 - You need to use the alt-esc autocomplete key sequence.&lt;/p&gt;

&lt;p&gt;3 - If you look in ActionScript 3.tmbundle &gt; Templates &gt; Project &gt; compile.sh there is an example of how to open a file after successful compilation. I won&#039;t be adding it as a default to the build command as build is a separate activity to run.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Travis </p>

<p>1 &#8211; Looking at the find error output I think you&#8217;re using a <a href="http://manual.macromates.com/en/working_with_multiple_files" rel="nofollow">scratch project</a> which is something I&#8217;d not catered for.  I&#8217;ll add the problem to my issue list and fix it soon.</p>

<p>2 &#8211; You need to use the alt-esc autocomplete key sequence.</p>

<p>3 &#8211; If you look in ActionScript 3.tmbundle > Templates > Project > compile.sh there is an example of how to open a file after successful compilation. I won&#8217;t be adding it as a default to the build command as build is a separate activity to run.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Travis</title>
		<link>http://blog.simongregory.com/07/textmate-jsfl-bundle/comment-page-1/#comment-4150</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Wed, 13 Aug 2008 05:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.simongregory.com/?p=36#comment-4150</guid>
		<description>&lt;p&gt;Hi,
   Thanks for the great bundle of actionscript 3.&lt;/p&gt;

&lt;h2&gt;But I got a prob of the last svn version:&lt;/h2&gt;

&lt;p&gt;var aaa:AAA=find: /.fseventsd: Permission denied
        find: /.Spotlight-V100: Permission denied
        find: /.Trashes: Permission denied
        find: /private/tmp/launchd-18.t98iTh: Permission denied
        find: /private/var/agentx: Permission denied
        find: /private/var/at/tabs: Permission denied
        find: /private/var/at/tmp: Permission denied
        find: /private/var/backups: Permission denied
        find: /private/var/db/dhcpclient: Permission denied
        find: /private/var/db/DirectoryService: Permission denied
        find: /private/var/db/krb5kdc: Permission denied
        find: /private/var/db/shadow: Permission denied
        find: /private/var/db/sudo: Permission denied
        find: /private/var/log/krb5kdc: Permission denied
        find: /private/var/root: Permission denied
        find: /private/var/run/mds: Permission denied
        find: /private/var/samba/winbindd_privileged: Permission denied
        find: /private/var/spool/cups: Permission denied
        find: /private/var/spool/fax: Permission denied
        find: /private/var/spool/mqueue: Permission denied
        find: /private/var/tmp/launchd: Permission denied
        find: /System/Library/User Template: Permission denied&lt;/p&gt;

&lt;h2&gt;        new AAA();&lt;/h2&gt;

&lt;p&gt;look,  i var aaa then new+tab  I got the list of &quot;find&quot;  but it works &quot;new AAA()&quot;&lt;/p&gt;

&lt;p&gt;and prob 2:
When   &quot;import+tab&quot;  I can only see the default list like &quot;flash.events.....&quot;, never my com.iLouYou..... or some other as3lib
do I need add some shell vars to TM?&lt;/p&gt;

&lt;p&gt;and prob 3:
when cmd+b   it complies the as to swf, but I should open the swf myself, is there a auto-open setting?&lt;/p&gt;

&lt;p&gt;Thank you again!  You did really great!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,
   Thanks for the great bundle of actionscript 3.</p>

<h2>But I got a prob of the last svn version:</h2>

<p>var aaa:AAA=find: /.fseventsd: Permission denied
        find: /.Spotlight-V100: Permission denied
        find: /.Trashes: Permission denied
        find: /private/tmp/launchd-18.t98iTh: Permission denied
        find: /private/var/agentx: Permission denied
        find: /private/var/at/tabs: Permission denied
        find: /private/var/at/tmp: Permission denied
        find: /private/var/backups: Permission denied
        find: /private/var/db/dhcpclient: Permission denied
        find: /private/var/db/DirectoryService: Permission denied
        find: /private/var/db/krb5kdc: Permission denied
        find: /private/var/db/shadow: Permission denied
        find: /private/var/db/sudo: Permission denied
        find: /private/var/log/krb5kdc: Permission denied
        find: /private/var/root: Permission denied
        find: /private/var/run/mds: Permission denied
        find: /private/var/samba/winbindd_privileged: Permission denied
        find: /private/var/spool/cups: Permission denied
        find: /private/var/spool/fax: Permission denied
        find: /private/var/spool/mqueue: Permission denied
        find: /private/var/tmp/launchd: Permission denied
        find: /System/Library/User Template: Permission denied</p>

<h2>        new AAA();</h2>

<p>look,  i var aaa then new+tab  I got the list of &#8220;find&#8221;  but it works &#8220;new AAA()&#8221;</p>

<p>and prob 2:
When   &#8220;import+tab&#8221;  I can only see the default list like &#8220;flash.events&#8230;..&#8221;, never my com.iLouYou&#8230;.. or some other as3lib
do I need add some shell vars to TM?</p>

<p>and prob 3:
when cmd+b   it complies the as to swf, but I should open the swf myself, is there a auto-open setting?</p>

<p>Thank you again!  You did really great!</p>]]></content:encoded>
	</item>
</channel>
</rss>
