<?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>Jan Kłosiński - Flash Platform Consultant &#187; eclipse</title>
	<atom:link href="http://www.janklosinski.com/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.janklosinski.com</link>
	<description>Exploring Flash, Flex, AIR, and mobile and devices</description>
	<lastBuildDate>Sun, 23 May 2010 16:14:28 +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>sourcemate: a must-have plug-in</title>
		<link>http://www.janklosinski.com/2010/03/27/sourcemate-a-must-have-plug-in/</link>
		<comments>http://www.janklosinski.com/2010/03/27/sourcemate-a-must-have-plug-in/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 02:26:55 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[IDEs & Tools]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[flash builder]]></category>

		<guid isPermaLink="false">http://www.janklosinski.com/?p=72</guid>
		<description><![CDATA[sourcemate is a Flash Builder plug-in which brings in some of the features this IDE has always been lacking, i.e. code generation, refactoring, code templates (i.e. snippets), metadata tag support, and more. It&#8217;s $79 and that&#8217;s probably the best spent money if your serious about programming in Flash Builder. Together with Flex Formatter we now [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.elementriver.com/sourcemate/">sourcemate</a> is a Flash Builder plug-in which brings in some of the features this IDE has always been lacking, i.e. code generation, refactoring, code templates (i.e. snippets), metadata tag support, and more. It&#8217;s $79 and that&#8217;s probably the best spent money if your serious about programming in Flash Builder. Together with <a href="http://sourceforge.net/projects/flexformatter/">Flex Formatter</a> we now finally have a full-fledged coding environment available for Flash Builder. Alternatives always included FDT and IntelliJ IDEA (which is by far the best value for money), but I&#8217;m happy to see those features brought to Adobe&#8217;s IDE (albeit not by Adobe themselves).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.janklosinski.com/2010/03/27/sourcemate-a-must-have-plug-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filtering errors in FDT</title>
		<link>http://www.janklosinski.com/2010/01/17/filtering-errors-in-fdt/</link>
		<comments>http://www.janklosinski.com/2010/01/17/filtering-errors-in-fdt/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 09:29:58 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[IDEs & Tools]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[fdt]]></category>

		<guid isPermaLink="false">http://www.janklosinski.com/?p=57</guid>
		<description><![CDATA[It wasn&#8217;t until recently that I found out about very useful capability of Eclipse, i.e. filtering what goes into Errors window. This is especially useful when working with multiple 3rd party libraries. You need to add them to a class path in order to get code compilation, but the drawback is the fact that your [...]]]></description>
			<content:encoded><![CDATA[<p>It wasn&#8217;t until recently that I found out about very useful capability of Eclipse, i.e. filtering what goes into Errors window. This is especially useful when working with multiple 3rd party libraries. You need to add them to a class path in order to get code compilation, but the drawback is the fact that your Errors list gets polluted with all the errors found in those external libraries. Usually, you&#8217;re not really interested in it, you&#8217;d just like to see the ones relevant to you &#8212; in classes that you wrote.</p>
<p><a href="http://www.janklosinski.com/wp-content/uploads/2010/01/Screen-shot-2009-09-20-at-13.58.38.png"><img src="http://www.janklosinski.com/wp-content/uploads/2010/01/Screen-shot-2009-09-20-at-13.58.38-300x72.png" alt="" title="FDT Error filtering 1" width="300" height="72" class="aligncenter size-medium wp-image-58" /></a></p>
<p>Below is a quick guide how to filter the error list in Eclipse.</p>
<p>Click the little triangle in the top-right corner and choose &#8220;Configure Filters&#8230;&#8221;.</p>
<p><a href="http://www.janklosinski.com/wp-content/uploads/2010/01/Screen-shot-2009-09-20-at-13.59.00.png"><img src="http://www.janklosinski.com/wp-content/uploads/2010/01/Screen-shot-2009-09-20-at-13.59.00.png" alt="" title="FDT Error filtering 2" width="246" height="182" class="aligncenter size-full wp-image-59" /></a></p>
<p>Select &#8220;On working set: <no working set selected>&#8220;.</p>
<p><a href="http://www.janklosinski.com/wp-content/uploads/2010/01/Screen-shot-2009-09-20-at-13.59.30.png"><img src="http://www.janklosinski.com/wp-content/uploads/2010/01/Screen-shot-2009-09-20-at-13.59.30.png" alt="" title="FDT Error filtering 3" width="281" height="199" class="aligncenter size-full wp-image-60" /></a></p>
<p>Now you need to create a working set of files you want to display errors for.</p>
<p><a href="http://www.janklosinski.com/wp-content/uploads/2010/01/Screen-shot-2009-09-20-at-13.59.58.png"><img src="http://www.janklosinski.com/wp-content/uploads/2010/01/Screen-shot-2009-09-20-at-13.59.58-300x259.png" alt="" title="FDT Error filtering 4" width="300" height="259" class="aligncenter size-medium wp-image-61" /></a></p>
<p><a href="http://www.janklosinski.com/wp-content/uploads/2010/01/Screen-shot-2009-09-20-at-14.00.21.png"><img src="http://www.janklosinski.com/wp-content/uploads/2010/01/Screen-shot-2009-09-20-at-14.00.21-288x300.png" alt="" title="FDT Error filtering 5" width="288" height="300" class="aligncenter size-medium wp-image-62" /></a></p>
<p>And that&#8217;s it!</p>
<p><a href="http://www.janklosinski.com/wp-content/uploads/2010/01/Screen-shot-2009-09-20-at-14.00.39.png"><img src="http://www.janklosinski.com/wp-content/uploads/2010/01/Screen-shot-2009-09-20-at-14.00.39-300x72.png" alt="" title="FDT Error filtering 6" width="300" height="72" class="aligncenter size-medium wp-image-63" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.janklosinski.com/2010/01/17/filtering-errors-in-fdt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Formatter: a must have plug-in</title>
		<link>http://www.janklosinski.com/2009/11/12/flex-formatter-a-must-have-plug-in/</link>
		<comments>http://www.janklosinski.com/2009/11/12/flex-formatter-a-must-have-plug-in/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 15:07:11 +0000</pubDate>
		<dc:creator>Jan</dc:creator>
				<category><![CDATA[IDEs & Tools]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[flash builder]]></category>

		<guid isPermaLink="false">http://www.janklosinski.com/?p=26</guid>
		<description><![CDATA[Having code conventions is important, especially working in a team. It improves your experience while reading somebody else&#8217;s code and vice versa. Formatting is just one aspect of code conventions, but an important one. Sadly Flash Builder doesn&#8217;t give you much control over how the code is formatted. Thankfully, there is a brilliant third-party plug-in [...]]]></description>
			<content:encoded><![CDATA[<p>Having code conventions is important, especially working in a team. It improves your experience while reading somebody else&#8217;s code and <em>vice versa</em>.</p>
<p>Formatting is just one aspect of code conventions, but an important one. Sadly Flash Builder doesn&#8217;t give you much control over how the code is formatted. Thankfully, there is a brilliant third-party plug-in that adds this ability.<a title="Flex Formatter" href="http://sourceforge.net/projects/flexformatter/" target="_blank"> </a></p>
<p>You can grab <a title="Flex Formatter" href="http://sourceforge.net/projects/flexformatter/" target="_blank">Flex Formatter</a> from sourceforge or just add the update site to Eclipse: <strong>http://flexformatter.googlecode.com/svn/trunk/FlexFormatter/FlexPrettyPrintCommandUpdateSite</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.janklosinski.com/2009/11/12/flex-formatter-a-must-have-plug-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
