<?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:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Setting up Eclipse for Flash Developers</title>
	<atom:link href="http://blog.hexagonstar.com/eclipse-for-flash-devs/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/</link>
	<description>&#34;Chaotic Neutral&#34;</description>
	<lastBuildDate>Sat, 13 Mar 2010 04:39:38 +0900</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mari</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/comment-page-1/#comment-10682</link>
		<dc:creator>Mari</dc:creator>
		<pubDate>Tue, 28 Jul 2009 01:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-10682</guid>
		<description>Aptana just released Studio 1.5, and the plug-in site has changed to: http://update.aptana.com/update/studio. You can also access plug-in information on our wiki at: http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration. Thank you!</description>
		<content:encoded><![CDATA[<p>Aptana just released Studio 1.5, and the plug-in site has changed to: <a href="http://update.aptana.com/update/studio" rel="nofollow">http://update.aptana.com/update/studio</a>. You can also access plug-in information on our wiki at: <a href="http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration" rel="nofollow">http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration</a>. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/comment-page-1/#comment-8747</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 08 Jun 2009 15:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-8747</guid>
		<description>Just wanted to point out - on step 3 - you have a mistake in direction.

Top line of that config for eclipse.ini, you say do this: 

-vm &quot;C:Program Files (x86)/Java/jrrt/jre/bin/javaw.exe&quot;


When actually, that did not work for me until i changed it to this:

-vm 
C:Program Files (x86)/Java/jrrt/jre/bin/javaw.exe


...maybe because im an eclipse noob, but figured it would help somebody</description>
		<content:encoded><![CDATA[<p>Just wanted to point out &#8211; on step 3 &#8211; you have a mistake in direction.</p>
<p>Top line of that config for eclipse.ini, you say do this: </p>
<p>-vm &#8220;C:Program Files (x86)/Java/jrrt/jre/bin/javaw.exe&#8221;</p>
<p>When actually, that did not work for me until i changed it to this:</p>
<p>-vm<br />
C:Program Files (x86)/Java/jrrt/jre/bin/javaw.exe</p>
<p>&#8230;maybe because im an eclipse noob, but figured it would help somebody</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sascha</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/comment-page-1/#comment-8674</link>
		<dc:creator>sascha</dc:creator>
		<pubDate>Fri, 05 Jun 2009 02:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-8674</guid>
		<description>Patrick, you can install both Flex Builder and Eclipse, they won&#039;t clash. You could also d/l the Plug-In version of Flex Builder and add that to your existing Eclipse install, although I prefer the standalone next to my Eclipse because I rarely use Flexbuilder anymore and I think the FB plugin makes Eclipse quite heavy and slow (but that might be just me).

Flex builders advantage is the visual design editor with that you can lay out components very comfortably. However you could also write Flex apps in 100% ActionScript as long as you use the Flex compiler. In fact Flex is just components that are written in AS.

And AIR is another option. You can write bare Flash AIR apps, but you can also use Flex for AIR applications.

Flex is good if you wanna write RIAs or applications in AIR that profit from a sort of standardized graphical user interface.

I personally use Flex Builder only to prototype my Flex GUIs and then I go over to FDT and code all in ActionScript. That&#039;s because I don&#039;t like MXML. I dislike the way how you have to mix up MXML with ActionScript. Some die-hard Flexers may yell &quot;blasphemy&quot; but this way it gives me a lot more control over the code.</description>
		<content:encoded><![CDATA[<p>Patrick, you can install both Flex Builder and Eclipse, they won&#8217;t clash. You could also d/l the Plug-In version of Flex Builder and add that to your existing Eclipse install, although I prefer the standalone next to my Eclipse because I rarely use Flexbuilder anymore and I think the FB plugin makes Eclipse quite heavy and slow (but that might be just me).</p>
<p>Flex builders advantage is the visual design editor with that you can lay out components very comfortably. However you could also write Flex apps in 100% ActionScript as long as you use the Flex compiler. In fact Flex is just components that are written in AS.</p>
<p>And AIR is another option. You can write bare Flash AIR apps, but you can also use Flex for AIR applications.</p>
<p>Flex is good if you wanna write RIAs or applications in AIR that profit from a sort of standardized graphical user interface.</p>
<p>I personally use Flex Builder only to prototype my Flex GUIs and then I go over to FDT and code all in ActionScript. That&#8217;s because I don&#8217;t like MXML. I dislike the way how you have to mix up MXML with ActionScript. Some die-hard Flexers may yell &#8220;blasphemy&#8221; but this way it gives me a lot more control over the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/comment-page-1/#comment-8670</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 04 Jun 2009 22:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-8670</guid>
		<description>That&#039;s what it sounded like.  I&#039;m relieved to know Flex isn&#039;t any earth shattering progression over Flash.  I&#039;ll just build my environment according to this thread and take it from there.  I can always run Flex on another machine and port the code over, or even install it alongside the version of Eclipse you suggest.  Looking forward to getting into the swing of the IDE, as I&#039;ve been forcing myself to work from the commandline for a touch of the old Karate Kid approach.  Wax on. Wax off.</description>
		<content:encoded><![CDATA[<p>That&#8217;s what it sounded like.  I&#8217;m relieved to know Flex isn&#8217;t any earth shattering progression over Flash.  I&#8217;ll just build my environment according to this thread and take it from there.  I can always run Flex on another machine and port the code over, or even install it alongside the version of Eclipse you suggest.  Looking forward to getting into the swing of the IDE, as I&#8217;ve been forcing myself to work from the commandline for a touch of the old Karate Kid approach.  Wax on. Wax off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/comment-page-1/#comment-8668</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Thu, 04 Jun 2009 22:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-8668</guid>
		<description>Flex and Flash are both &#039;Flash&#039;. Flex is a ton of prebuilt Flash components that one uses to make RIAs.

Flex = heavy, prebuilt components geared for RIAs and Data services.
Flash = [very] limited prebuilt components. Good when not doing RIAs and Data services.</description>
		<content:encoded><![CDATA[<p>Flex and Flash are both &#8216;Flash&#8217;. Flex is a ton of prebuilt Flash components that one uses to make RIAs.</p>
<p>Flex = heavy, prebuilt components geared for RIAs and Data services.<br />
Flash = [very] limited prebuilt components. Good when not doing RIAs and Data services.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/comment-page-1/#comment-8667</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 04 Jun 2009 22:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-8667</guid>
		<description>Right on...thanks for the answer.  If anyone on here knows any of the specific reasons I should be considering Flex in addition to Flash, I&#039;d be pretty curious.  I can&#039;t really tell what Flex has over Flash, as Flash can be busted down into AIR, it seems, as well.  I wonder what Flex Builder adds to the mix that&#039;s not in FDT.</description>
		<content:encoded><![CDATA[<p>Right on&#8230;thanks for the answer.  If anyone on here knows any of the specific reasons I should be considering Flex in addition to Flash, I&#8217;d be pretty curious.  I can&#8217;t really tell what Flex has over Flash, as Flash can be busted down into AIR, it seems, as well.  I wonder what Flex Builder adds to the mix that&#8217;s not in FDT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/comment-page-1/#comment-8664</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Thu, 04 Jun 2009 19:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-8664</guid>
		<description>The standalone of Flex Builder is a stripped down version of Eclipse ( I believe they took out JDT). As such, it is missing many, many features.

FDT is for &#039;serious&#039; Flash developers, as such it is pricey. Flash Builder has one or two features over FDT, but those are more for doing Flex work.  I guess, it&#039;s kinda a hard question to answer to give. Because I think you need to decide how much time you will be spending working with Flash, and then also determine if you want to use the Flex framework or not.

 They both have 30 day trails so try them out.</description>
		<content:encoded><![CDATA[<p>The standalone of Flex Builder is a stripped down version of Eclipse ( I believe they took out JDT). As such, it is missing many, many features.</p>
<p>FDT is for &#8217;serious&#8217; Flash developers, as such it is pricey. Flash Builder has one or two features over FDT, but those are more for doing Flex work.  I guess, it&#8217;s kinda a hard question to answer to give. Because I think you need to decide how much time you will be spending working with Flash, and then also determine if you want to use the Flex framework or not.</p>
<p> They both have 30 day trails so try them out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/comment-page-1/#comment-8663</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 04 Jun 2009 18:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-8663</guid>
		<description>Awesome breakdown.  I am learning java with the intention of migrating into flash and flex as well as the usual web tools (php, sql, etc.)  Amibitious, I know, but I started in java as there&#039;s a lot more help online for understanding coding concepts via java.  I figure it&#039;ll be easier to migrate from java than to it, and so far that&#039;s working.

I found this thread while hunting for information on Eclipse and Aptana.  Looks like I can mash up most the tools I want.

Here&#039;s my question:  It seems Flex builder sucks in comparison to using FDT.  I just want a confirmation of this before I start into this install sequence.  Also, the version of Eclipse I have is the Flex Builder one from Adobe...can this be used with all these other tools, or should I install the Eclipse version you recommend and uninstall the Flex Builder version.  Can I leave both on, or will they clash.  I might benefit from seeing the code Flex Builder generates when I use their gui layout tool, but I could always run that on a different machine if the two version clash.

Thanks in advance...</description>
		<content:encoded><![CDATA[<p>Awesome breakdown.  I am learning java with the intention of migrating into flash and flex as well as the usual web tools (php, sql, etc.)  Amibitious, I know, but I started in java as there&#8217;s a lot more help online for understanding coding concepts via java.  I figure it&#8217;ll be easier to migrate from java than to it, and so far that&#8217;s working.</p>
<p>I found this thread while hunting for information on Eclipse and Aptana.  Looks like I can mash up most the tools I want.</p>
<p>Here&#8217;s my question:  It seems Flex builder sucks in comparison to using FDT.  I just want a confirmation of this before I start into this install sequence.  Also, the version of Eclipse I have is the Flex Builder one from Adobe&#8230;can this be used with all these other tools, or should I install the Eclipse version you recommend and uninstall the Flex Builder version.  Can I leave both on, or will they clash.  I might benefit from seeing the code Flex Builder generates when I use their gui layout tool, but I could always run that on a different machine if the two version clash.</p>
<p>Thanks in advance&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: do follow blog</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/comment-page-1/#comment-8632</link>
		<dc:creator>do follow blog</dc:creator>
		<pubDate>Wed, 03 Jun 2009 11:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-8632</guid>
		<description>Thanks for this tutorial.I had some issues in installing it but I managed to resolve them when I read Alan comments.</description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial.I had some issues in installing it but I managed to resolve them when I read Alan comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/comment-page-1/#comment-8194</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sun, 24 May 2009 00:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-8194</guid>
		<description>Wow, Alan, thanks! That&#039;s exactly what I needed to know. Hmm, having to add the linked projects under the source tab instead of the libraries tab isn&#039;t the most intuitive thing in the world - it&#039;s different from just about every other Eclipse *DT out there, but hey, it&#039;s working much better now.

&quot;34 tips ... on my blog&quot; - subscribed.

Again, thanks!</description>
		<content:encoded><![CDATA[<p>Wow, Alan, thanks! That&#8217;s exactly what I needed to know. Hmm, having to add the linked projects under the source tab instead of the libraries tab isn&#8217;t the most intuitive thing in the world &#8211; it&#8217;s different from just about every other Eclipse *DT out there, but hey, it&#8217;s working much better now.</p>
<p>&#8220;34 tips &#8230; on my blog&#8221; &#8211; subscribed.</p>
<p>Again, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/comment-page-1/#comment-8183</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Sat, 23 May 2009 19:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-8183</guid>
		<description>@ Ian ya know...hmmm your questions are good. FDT is an excellent editor and your right, there is scarce info for those not used to either FB or Eclipse.

The way I would incorporate code across different projects is to use 
&#039;Linked Libraries&#039;.  I do this I have a code base I want to use from project to project, but don&#039;t want to have to duplicate the files into every project.

Right click on a project &gt; Properties ( near the bottom ) &gt; FDT Build Path &gt; Under Source header (should be already selected as its the first option )&gt; Add Linked Libraries...&gt;Add..&gt;New&gt; Give your *reference* a name&gt;Click &#039;File&#039; for a SWC or &#039;Folder&#039; for a source folder.

At this point you will have created a reference to a folder on your hard drive and it will show up in your Project Explorer.  You will know it is a Linked Library b/c the icon will have a little arrow on it.

Also for other questions you may have, I have a nifty 34 tips every FDT user should know on my blog.</description>
		<content:encoded><![CDATA[<p>@ Ian ya know&#8230;hmmm your questions are good. FDT is an excellent editor and your right, there is scarce info for those not used to either FB or Eclipse.</p>
<p>The way I would incorporate code across different projects is to use<br />
&#8216;Linked Libraries&#8217;.  I do this I have a code base I want to use from project to project, but don&#8217;t want to have to duplicate the files into every project.</p>
<p>Right click on a project &gt; Properties ( near the bottom ) &gt; FDT Build Path &gt; Under Source header (should be already selected as its the first option )&gt; Add Linked Libraries&#8230;&gt;Add..&gt;New&gt; Give your *reference* a name&gt;Click &#8216;File&#8217; for a SWC or &#8216;Folder&#8217; for a source folder.</p>
<p>At this point you will have created a reference to a folder on your hard drive and it will show up in your Project Explorer.  You will know it is a Linked Library b/c the icon will have a little arrow on it.</p>
<p>Also for other questions you may have, I have a nifty 34 tips every FDT user should know on my blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/comment-page-1/#comment-8182</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sat, 23 May 2009 19:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-8182</guid>
		<description>Lest all this come across as being totally whiney, I should add that the little bits of FDT that do seem to be working are pretty neat, I think that if they (PowerFlasher) spend some money on a good tech writer then they&#039;d have a very good product here.</description>
		<content:encoded><![CDATA[<p>Lest all this come across as being totally whiney, I should add that the little bits of FDT that do seem to be working are pretty neat, I think that if they (PowerFlasher) spend some money on a good tech writer then they&#8217;d have a very good product here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/comment-page-1/#comment-8181</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sat, 23 May 2009 19:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-8181</guid>
		<description>Hi Alan, thanks for the response.

How do I set up dependencies between projects? If, say, I&#039;ve got 3 or 4 projects with components in and another project that will contain my SWF and/or AIR targets, how do I set up the deps between them?

I&#039;ve kinda-sorta got it working, but it seems really hacky, here&#039;s what I did:

1. set up project references as normal in eclipse;

2. realise that PDT doesn&#039;t support them (WTF???);

3. add a linked resource for each SWC project, pointing at it&#039;s compiled SWC;

4. add this as a linked SWC in the main project.

This kind of makes it work, but I can&#039;t use class navigation (F3), dependencies aren&#039;t honoured (e.g. editing a SWC project means I have to manually rebuild any projects that depend on it). Also, FDT has problems resolving imports that use wild-cards.

I&#039;m guessing that there is a &quot;right&quot; way to set this up, and that this isn&#039;t it, but the docs are almost non-existent and PowerFlasher don&#039;t seem to offer any support unless you shell over wodges of cash (i.e. buy the Enterprise version).</description>
		<content:encoded><![CDATA[<p>Hi Alan, thanks for the response.</p>
<p>How do I set up dependencies between projects? If, say, I&#8217;ve got 3 or 4 projects with components in and another project that will contain my SWF and/or AIR targets, how do I set up the deps between them?</p>
<p>I&#8217;ve kinda-sorta got it working, but it seems really hacky, here&#8217;s what I did:</p>
<p>1. set up project references as normal in eclipse;</p>
<p>2. realise that PDT doesn&#8217;t support them (WTF???);</p>
<p>3. add a linked resource for each SWC project, pointing at it&#8217;s compiled SWC;</p>
<p>4. add this as a linked SWC in the main project.</p>
<p>This kind of makes it work, but I can&#8217;t use class navigation (F3), dependencies aren&#8217;t honoured (e.g. editing a SWC project means I have to manually rebuild any projects that depend on it). Also, FDT has problems resolving imports that use wild-cards.</p>
<p>I&#8217;m guessing that there is a &#8220;right&#8221; way to set this up, and that this isn&#8217;t it, but the docs are almost non-existent and PowerFlasher don&#8217;t seem to offer any support unless you shell over wodges of cash (i.e. buy the Enterprise version).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/comment-page-1/#comment-8180</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Sat, 23 May 2009 18:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-8180</guid>
		<description>@ Ian Using FDT is pretty much the same as using Flash Builder, but with more options. Likewise, if you use Eclipse, then you should already be familiar with launching and debugging.

There&#039;s also no need to use any command line tools.  Use ANT to invoke Flex Compiler tasks instead.  

Right Click Flash Explorer&gt;New&gt;New Flash Project.

Create a Class to launch from.  Then create a launch configuration.

Launch the program.</description>
		<content:encoded><![CDATA[<p>@ Ian Using FDT is pretty much the same as using Flash Builder, but with more options. Likewise, if you use Eclipse, then you should already be familiar with launching and debugging.</p>
<p>There&#8217;s also no need to use any command line tools.  Use ANT to invoke Flex Compiler tasks instead.  </p>
<p>Right Click Flash Explorer&gt;New&gt;New Flash Project.</p>
<p>Create a Class to launch from.  Then create a launch configuration.</p>
<p>Launch the program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/comment-page-1/#comment-8175</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sat, 23 May 2009 16:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-8175</guid>
		<description>Hey, thanks for the tips!

I&#039;ve got an Eclipse setup that I&#039;m pretty comfortable with for most things, but am just starting out with Flash/AS3 development and am looking for a good solution for that.

I&#039;ve got a question about FDT: how do you set up your projects and so on in it? I know people who use it seem to really like it but as far as I can see it&#039;s completely broken, I find I need to go out to a terminal window and run command line tools from there every few minutes!</description>
		<content:encoded><![CDATA[<p>Hey, thanks for the tips!</p>
<p>I&#8217;ve got an Eclipse setup that I&#8217;m pretty comfortable with for most things, but am just starting out with Flash/AS3 development and am looking for a good solution for that.</p>
<p>I&#8217;ve got a question about FDT: how do you set up your projects and so on in it? I know people who use it seem to really like it but as far as I can see it&#8217;s completely broken, I find I need to go out to a terminal window and run command line tools from there every few minutes!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sascha</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/comment-page-1/#comment-7680</link>
		<dc:creator>sascha</dc:creator>
		<pubDate>Tue, 12 May 2009 03:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-7680</guid>
		<description>Alan, to be honest I haven&#039;t tried any of them yet as I don&#039;t have much to do with PHP so far. Might be changing in the future though. If I had to develop PHP I would probably go with the full Aptana suite since it&#039;s all well integrated for web development.</description>
		<content:encoded><![CDATA[<p>Alan, to be honest I haven&#8217;t tried any of them yet as I don&#8217;t have much to do with PHP so far. Might be changing in the future though. If I had to develop PHP I would probably go with the full Aptana suite since it&#8217;s all well integrated for web development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/comment-page-1/#comment-7631</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Sun, 10 May 2009 23:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-7631</guid>
		<description>Thanks for this FDT/Eclipse setup.

What do you use for PHP dev? Is Aptana good or do you prefer Eclipse PDT?  I have only used Eclipse&#039;s PDT and it&#039;s ok.

Suggestions?</description>
		<content:encoded><![CDATA[<p>Thanks for this FDT/Eclipse setup.</p>
<p>What do you use for PHP dev? Is Aptana good or do you prefer Eclipse PDT?  I have only used Eclipse&#8217;s PDT and it&#8217;s ok.</p>
<p>Suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/comment-page-1/#comment-6938</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Fri, 24 Apr 2009 04:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-6938</guid>
		<description>I feel retarded for not thinking of that myself =P Thanks!</description>
		<content:encoded><![CDATA[<p>I feel retarded for not thinking of that myself =P Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sascha</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/comment-page-1/#comment-6936</link>
		<dc:creator>sascha</dc:creator>
		<pubDate>Fri, 24 Apr 2009 03:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-6936</guid>
		<description>Corey, everything in Eclipse works inside projects. You could open a single class file but as long as it&#039;s not in a project you don&#039;t have much of what Eclipse/FDT offers. I know this is a drawback, sometimes you simple just want to sketch out quick ideas without creating an extra project for it.
I basically solved this by creating a project in Eclipse that I named &#039;lab&#039; in that all such quick sketches, tests, demo classes etc. go. It&#039;s my scrapyard for AS3 classes so to say.</description>
		<content:encoded><![CDATA[<p>Corey, everything in Eclipse works inside projects. You could open a single class file but as long as it&#8217;s not in a project you don&#8217;t have much of what Eclipse/FDT offers. I know this is a drawback, sometimes you simple just want to sketch out quick ideas without creating an extra project for it.<br />
I basically solved this by creating a project in Eclipse that I named &#8216;lab&#8217; in that all such quick sketches, tests, demo classes etc. go. It&#8217;s my scrapyard for AS3 classes so to say.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://blog.hexagonstar.com/eclipse-for-flash-devs/comment-page-1/#comment-6935</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Fri, 24 Apr 2009 03:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=665#comment-6935</guid>
		<description>This sounds perfect, but I&#039;m wondering--can I edit a single AS3 class file without making a workspace or project or whatever for it? That&#039;s the problem I have with Flex Builder and Eclipse -- I need a good editor for simply writing AS3 then launching the Flash IDE...</description>
		<content:encoded><![CDATA[<p>This sounds perfect, but I&#8217;m wondering&#8211;can I edit a single AS3 class file without making a workspace or project or whatever for it? That&#8217;s the problem I have with Flex Builder and Eclipse &#8212; I need a good editor for simply writing AS3 then launching the Flash IDE&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
