<?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: New Xcode Actionscript Language Definition File</title>
	<atom:link href="http://mabblog.com/blog/2005/12/new-xcode-actionscript-language-definition-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://mabblog.com/blog/2005/12/new-xcode-actionscript-language-definition-file/</link>
	<description>Web-Dev &#038; Programming</description>
	<lastBuildDate>Mon, 16 Aug 2010 15:18:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 1</title>
		<link>http://mabblog.com/blog/2005/12/new-xcode-actionscript-language-definition-file/comment-page-1/#comment-1344</link>
		<dc:creator>1</dc:creator>
		<pubDate>Mon, 10 Jul 2006 13:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://developer.mabwebdesign.com/blog/?p=74#comment-1344</guid>
		<description>&lt;strong&gt;1...&lt;/strong&gt;

...</description>
		<content:encoded><![CDATA[<p><strong>1&#8230;</strong></p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yariv&#8217;s blog &#187; flash programming</title>
		<link>http://mabblog.com/blog/2005/12/new-xcode-actionscript-language-definition-file/comment-page-1/#comment-1298</link>
		<dc:creator>Yariv&#8217;s blog &#187; flash programming</dc:creator>
		<pubDate>Sat, 24 Jun 2006 05:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://developer.mabwebdesign.com/blog/?p=74#comment-1298</guid>
		<description>[...] MTASC also integrates really well with XCode, my IDE of choice. I discovered that when you call MTASC from a shell script target in XCode, XCode magically inteprets MTASC&#8217;s error messages and points you at the problematic lines in the code. Combined with the Actionscript language definition files I found here, MTASC makes XCode an excellent Actionscript development tool. (I have tried using Eclipse + Ant but it was painfully slow &#8212; at least on my G4 powerbook.) The only disadvantage is that XCode doesn&#8217;t have a debugger, but it hasn&#8217;t been a big issue for me so far. [...]</description>
		<content:encoded><![CDATA[<p>[...] MTASC also integrates really well with XCode, my IDE of choice. I discovered that when you call MTASC from a shell script target in XCode, XCode magically inteprets MTASC&#8217;s error messages and points you at the problematic lines in the code. Combined with the Actionscript language definition files I found here, MTASC makes XCode an excellent Actionscript development tool. (I have tried using Eclipse + Ant but it was painfully slow &#8212; at least on my G4 powerbook.) The only disadvantage is that XCode doesn&#8217;t have a debugger, but it hasn&#8217;t been a big issue for me so far. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yariv&#8217;s blog &#187; haXe + Xcode</title>
		<link>http://mabblog.com/blog/2005/12/new-xcode-actionscript-language-definition-file/comment-page-1/#comment-1297</link>
		<dc:creator>Yariv&#8217;s blog &#187; haXe + Xcode</dc:creator>
		<pubDate>Sat, 24 Jun 2006 05:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://developer.mabwebdesign.com/blog/?p=74#comment-1297</guid>
		<description>[...] (To create the language definition files, I modified the script for generating Actionscript language tokens I found on mabwebdesign.com to parse haXe source and output haXe language tokens. I then modified the Actionscript language definition files provided with the original script to support the haXe language. As you can see, most of the work has already been done for me  ) [...]</description>
		<content:encoded><![CDATA[<p>[...] (To create the language definition files, I modified the script for generating Actionscript language tokens I found on mabwebdesign.com to parse haXe source and output haXe language tokens. I then modified the Actionscript language definition files provided with the original script to support the haXe language. As you can see, most of the work has already been done for me  ) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Custom Web Design Company</title>
		<link>http://mabblog.com/blog/2005/12/new-xcode-actionscript-language-definition-file/comment-page-1/#comment-831</link>
		<dc:creator>Custom Web Design Company</dc:creator>
		<pubDate>Fri, 23 Dec 2005 22:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://developer.mabwebdesign.com/blog/?p=74#comment-831</guid>
		<description>That&#039;s great .I like it.</description>
		<content:encoded><![CDATA[<p>That&#8217;s great .I like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joshbuhler.com &#187; Updated ActionScript files for Xcode</title>
		<link>http://mabblog.com/blog/2005/12/new-xcode-actionscript-language-definition-file/comment-page-1/#comment-828</link>
		<dc:creator>joshbuhler.com &#187; Updated ActionScript files for Xcode</dc:creator>
		<pubDate>Fri, 02 Dec 2005 17:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://developer.mabwebdesign.com/blog/?p=74#comment-828</guid>
		<description>[...] If you&#8217;re using that plugin, it adds some language definition files to Xcode for AS code completion. Michael Bianco has created a new set of definition files that you can copy into Xcode that updates the code completion for Flash 8, as well as adding code completion. As much as I like Xcode for writing AS, I really missed the code completion that you get with the Flash IDE or with SEPY. It&#8217;s nice getting the completion of the function names, but what I really missed was the parameter suggestions. Seems like no matter how many times I use setInterval(), I always manage to forget what order the parameters are entered in. [...]</description>
		<content:encoded><![CDATA[<p>[...] If you&#8217;re using that plugin, it adds some language definition files to Xcode for AS code completion. Michael Bianco has created a new set of definition files that you can copy into Xcode that updates the code completion for Flash 8, as well as adding code completion. As much as I like Xcode for writing AS, I really missed the code completion that you get with the Flash IDE or with SEPY. It&#8217;s nice getting the completion of the function names, but what I really missed was the parameter suggestions. Seems like no matter how many times I use setInterval(), I always manage to forget what order the parameters are entered in. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Robbins</title>
		<link>http://mabblog.com/blog/2005/12/new-xcode-actionscript-language-definition-file/comment-page-1/#comment-827</link>
		<dc:creator>Sam Robbins</dc:creator>
		<pubDate>Thu, 01 Dec 2005 19:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://developer.mabwebdesign.com/blog/?p=74#comment-827</guid>
		<description>Great work, I&#039;m glad to see that it&#039;s still being used / upgraded.</description>
		<content:encoded><![CDATA[<p>Great work, I&#8217;m glad to see that it&#8217;s still being used / upgraded.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
