<?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>Enigmatic Thought &#187; eclipse</title>
	<atom:link href="http://blog.enigmaticthought.com/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.enigmaticthought.com</link>
	<description>import com.enigmaticThought.blog;</description>
	<lastBuildDate>Fri, 25 Jun 2010 19:54:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Flash Debug crashing in Firefox?</title>
		<link>http://blog.enigmaticthought.com/2010/06/flash-debug-crashing-in-firefox/</link>
		<comments>http://blog.enigmaticthought.com/2010/06/flash-debug-crashing-in-firefox/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 19:52:53 +0000</pubDate>
		<dc:creator>Matt C</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Builder]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[firefox]]></category>
		<guid isPermaLink="false">http://enigmaticthought.com/?p=274</guid>
		<description><![CDATA[If you&#8217;ve just updated to Firefox 3.6.4 and use the Flash debug player, you may have noticed a problem. While you&#8217;re debugging, Firefox is killing you&#8217;re flash player session. Here&#8217;s the quick fix: type about:config in the firefox address bar search for dom.ipc.plugins.timeoutSecs double click and change the value to -1 This will disable the [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve just updated to Firefox 3.6.4 and use the Flash debug player, you may have noticed a problem.  While you&#8217;re debugging, Firefox is killing you&#8217;re flash player session.  Here&#8217;s the quick fix: </p>
<ol>
<li>type about:config in the firefox address bar</li>
<li>search for dom.ipc.plugins.timeoutSecs</li>
<li>double click and change the value to -1</li>
</ol>
<p>This will disable the hang detector that was added.  It&#8217;s the same reason I don&#8217;t do any debugging in Chrome (alongside the lack of HttpFox).  Sometimes a break point needs more than 10-15 seconds for me to figure out what&#8217;s going on.  <a href="http://benjamin.smedbergs.us/blog/2010-06-09/the-firefox-plugin-hang-detector/">Check out more details here</a><br />
<h3 class='related_post_title'>Related Posts (generated):</h3>
<ul class='related_post'>
<li><a href='http://enigmaticthought.com/2009/09/flash-builders-new-menu/' title='Altering Flash Builder&#8217;s new menu'>Altering Flash Builder&#8217;s new menu</a></li>
<li><a href='http://enigmaticthought.com/2009/02/firefox-and-flex/' title='Firefox and flex'>Firefox and flex</a></li>
<li><a href='http://enigmaticthought.com/2009/02/flex-in-eclipse-tips/' title='Flex in Eclipse tips'>Flex in Eclipse tips</a></li>
<li><a href='http://enigmaticthought.com/2010/03/clever-code/' title='Clever Code is dangerous'>Clever Code is dangerous</a></li>
<li><a href='http://enigmaticthought.com/2009/12/bugquash-badges-fixed/' title='Bugquash badges fixed'>Bugquash badges fixed</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.enigmaticthought.com/2010/06/flash-debug-crashing-in-firefox/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Altering Flash Builder&#8217;s new menu</title>
		<link>http://blog.enigmaticthought.com/2009/09/flash-builders-new-menu/</link>
		<comments>http://blog.enigmaticthought.com/2009/09/flash-builders-new-menu/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 16:41:20 +0000</pubDate>
		<dc:creator>Matt C</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Builder]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[programming]]></category>
		<guid isPermaLink="false">http://enigmaticthought.com/?p=236</guid>
		<description><![CDATA[One of the great things about Flex/Flash Builder is the wizards and templates that are used to create Actionscript and MXML files. When you&#8217;re about to create a file you have a plethora of options to choose from. Unfortunately, if you&#8217;re like me, you always seem to hit &#8220;MXML Module&#8221; rather than &#8216;MXML Component&#8221; and [...]]]></description>
			<content:encoded><![CDATA[<p>One of the great things about Flex/Flash Builder is the wizards and templates that are used to create Actionscript and MXML files.  When you&#8217;re about to create a file you have a plethora of options to choose from.  Unfortunately, if you&#8217;re like me, you always seem to hit &#8220;MXML Module&#8221; rather than &#8216;MXML Component&#8221; and have to cancel and re-click.  Fortunately, there&#8217;s a quick fix.  Just right click on the perspective you wish to change (in Flash Builder it&#8217;s Flash) and choose &#8220;Customize&#8221;.  You&#8217;ll get a nice list of options to show on submenus, including the new menu.  Just uncheck everything you don&#8217;t want to see and check any additional options you do want to see.<br />
<h3 class='related_post_title'>Related Posts (generated):</h3>
<ul class='related_post'>
<li><a href='http://enigmaticthought.com/2010/06/flash-debug-crashing-in-firefox/' title='Flash Debug crashing in Firefox?'>Flash Debug crashing in Firefox?</a></li>
<li><a href='http://enigmaticthought.com/2009/08/how-to-flex-the-twitter-api/' title='How to Flex the Twitter API'>How to Flex the Twitter API</a></li>
<li><a href='http://enigmaticthought.com/2009/08/flex-open-iteration-meeting-2/' title='Flex OIM review'>Flex OIM review</a></li>
<li><a href='http://enigmaticthought.com/2009/08/flex-open-iteration-meeting/' title='Flex Open Iteration Meeting'>Flex Open Iteration Meeting</a></li>
<li><a href='http://enigmaticthought.com/2009/02/flex-in-eclipse-tips/' title='Flex in Eclipse tips'>Flex in Eclipse tips</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.enigmaticthought.com/2009/09/flash-builders-new-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex in Eclipse tips</title>
		<link>http://blog.enigmaticthought.com/2009/02/flex-in-eclipse-tips/</link>
		<comments>http://blog.enigmaticthought.com/2009/02/flex-in-eclipse-tips/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 20:02:54 +0000</pubDate>
		<dc:creator>Matt C</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[programming]]></category>
		<guid isPermaLink="false">http://enigmaticthought.com/blog/?p=21</guid>
		<description><![CDATA[I&#8217;ve been working with Eclipse (and the Flex Plugin) for a while now, but today I started to make it work for me.  Some of the things I did: Installed the Eclipse Notepad Plugin so I have a nice scratchpad for copy/paste and whatnot Since I&#8217;m in a dual monitor environment, I pulled a lot of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working with Eclipse (and the Flex Plugin) for a while now, but today I started to make it work for me.  Some of the things I did:</p>
<ol>
<li>Installed the <a title="Eclipse Notepad Plugin" href="http://eclipsenotepad.sourceforge.net/">Eclipse Notepad Plugin</a> so I have a nice scratchpad for copy/paste and whatnot</li>
<li>Since I&#8217;m in a dual monitor environment, I pulled a lot of the tabs into their own window.  Now I have 4 windows.  On the main screen is my Editor &amp; Navigator, on the second screen is the Problems, Notepad (see #1), and &#8220;Misc&#8221; window (everything else is docked in the Misc).  I then saved this as a perspective</li>
<li>Added a &#8220;Internal&#8221; working set to my Navigator so I didn&#8217;t have to deal with the libraries that we import.</li>
<li>Exported my Prefs using File-&gt;Export-&gt;Preferences so I can import them into other workspaces.</li>
<li>Installed <a title="Status &amp; Memory Monitors" href="http://www.kyrsoft.com/downloads/downloads.html">KyrSoft&#8217;s Eclipse Status &amp; Memory Monitors</a> so I could watch my memory usage (and trigger Garbage Collection if needbe)</li>
</ol>
<p>So far, I like what I&#8217;ve done, and now I&#8217;m using both monitors all the time rather than just when I&#8217;m debugging.<br />
<h3 class='related_post_title'>Related Posts (generated):</h3>
<ul class='related_post'>
<li><a href='http://enigmaticthought.com/2010/06/flash-debug-crashing-in-firefox/' title='Flash Debug crashing in Firefox?'>Flash Debug crashing in Firefox?</a></li>
<li><a href='http://enigmaticthought.com/2009/09/flash-builders-new-menu/' title='Altering Flash Builder&#8217;s new menu'>Altering Flash Builder&#8217;s new menu</a></li>
<li><a href='http://enigmaticthought.com/2009/12/big-o-notation/' title='Big O Notation'>Big O Notation</a></li>
<li><a href='http://enigmaticthought.com/2009/12/why-algorithms-matter/' title='Why Algorithms Matter'>Why Algorithms Matter</a></li>
<li><a href='http://enigmaticthought.com/2009/11/scientific-notation-patch-accepted/' title='Scientific Notation Patch Accepted'>Scientific Notation Patch Accepted</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.enigmaticthought.com/2009/02/flex-in-eclipse-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
