<?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>Ryan Phelan &#187; Workflow</title>
	<atom:link href="http://www.rphelan.com/tag/workflow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rphelan.com</link>
	<description>Exploring Flex, Design, and Visualization</description>
	<lastBuildDate>Thu, 12 Aug 2010 14:56:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Quickly Access Adobe Help Docs in Eclipse</title>
		<link>http://www.rphelan.com/2009/03/03/quickly-access-adobe-help-docs-in-eclipse/</link>
		<comments>http://www.rphelan.com/2009/03/03/quickly-access-adobe-help-docs-in-eclipse/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 23:34:32 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[Workflow]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Shortcuts]]></category>
		<category><![CDATA[Timesavers]]></category>

		<guid isPermaLink="false">http://www.rphelan.com/?p=263</guid>
		<description><![CDATA[I had someone ask me today about an easy way to open up a specific topic in the Adobe help docs when writing code in Eclipse.  The quickest method is to click on or select a class, property or method and press Shift+F2.  This will open up the docs in a new window. An alternative [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">I had someone ask me today about an easy way to open up a specific topic in the Adobe help docs when writing code in Eclipse.  The quickest method is to click on or select a <em>class</em>, <em>property</em> or <em>method </em>and press Shift+F2.  This will open up the docs in a new window.</p>
<p style="text-align: left;">An alternative would be to click the "Show View as a fast view" icon in the lower left hand corner of the Eclipse window and choose "Help".  When the Help view pops up, make sure "Related Topics" is selected.  To hide a fast view, simply click anywhere outside of it.  Now, if you click on or select a <em>class</em>, <em>property</em> or <em>method </em>and then click the Help fast view - it will display a list of help topics that are related to your selection.  This approach may not be as quick or graceful as Shift+F2, but the advantage is that it offers links to related articles in addition to the regular as docs.</p>
<p style="text-align: left;"><em>See it in action:</em></p>
<p style="text-align: left;"><a href="http://www.rphelan.com/flex/uploads/2009/03/helpfastview.jpg"><img class="size-thumbnail wp-image-264 alignnone" title="Help - Fast View" src="http://www.rphelan.com/flex/uploads/2009/03/helpfastview-150x150.jpg" alt="Help - Fast View" width="150" height="150" /></a></p>
<p style="text-align: left;">Please keep in mind that these techniques will only give you the official Adobe documentation.  Your docs, and 3rd party library docs will not show up in the help view.</p>
<p style="text-align: left;">If anyone has any other fancy tricks, let us know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rphelan.com/2009/03/03/quickly-access-adobe-help-docs-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;m Back</title>
		<link>http://www.rphelan.com/2009/01/15/im-back/</link>
		<comments>http://www.rphelan.com/2009/01/15/im-back/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 15:03:34 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://www.rphelan.com/?p=244</guid>
		<description><![CDATA[So it's been a long time since I've posted.  Between work, the holidays, and buying my first house I've been super busy lately.  Starting with this post, I'm going to try to get back into my old rhythm again.  I've got some new components and experiments in the works, but for now I'll leave you [...]]]></description>
			<content:encoded><![CDATA[<p>So it's been a long time since I've posted.  Between work, the holidays, and buying my first house I've been super busy lately.  Starting with this post, I'm going to try to get back into my old rhythm again.  I've got some new components and experiments in the works, but for now I'll leave you with a little Flex Builder/Eclipse trick.</p>
<p><strong>The problem:</strong> You or a team member exported a Flex project archive, and now you want to import it back into your workspace but you are receiving the following message -  <code>A project with the same name already exists in your workspace. Rename or delete the existing project.</code> It's nice of Eclipse not to allow you to overwrite an existing project, but an option to import it with a different project name would be nice.</p>
<p><strong>The solution:</strong> Unzip your Flex project archive.  Open up the file called .project in a text editor (e.g. notepad).  Under &lt;projectDescription&gt; there should be an element called &lt;name&gt;.  Change this value to something unique within your workspace (appending a "2" usually does the trick).  Open Flex Builder and import the modified project.</p>
<p>Anyone know of a more automated solution?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rphelan.com/2009/01/15/im-back/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Some Useful Eclipse Plugins for Flex Developers</title>
		<link>http://www.rphelan.com/2008/05/01/some-useful-eclipse-plugins-for-flex-developers/</link>
		<comments>http://www.rphelan.com/2008/05/01/some-useful-eclipse-plugins-for-flex-developers/#comments</comments>
		<pubDate>Thu, 01 May 2008 23:00:02 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[Workflow]]></category>
		<category><![CDATA[JIRA]]></category>
		<category><![CDATA[Memory Management]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[RegEx]]></category>

		<guid isPermaLink="false">http://www.rphelan.com/?p=29</guid>
		<description><![CDATA[These are some of the plugins I've been experimenting with lately to improve workflow, performance, etc. AnyEdit Tools Adds a bunch of useful tools into the right-click context menu, in a submenu called "Convert". My personal favorites are the "Convert -> Leading tabs to spaces" and "Convert -> Leading spaces to tabs". I know that [...]]]></description>
			<content:encoded><![CDATA[<p>These are some of the plugins I've been experimenting with lately to improve workflow, performance, etc.</p>
<h4><a href="http://andrei.gmxhome.de/anyedit/index.html">AnyEdit Tools</a></h4>
<p>Adds a bunch of useful tools into the right-click context menu, in a submenu called "Convert". My personal favorites are the "Convert <code>-></code> Leading tabs to spaces" and "Convert <code>-></code> Leading spaces to tabs".  I know that the <a href="http://opensource.adobe.com/wiki/display/flexsdk/Coding+Conventions">Flex Coding Conventions</a> tell you not to use tabs, but I prefer tabs to spaces in my own code because it keeps everything nicely formatted and easy to maintain.  If I need to say, paste some code into a blog entry, I use the AnyEdit tools to convert those tabs back to spaces so that it displays correctly.  I also frequently copy and paste bits of code found on websites, the user documentation, etc. into my source, and want to convert those tabs back to spaces.  Huge time saver!</p>
<ul>
<li>Convert <code>-></code> Camel <code><-></code> Underscores</li>
<li>Convert <code>-></code> Leading tabs to spaces</li>
<li>Convert <code>-></code> Leading spaces to tabs</li>
<li>Convert <code>-></code> Chars to html entities</li>
<li>Convert <code>-></code> Html entities to chars</li>
<li>Convert <code>-></code> To / From Unicode notation</li>
<li>Convert <code>-></code> To / From Base64</li>
</ul>
<h4><a href="http://regex-util.sourceforge.net/description.html">RegEx Editor</a></h4>
<p>This is a "View" that you can add to your perspective via Window <code>-></code> Show View <code>-></code> Other <code>-></code> Regex Util.  You can enter a regular expression and a string to test against.  It supports syntax highlighting and has very useful tooltips for characters that are part of regular expression syntax.</p>
<h4><a href="http://www.eclipse.org/mylyn/">Mylyn</a></h4>
<p>I'm experimenting with using this at work to connect to our <a href="http://www.atlassian.com/software/jira/">JIRA </a>repository.  (You could use it to connect to <a href="https://bugs.adobe.com/">Adobe's bug tracking system</a> too).  Also works for Bugzilla, Trac, and possibly others.  Its cool that it pops up a message right in Eclipse whenever a new task is assigned to you, and also that you can tightly integrate it into your regular workflow.  The downside is that it seems to be lacking some of the basic features that the web interface has which (because of our system's configuration) prevents me from being able to create new tasks.  Maybe I just need to wait another version or two?</p>
<h4><a href="http://www.rphelan.com/2008/03/27/tweaking-compiler-performance-in-flex-builder/">Heap Status</a></h4>
<p>I <a href="http://www.rphelan.com/2008/03/27/tweaking-compiler-performance-in-flex-builder/">wrote a separate blog post</a> about this a while back, its cool to be able to get a glimpse of how the VM is managing your memory.</p>
<h4><a href="http://suif.stanford.edu/pub/keepresident/">Keep Resident</a></h4>
<p>Uses some Windows hooks to try and keep Eclipse in memory as much as possible.  Use this if you are experiencing frequent "hang-ups" with your IDE.</p>
<blockquote><p>The performance of Eclipse (and other large Java applications) has long suffered due to the Windows virtual memory manager. Windows has a tendency to preemptively swap Java processes out of physical memory, even when there is still plenty of physical memory available. This interacts very poorly with Java processes, which do not have good locality and touch a lot of memory. The problem is exacerbated when Java performs garbage collection, which causes the Java process to touch lots of memory that has been paged out to disk. Ever had Eclipse randomly hang for 15-20 seconds? This is most likely the culprit.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.rphelan.com/2008/05/01/some-useful-eclipse-plugins-for-flex-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
