<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Flex Builder Shortcuts</title>
	<atom:link href="http://allyourflex.wordpress.com/2008/04/26/flex-builder-shortcuts/feed/" rel="self" type="application/rss+xml" />
	<link>http://allyourflex.wordpress.com/2008/04/26/flex-builder-shortcuts/</link>
	<description>Flex, ActionScript, Incoherent Ramblings</description>
	<lastBuildDate>Wed, 06 May 2009 19:15:21 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ernest</title>
		<link>http://allyourflex.wordpress.com/2008/04/26/flex-builder-shortcuts/#comment-87</link>
		<dc:creator>Ernest</dc:creator>
		<pubDate>Wed, 06 May 2009 19:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://allyourflex.wordpress.com/?p=5#comment-87</guid>
		<description>Okay, thanks for the info.

1.  Hmm. Okay, well glad it&#039;s working now :)

2. The formatter does predefine some groups (effects, styles, properties, and events, I think).  The groups are hardcoded (but modifiable) and I got them from crawling through the ASDoc for some Adobe classes.  You can create your own groups or extend the ones I created.  You can also use wildcards (java-style regex).

3. There is some explanation of how to use it in the ? settings on the pref dialog.

4. I did push a new plug-in that you may have some feedback on.  It&#039;s a simple plugin that emits asdoc comments for the current element or file.  It&#039;s a first cut, but if that capability is something you would find useful, then you are welcome to pull it down and ask questions/file bugs.  It&#039;s 2 jars in the &quot;Test Code&quot; package at the flexformatter site.  I didn&#039;t really have an set of requirements for it, so I&#039;m still waiting to see if people consider it useful before I bundle it with the flex formatter code.</description>
		<content:encoded><![CDATA[<p>Okay, thanks for the info.</p>
<p>1.  Hmm. Okay, well glad it&#8217;s working now <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>2. The formatter does predefine some groups (effects, styles, properties, and events, I think).  The groups are hardcoded (but modifiable) and I got them from crawling through the ASDoc for some Adobe classes.  You can create your own groups or extend the ones I created.  You can also use wildcards (java-style regex).</p>
<p>3. There is some explanation of how to use it in the ? settings on the pref dialog.</p>
<p>4. I did push a new plug-in that you may have some feedback on.  It&#8217;s a simple plugin that emits asdoc comments for the current element or file.  It&#8217;s a first cut, but if that capability is something you would find useful, then you are welcome to pull it down and ask questions/file bugs.  It&#8217;s 2 jars in the &#8220;Test Code&#8221; package at the flexformatter site.  I didn&#8217;t really have an set of requirements for it, so I&#8217;m still waiting to see if people consider it useful before I bundle it with the flex formatter code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mbir</title>
		<link>http://allyourflex.wordpress.com/2008/04/26/flex-builder-shortcuts/#comment-86</link>
		<dc:creator>mbir</dc:creator>
		<pubDate>Wed, 06 May 2009 16:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://allyourflex.wordpress.com/?p=5#comment-86</guid>
		<description>1. Embedded XML.  I have a tendency to use embedded XML in my test harnesses as a quick and dirty way to simulate data.  Prior to the current release I am on (don&#039;t know the version number of the last one I used) it would just throw an exception.

2. I&#039;ve messed around with the attribute ordering, but haven&#039;t applied any real policies to it.  Will dig into it soon to see if I can make it do anything useful for me.  I think ideally it would allow layouts similar to the Flex Properties panel:
Common
Style
Layout
Effects
Events
Other

Luckily our MXML has not been the bulk of our work so have not really been annoyed by this too much.  But would be nice...

3. Import/Export right now, and yes Eclipse workspace settings management sucks.  I&#039;ll have to try the autosync from file setting as everything we do is in SVN.

Keep up the excellent work!

One thing to consider... Style Browser, so you can have some contributors upload their styles - then users can pick their favorite and download to their local settings...</description>
		<content:encoded><![CDATA[<p>1. Embedded XML.  I have a tendency to use embedded XML in my test harnesses as a quick and dirty way to simulate data.  Prior to the current release I am on (don&#8217;t know the version number of the last one I used) it would just throw an exception.</p>
<p>2. I&#8217;ve messed around with the attribute ordering, but haven&#8217;t applied any real policies to it.  Will dig into it soon to see if I can make it do anything useful for me.  I think ideally it would allow layouts similar to the Flex Properties panel:<br />
Common<br />
Style<br />
Layout<br />
Effects<br />
Events<br />
Other</p>
<p>Luckily our MXML has not been the bulk of our work so have not really been annoyed by this too much.  But would be nice&#8230;</p>
<p>3. Import/Export right now, and yes Eclipse workspace settings management sucks.  I&#8217;ll have to try the autosync from file setting as everything we do is in SVN.</p>
<p>Keep up the excellent work!</p>
<p>One thing to consider&#8230; Style Browser, so you can have some contributors upload their styles &#8211; then users can pick their favorite and download to their local settings&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernest</title>
		<link>http://allyourflex.wordpress.com/2008/04/26/flex-builder-shortcuts/#comment-84</link>
		<dc:creator>Ernest</dc:creator>
		<pubDate>Wed, 06 May 2009 12:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://allyourflex.wordpress.com/?p=5#comment-84</guid>
		<description>Excellent, I&#039;m glad things are better for you now.  

A couple of questions for you:
1. Did you have problems with mxml or embedded xml?  I&#039;m just curious what I fixed.  

2. If you do much mxml coding, have you tried (or do you care about) attribute ordering?  There are some relatively recent changes (probably since 0.6.16) for grouping attributes together (like all namespace attrs).  The ability to control attr ordering was there from the start, but it&#039;s a little more useful now.

3. How are you sharing the settings with your team?  Are you using Import/Export or did you try the new &quot;auto sync from file&quot; option?  Eclipse doesn&#039;t really provide a great way to share workspace-level settings, but this option would kind of work with CVS to keep options synchronized among team members when the options are tweaked.</description>
		<content:encoded><![CDATA[<p>Excellent, I&#8217;m glad things are better for you now.  </p>
<p>A couple of questions for you:<br />
1. Did you have problems with mxml or embedded xml?  I&#8217;m just curious what I fixed.  </p>
<p>2. If you do much mxml coding, have you tried (or do you care about) attribute ordering?  There are some relatively recent changes (probably since 0.6.16) for grouping attributes together (like all namespace attrs).  The ability to control attr ordering was there from the start, but it&#8217;s a little more useful now.</p>
<p>3. How are you sharing the settings with your team?  Are you using Import/Export or did you try the new &#8220;auto sync from file&#8221; option?  Eclipse doesn&#8217;t really provide a great way to share workspace-level settings, but this option would kind of work with CVS to keep options synchronized among team members when the options are tweaked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mbir</title>
		<link>http://allyourflex.wordpress.com/2008/04/26/flex-builder-shortcuts/#comment-82</link>
		<dc:creator>mbir</dc:creator>
		<pubDate>Wed, 06 May 2009 06:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://allyourflex.wordpress.com/?p=5#comment-82</guid>
		<description>Ernest,

I really need to update my Blog more.  Grabbed your formatter couple months ago, was fairly unhappy with the stability (especially as I have a lot of XML code that it had a problem parsing).  Grabbed the update a couple weeks ago and now it ROCKS.  No show stoppers for me at all.  We now share format configs around the team so everyone is on the same settings.  Great work!</description>
		<content:encoded><![CDATA[<p>Ernest,</p>
<p>I really need to update my Blog more.  Grabbed your formatter couple months ago, was fairly unhappy with the stability (especially as I have a lot of XML code that it had a problem parsing).  Grabbed the update a couple weeks ago and now it ROCKS.  No show stoppers for me at all.  We now share format configs around the team so everyone is on the same settings.  Great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernest</title>
		<link>http://allyourflex.wordpress.com/2008/04/26/flex-builder-shortcuts/#comment-79</link>
		<dc:creator>Ernest</dc:creator>
		<pubDate>Tue, 05 May 2009 12:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://allyourflex.wordpress.com/?p=5#comment-79</guid>
		<description>I&#039;ve thrown together an AS/mxml formatter that many people have found useful.  YMMV of course.

http://sourceforge.net/project/platformdownload.php?group_id=248408</description>
		<content:encoded><![CDATA[<p>I&#8217;ve thrown together an AS/mxml formatter that many people have found useful.  YMMV of course.</p>
<p><a href="http://sourceforge.net/project/platformdownload.php?group_id=248408" rel="nofollow">http://sourceforge.net/project/platformdownload.php?group_id=248408</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://allyourflex.wordpress.com/2008/04/26/flex-builder-shortcuts/#comment-48</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 06 Feb 2009 23:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://allyourflex.wordpress.com/?p=5#comment-48</guid>
		<description>Awesome, thanks much.</description>
		<content:encoded><![CDATA[<p>Awesome, thanks much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rconceiver</title>
		<link>http://allyourflex.wordpress.com/2008/04/26/flex-builder-shortcuts/#comment-37</link>
		<dc:creator>rconceiver</dc:creator>
		<pubDate>Tue, 16 Sep 2008 15:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://allyourflex.wordpress.com/?p=5#comment-37</guid>
		<description>Ctrl+Alt+Down doesnt work in flex to copy line what may be the reason?</description>
		<content:encoded><![CDATA[<p>Ctrl+Alt+Down doesnt work in flex to copy line what may be the reason?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mbir</title>
		<link>http://allyourflex.wordpress.com/2008/04/26/flex-builder-shortcuts/#comment-30</link>
		<dc:creator>mbir</dc:creator>
		<pubDate>Sat, 30 Aug 2008 05:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://allyourflex.wordpress.com/?p=5#comment-30</guid>
		<description>I&#039;ve actually been thinking about creating a plugin for Eclipse for bookmarks.  The feature is simple enough, most tedious aspect is learning the Eclipse plugin framework and we have to do that for another project we are working on anyways...  First I&#039;m gonna see if http://www.idefactory.com/ will throw it into their Flex plugin ;)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve actually been thinking about creating a plugin for Eclipse for bookmarks.  The feature is simple enough, most tedious aspect is learning the Eclipse plugin framework and we have to do that for another project we are working on anyways&#8230;  First I&#8217;m gonna see if <a href="http://www.idefactory.com/" rel="nofollow">http://www.idefactory.com/</a> will throw it into their Flex plugin <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: todd</title>
		<link>http://allyourflex.wordpress.com/2008/04/26/flex-builder-shortcuts/#comment-29</link>
		<dc:creator>todd</dc:creator>
		<pubDate>Fri, 29 Aug 2008 13:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://allyourflex.wordpress.com/?p=5#comment-29</guid>
		<description>Nice listing of useful shortcuts.  I found this because I was looking for Bookmarks shortcuts, too.  I miss that about MSVS.</description>
		<content:encoded><![CDATA[<p>Nice listing of useful shortcuts.  I found this because I was looking for Bookmarks shortcuts, too.  I miss that about MSVS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://allyourflex.wordpress.com/2008/04/26/flex-builder-shortcuts/#comment-18</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Wed, 30 Jul 2008 05:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://allyourflex.wordpress.com/?p=5#comment-18</guid>
		<description>Very Cool -</description>
		<content:encoded><![CDATA[<p>Very Cool -</p>
]]></content:encoded>
	</item>
</channel>
</rss>