<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>dispatchEvent &#187; Eclipse</title>
	<link>http://www.partlyhuman.com/blog</link>
	<description>Welcome to dispatchEvent, a blog brought to you by Roger Braunstein of partlyhuman and Mims Wright of losdesigns.</description>
	<pubDate>Fri, 09 May 2008 06:49:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Pimp my &#8216;clipse - a list of must-have Eclipse plug-ins for Flex/Flash Development</title>
		<link>http://www.partlyhuman.com/blog/mims/pimp-my-clipse-a-list-of-must-have-eclipse-plug-ins-for-flexflash-development</link>
		<comments>http://www.partlyhuman.com/blog/mims/pimp-my-clipse-a-list-of-must-have-eclipse-plug-ins-for-flexflash-development#comments</comments>
		<pubDate>Mon, 17 Dec 2007 16:00:18 +0000</pubDate>
		<dc:creator>Mims Wright</dc:creator>
		
		<category><![CDATA[AIR]]></category>

		<category><![CDATA[AS3]]></category>

		<category><![CDATA[Eclipse]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Hacks]]></category>

		<category><![CDATA[Links]]></category>

		<category><![CDATA[Organization]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Rants]]></category>

		<category><![CDATA[Serious Stuff]]></category>

		<category><![CDATA[Tutorial]]></category>

		<category><![CDATA[universalmind]]></category>

		<guid isPermaLink="false">http://mimswright.com/blog/?p=216</guid>
		<description><![CDATA[
FlexBuilder may have its ups and downs but it still remains my pick for best AS3/MXML editor on the market (with TextMate not far behind). Part of the beauty of FlexBuilder is that it&#8217;s built on the Eclipse SDK, one of the most versatile and powerful IDEs available, which is not only free and open [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://mimswright.com/blog/wp-content/uploads/2007/12/eclipserims.png' alt='Eclipse Rims' /></p>
<p>FlexBuilder may have its ups and downs but it still remains my pick for best AS3/MXML editor on the market (with <a href="http://macromates.com/">TextMate</a> not far behind). Part of the beauty of FlexBuilder is that it&#8217;s built on the <a href="http://www.eclipse.org/">Eclipse SDK</a>, one of the most versatile and powerful IDEs available, which is not only free and open source, but boasts <a href="http://www.eclipseplugincentral.com/">a wealth of third party plug-ins</a> for every kind of (mostly Java) development. This article will take a look at some must-have plug-ins for doing Flex development as well as some tips for tricking out your development process.</p>
<p>As with all of our entries, your feedback, suggestions, corrections and additions are all more than welcome.</p>
<p> <a href="http://www.partlyhuman.com/blog/mims/pimp-my-clipse-a-list-of-must-have-eclipse-plug-ins-for-flexflash-development#more-216" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.partlyhuman.com/blog/mims/pimp-my-clipse-a-list-of-must-have-eclipse-plug-ins-for-flexflash-development/feed</wfw:commentRss>
		</item>
		<item>
		<title>Preventing Out-of-memory errors in Eclipse / FlexBuilder</title>
		<link>http://www.partlyhuman.com/blog/mims/preventing-out-of-memory-errors-in-eclipse-flexbuilder</link>
		<comments>http://www.partlyhuman.com/blog/mims/preventing-out-of-memory-errors-in-eclipse-flexbuilder#comments</comments>
		<pubDate>Wed, 05 Dec 2007 21:04:31 +0000</pubDate>
		<dc:creator>Mims Wright</dc:creator>
		
		<category><![CDATA[AS3]]></category>

		<category><![CDATA[Eclipse]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[Hacks]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Serious Stuff]]></category>

		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://mimswright.com/blog/?p=212</guid>
		<description><![CDATA[You may occasionally get an error that Eclipse has run out of memory. Part of the problem here is that Eclipse is only allocated 256MB of RAM by default. I&#8217;ve found this can be helped (but I sometimes still have problems) when I set my maximum memory allocation to a larger value such as 1024MB. [...]]]></description>
			<content:encoded><![CDATA[<p>You may occasionally get an error that Eclipse has run out of memory. Part of the problem here is that Eclipse is only allocated 256MB of RAM by default. I&#8217;ve found this can be helped (but I sometimes still have problems) when I set my maximum memory allocation to a larger value such as 1024MB. Detailed instructions for how to do this can be found on the <a href="http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/running_eclipse.htm">Eclipse help site</a>.</p>
<p>If you like playing with runtime arguments like memory allocation, don&#8217;t stop there. Check the list of command line arguments on the help page listed above. I use <code>-nosplash</code> which prevents the eclipse logo from coming up during startup. Cleaning the Eclipse application with <code>-clean</code> can be useful too especially after installing plugins or when things are breaking for no reason. (Mac users can skip the tedious .ini editing process and do this by typing <code>/Applications/eclipse/eclipse -clean</code> in the terminal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.partlyhuman.com/blog/mims/preventing-out-of-memory-errors-in-eclipse-flexbuilder/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
