<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Incremental Search in Flex Builder 2</title>
	<atom:link href="http://www.mikechambers.com/blog/2006/04/12/incremental-search-in-flex-builder-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikechambers.com/blog/2006/04/12/incremental-search-in-flex-builder-2/</link>
	<description>code = joy</description>
	<lastBuildDate>Fri, 02 Dec 2011 01:36:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: haleOnEarth</title>
		<link>http://www.mikechambers.com/blog/2006/04/12/incremental-search-in-flex-builder-2/comment-page-1/#comment-6746</link>
		<dc:creator>haleOnEarth</dc:creator>
		<pubDate>Wed, 31 May 2006 07:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=994#comment-6746</guid>
		<description>Boy I&#039;d sure love to use that in FlexBuilder Mike, too bad Adobe has neglected Mac OS X Yet Again! Nevertheless, love your stuff Mike, keep up the hard work.
</description>
		<content:encoded><![CDATA[<p>Boy I&#8217;d sure love to use that in FlexBuilder Mike, too bad Adobe has neglected Mac OS X Yet Again! Nevertheless, love your stuff Mike, keep up the hard work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timothy Uruski</title>
		<link>http://www.mikechambers.com/blog/2006/04/12/incremental-search-in-flex-builder-2/comment-page-1/#comment-6745</link>
		<dc:creator>Timothy Uruski</dc:creator>
		<pubDate>Sat, 15 Apr 2006 03:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=994#comment-6745</guid>
		<description>&lt;a href=&quot;http://macromates.com&quot; rel=&quot;nofollow&quot;&gt;Textmate&lt;/a&gt;, my favourite editor for the Mac supports the same thing, too bad I can&#039;t use it with Flex, it&#039;s a fantastic editor.</description>
		<content:encoded><![CDATA[<p><a href="http://macromates.com" rel="nofollow">Textmate</a>, my favourite editor for the Mac supports the same thing, too bad I can&#8217;t use it with Flex, it&#8217;s a fantastic editor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Riley</title>
		<link>http://www.mikechambers.com/blog/2006/04/12/incremental-search-in-flex-builder-2/comment-page-1/#comment-6744</link>
		<dc:creator>Brian Riley</dc:creator>
		<pubDate>Thu, 13 Apr 2006 16:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=994#comment-6744</guid>
		<description>CTRL + Shift + O -&gt; Oranize imports. Removes extraneous ones and groups in like packages.

-riley</description>
		<content:encoded><![CDATA[<p>CTRL + Shift + O -> Oranize imports. Removes extraneous ones and groups in like packages.</p>
<p>-riley</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Riley</title>
		<link>http://www.mikechambers.com/blog/2006/04/12/incremental-search-in-flex-builder-2/comment-page-1/#comment-6743</link>
		<dc:creator>Brian Riley</dc:creator>
		<pubDate>Thu, 13 Apr 2006 14:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=994#comment-6743</guid>
		<description>CTRL + Shift + O -&gt; Organize imports...removes unnecessary stmts and orgs groups of similar packages.</description>
		<content:encoded><![CDATA[<p>CTRL + Shift + O -> Organize imports&#8230;removes unnecessary stmts and orgs groups of similar packages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Selvaggio</title>
		<link>http://www.mikechambers.com/blog/2006/04/12/incremental-search-in-flex-builder-2/comment-page-1/#comment-6742</link>
		<dc:creator>Nick Selvaggio</dc:creator>
		<pubDate>Thu, 13 Apr 2006 13:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=994#comment-6742</guid>
		<description>I like the fact that you can modify any shortcut in Eclipse by going to Window --&gt; Preferences --&gt; General --&gt; Keys. I have mine setup like the Flash environment. 

CTRL-O is pretty cool!! 

Thanks.</description>
		<content:encoded><![CDATA[<p>I like the fact that you can modify any shortcut in Eclipse by going to Window &#8211;> Preferences &#8211;> General &#8211;> Keys. I have mine setup like the Flash environment. </p>
<p>CTRL-O is pretty cool!! </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin</title>
		<link>http://www.mikechambers.com/blog/2006/04/12/incremental-search-in-flex-builder-2/comment-page-1/#comment-6741</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Thu, 13 Apr 2006 12:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=994#comment-6741</guid>
		<description>Ctrl - Shift - L - to open all the shortcuts

But I specifically like:

Ctrl + M - maximise edit window
F3 - Over a property or method name: will move to where the property or method name is declared
F4 - Open class type of property
F5 - Open super type
Ctrl + Shift + R - find resource
Ctrl + Space (in new build file) - to select an ant build template
Ctrl + space - code completion
Ctrl + H - searching in different files
Ctrl + F - traditional find and replace
Ctrl + K (Shift) - after Ctrl + F find forward (backwards)
Ctrl + J - Incremental search
Ctrl + D - delete a whole line
Shift + Enter - add an indented new line
Ctrl + Space - code completion (if you add yr . classpath and import classes) 

btw - this is just through using Eclipse - I&#039;m assuming these are all the same for Flex builder?</description>
		<content:encoded><![CDATA[<p>Ctrl &#8211; Shift &#8211; L &#8211; to open all the shortcuts</p>
<p>But I specifically like:</p>
<p>Ctrl + M &#8211; maximise edit window<br />
F3 &#8211; Over a property or method name: will move to where the property or method name is declared<br />
F4 &#8211; Open class type of property<br />
F5 &#8211; Open super type<br />
Ctrl + Shift + R &#8211; find resource<br />
Ctrl + Space (in new build file) &#8211; to select an ant build template<br />
Ctrl + space &#8211; code completion<br />
Ctrl + H &#8211; searching in different files<br />
Ctrl + F &#8211; traditional find and replace<br />
Ctrl + K (Shift) &#8211; after Ctrl + F find forward (backwards)<br />
Ctrl + J &#8211; Incremental search<br />
Ctrl + D &#8211; delete a whole line<br />
Shift + Enter &#8211; add an indented new line<br />
Ctrl + Space &#8211; code completion (if you add yr . classpath and import classes) </p>
<p>btw &#8211; this is just through using Eclipse &#8211; I&#8217;m assuming these are all the same for Flex builder?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike chambers</title>
		<link>http://www.mikechambers.com/blog/2006/04/12/incremental-search-in-flex-builder-2/comment-page-1/#comment-6740</link>
		<dc:creator>mike chambers</dc:creator>
		<pubDate>Thu, 13 Apr 2006 04:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=994#comment-6740</guid>
		<description>&gt;CTRL-O

Woah, that is cool. I didnt know that was there. CTRL-O brings up a small window with an outline of the current file / class. You can then type in an API or select one to go directly to it within the class.

Awesome!

&gt;btw, mike, are you ready to release the design documents for FLOW ? thanks.

We are getting there. I am porting Flow to the next beta, and once everything is working, I will release everything.

mike chambers

mesh@adobe.com</description>
		<content:encoded><![CDATA[<p>>CTRL-O</p>
<p>Woah, that is cool. I didnt know that was there. CTRL-O brings up a small window with an outline of the current file / class. You can then type in an API or select one to go directly to it within the class.</p>
<p>Awesome!</p>
<p>>btw, mike, are you ready to release the design documents for FLOW ? thanks.</p>
<p>We are getting there. I am porting Flow to the next beta, and once everything is working, I will release everything.</p>
<p>mike chambers</p>
<p><a href="mailto:mesh@adobe.com">mesh@adobe.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy</title>
		<link>http://www.mikechambers.com/blog/2006/04/12/incremental-search-in-flex-builder-2/comment-page-1/#comment-6739</link>
		<dc:creator>jeremy</dc:creator>
		<pubDate>Thu, 13 Apr 2006 04:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=994#comment-6739</guid>
		<description>ctrl-O  all the time, a real time saver !

btw, mike, are you ready to release the design documents for FLOW ?  thanks.</description>
		<content:encoded><![CDATA[<p>ctrl-O  all the time, a real time saver !</p>
<p>btw, mike, are you ready to release the design documents for FLOW ?  thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham Weldon</title>
		<link>http://www.mikechambers.com/blog/2006/04/12/incremental-search-in-flex-builder-2/comment-page-1/#comment-6738</link>
		<dc:creator>Graham Weldon</dc:creator>
		<pubDate>Wed, 12 Apr 2006 23:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikechambers.com/blog/?p=994#comment-6738</guid>
		<description>I use the AMIP plugin for iTunes and mIRC, which means that it catches CTRL-J before Flex does.</description>
		<content:encoded><![CDATA[<p>I use the AMIP plugin for iTunes and mIRC, which means that it catches CTRL-J before Flex does.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

