<?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>dispatchEvent()™ &#187; reference</title>
	<atom:link href="http://dispatchevent.org/tag/reference/feed/" rel="self" type="application/rss+xml" />
	<link>http://dispatchevent.org</link>
	<description>Collective thoughts on the Flash Platform, iOS, Unity, and any other technology we use.</description>
	<lastBuildDate>Mon, 23 Apr 2012 19:07:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>All about Flash Versions</title>
		<link>http://dispatchevent.org/mims/all-about-flash-versions/</link>
		<comments>http://dispatchevent.org/mims/all-about-flash-versions/#comments</comments>
		<pubDate>Sun, 13 Feb 2011 02:57:03 +0000</pubDate>
		<dc:creator>Mims H Wright</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[senocular]]></category>
		<category><![CDATA[versions]]></category>

		<guid isPermaLink="false">http://dispatchevent.org/?p=873</guid>
		<description><![CDATA[Here is a really great article by Senocular about the different versions of the Flash Player, authoring tool, ActionScript, Flex, SDK, compiler, etc. The whole thing has gotten so complex that we really need something like this to keep track. http://www.senocular.com/flash/tutorials/versions/]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.senocular.com/flash/tutorials/versions/"><img src="http://dispatchevent.org/wp-content/uploads/2011/02/VERSIONS-300x184.png" alt="" title="VERSIONS" width="300" height="184" class="alignnone size-medium wp-image-876" /></a></p>
<p>Here is a <a href="http://www.senocular.com/flash/tutorials/versions/">really great article by Senocular</a> about the different versions of the Flash Player, authoring tool, ActionScript, Flex, SDK, compiler, etc. The whole thing has gotten so complex that we really need something like this to keep track.<br />
<a href="http://www.senocular.com/flash/tutorials/versions/">http://www.senocular.com/flash/tutorials/versions/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dispatchevent.org/mims/all-about-flash-versions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FlexBuilder / Eclipse keyboard shortcuts that will change your life</title>
		<link>http://dispatchevent.org/mims/flexbuilder-keyboard-shortcuts/</link>
		<comments>http://dispatchevent.org/mims/flexbuilder-keyboard-shortcuts/#comments</comments>
		<pubDate>Fri, 01 May 2009 21:09:15 +0000</pubDate>
		<dc:creator>Mims H Wright</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Tips, Tricks, and Hacks]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[clip-n-save]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[flexbuilder]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://dispatchevent.org/?p=707</guid>
		<description><![CDATA[Control + O = Open an outline of functions within the current class to jump to. Command + Shift + T = Jump to a type (class or interface). Only works when an .as or .mxml file is open. Command + Shift + R = Jump to a resource. Includes classes and any other files [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><strong>Control + O</strong> = Open an outline of functions within the current class to jump to.</li>
<li><strong>Command + Shift + T </strong>= Jump to a type (class or interface). Only works when an .as or .mxml file is open.</li>
<li><strong>Command + Shift + R</strong> = Jump to a resource. Includes classes and any other files (such as XML files)</li>
<li><strong>Command + L</strong> = Jump to a line number</li>
<li><strong>Command + Shift + C</strong> = Wrap / Unwrap selected text in a block comment (/* */)</li>
<li><strong>Command + Shift + /</strong> = Comment / uncomment the selected line usingÂ  an inline comment (//)</li>
<li><strong>Command + Shift + D</strong> = Add ASDoc style comment</li>
<li><strong>Command + D</strong> = Delete the selected text</li>
<li><strong>Command + UP</strong> = Move the selected up</li>
<li><strong>Command + DOWN</strong> = Move the selected text down</li>
<li><strong>Command + Option + UP</strong> or <strong>DOWN</strong> = Duplicate the selected text above or below the selected line</li>
<li><strong>Command + X</strong> = Make selected text ALL CAPS</li>
<li><strong>Command + Y</strong> = Make selected text all lowercase</li>
<li><strong>Command + Shift + R</strong> = Rename selected element (using refactor)</li>
<li><strong>Command + M</strong> = Maximize / Minimize current view</li>
<li><strong>Control + Tab</strong> = Jump to an open file editor</li>
<li><strong>Command + Shift + L</strong> = Keyboard command list. Press it again to edit commands.</li>
<li><strong>Command + F</strong> = Find / Replace dialog.</li>
<li><strong>Command + Shift + G</strong> = Find any references to the selected element within your project</li>
<li><strong>Command + Click</strong> or<strong> F3</strong> = Jump to the definition of the selected element</li>
<li><strong>Command + J</strong> = Find within document. Type the word you want to find then use up and down to skip between instances. Press ESC to cancel.</li>
<li><strong>Command + Shift + P</strong> = Jump to matching bracket. e.g. jump from } to {</li>
<li><strong>Control + H</strong> = Search (rather than find) allows you to search within the entire workspace.</li>
<li><strong>Tab / Shift + Tab </strong>= Indent / Un-indent selected text.</li>
<li><strong>Command + Option + Left / Right</strong> = Jumps to the location of the previous / next edit without undoing your change.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dispatchevent.org/mims/flexbuilder-keyboard-shortcuts/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

