<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dovyski &#187; Flex</title>
	<atom:link href="http://www.dovyski.com/tag/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dovyski.com</link>
	<description>Pointless things somehow useful</description>
	<lastBuildDate>Sun, 29 Jan 2012 00:27:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>FlashDevelop: a powerfull and free AS3 development tool</title>
		<link>http://www.dovyski.com/2009/05/flashdevelop-a-powerfull-and-free-as3-development-tool/</link>
		<comments>http://www.dovyski.com/2009/05/flashdevelop-a-powerfull-and-free-as3-development-tool/#comments</comments>
		<pubDate>Sun, 31 May 2009 19:22:10 +0000</pubDate>
		<dc:creator>Dovyski</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://www.dovyski.com/?p=178</guid>
		<description><![CDATA[If you work with Flash like I do you probably have said a bunch of bad words while you were coding AS3 using the native Flash IDE AS editor. I like Adobe, I really do, Flash can do amazing things &#8230; <a href="http://www.dovyski.com/2009/05/flashdevelop-a-powerfull-and-free-as3-development-tool/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you work with Flash like I do you probably have said a bunch of bad words while you were coding AS3 using the native Flash IDE AS editor. I like Adobe, I really do, Flash can do amazing things and the IDE is getting more and more powerfull, however as a AS3 project manager, the Flash IDE sucks.</p>
<p>I could have saved tons of working hours if Flash IDE had some sort of smart code completion, or if it had a better project manager panel (a simple one that hides the SVN directories, for instance). The logical choise for me would be change to another IDE or methodology, such as <a title="Flex Builder" href="http://www.adobe.com/products/flex/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.adobe.com/products/flex/?referer=');">Flex Buider</a>, but sometimes I'm binded to the Flash IDE because I can't use a different approach.</p>
<p><img class="alignleft" style="margin: 5px;" title="FlashDevelop" src="http://www.flashdevelop.org/community/styles/avalonfd/imageset/site_logo.png" alt="" width="168" height="70" />Tired of wasting my time coding like that, I've decided to search for a better AS3 development tools. Thanks to the open source community, I've found FlashDevelop, a  free and open source ActionScript 2/3 and web development environment.   It seemlessly integrates with <a class="postlink" href="http://www.adobe.com/products/flash/" onclick="pageTracker._trackPageview('/outgoing/www.adobe.com/products/flash/?referer=');">Adobe Flash IDE</a>, <a class="postlink" href="http://opensource.adobe.com/wiki/display/flexsdk" onclick="pageTracker._trackPageview('/outgoing/opensource.adobe.com/wiki/display/flexsdk?referer=');">Adobe Flex SDK</a>, <a class="postlink" href="http://mtasc.org/" onclick="pageTracker._trackPageview('/outgoing/mtasc.org/?referer=');">Mtasc</a>, <a class="postlink" href="http://haxe.org/" onclick="pageTracker._trackPageview('/outgoing/haxe.org/?referer=');">Haxe</a> and <a class="postlink" href="http://www.swfmill.org/" onclick="pageTracker._trackPageview('/outgoing/www.swfmill.org/?referer=');">Swfmill</a>.</p>
<p>Some of the features:</p>
<ul>
<li><a class="postlink" href="http://www.flashdevelop.org/wikidocs/index.php?title=Features:Interface" onclick="pageTracker._trackPageview('/outgoing/www.flashdevelop.org/wikidocs/index.php?title=Features_Interface&amp;referer=');">AS2 Project management</a> with seamless Swfmill and Mtasc integration (using a portable standalone command line tool).</li>
<li><a class="postlink" href="http://www.flashdevelop.org/wikidocs/index.php?title=Features:Completion" onclick="pageTracker._trackPageview('/outgoing/www.flashdevelop.org/wikidocs/index.php?title=Features_Completion&amp;referer=');">Advanced ActionScript 2 and ActionScript 3 completion &amp; code exploration</a> with automatic classpath detection (even without project).</li>
<li><a class="postlink" href="http://www.flashdevelop.org/wikidocs/index.php?title=Features:Generation" onclick="pageTracker._trackPageview('/outgoing/www.flashdevelop.org/wikidocs/index.php?title=Features_Generation&amp;referer=');">Smart contextual Actionscript code generators.</a></li>
<li><a class="postlink" href="http://www.flashdevelop.org/wikidocs/index.php?title=Features:Exploration" onclick="pageTracker._trackPageview('/outgoing/www.flashdevelop.org/wikidocs/index.php?title=Features_Exploration&amp;referer=');">SWF and SWC classes and symbols exploration.</a></li>
<li>Test movie in Adobe Flash IDE and with clickable error results (Flash CS3).</li>
<li>MTASC compilation/code checking with clickable error results.</li>
<li>Types Explorer.</li>
<li>Automatically cleans ASO files of modified AS2 classes.</li>
<li>Files explorer (can create Flash 8 Trust Files for you).</li>
<li>Automatic JavaDoc creation from methods.</li>
<li>Smart Actionscript help websearch on F1.</li>
<li>Jump to class/member declaration on F4.</li>
<li>XML, HTML/PHP, JS, CSS code highlighting.</li>
<li>Multibyte character encoding.</li>
<li>Program menu customization with XML files.</li>
<li>as2api GUI for documentation generation.</li>
<li>Snippets, lines bookmarks, code folding and zoom.</li>
</ul>
<p>FlashDevelop has enhanced my production cycle and I think it can do the same for you. <a title="Download FlashDevelop" href="http://www.flashdevelop.org/community/viewforum.php?f=11" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.flashdevelop.org/community/viewforum.php?f=11&amp;referer=');">Download</a> it now and enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dovyski.com/2009/05/flashdevelop-a-powerfull-and-free-as3-development-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

