<?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"
	>

<channel>
	<title>Times New Rohan &#187; cfeclipse</title>
	<atom:link href="http://robrohan.com/category/cfeclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://robrohan.com</link>
	<description>任意的技术</description>
	<pubDate>Tue, 13 May 2008 04:35:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Blogging with Eclipse - File Upload</title>
		<link>http://robrohan.com/2007/03/02/blogging-with-eclipse-file-upload/</link>
		<comments>http://robrohan.com/2007/03/02/blogging-with-eclipse-file-upload/#comments</comments>
		<pubDate>Sat, 03 Mar 2007 06:21:31 +0000</pubDate>
		<dc:creator>小罗</dc:creator>
		
		<category><![CDATA[Afae]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Mac]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[cfeclipse]]></category>

		<guid isPermaLink="false">http://robrohan.com/2007/03/02/blogging-with-eclipse-file-upload/</guid>
		<description><![CDATA[I did quite a bit of work on the Afae blogging plugin last night. I think it is feature complete now with most of the polish done. The major thing I added last night was file upload. It works fantastically.
The file upload has more uses than just blogging. For example, often times my IM file [...]]]></description>
			<content:encoded><![CDATA[<p>I did quite a bit of work on the Afae blogging plugin last night. I think it is feature complete now with most of the polish done. The major thing I added last night was file upload. It works fantastically.</p>
<p>The file upload has more uses than just blogging. For example, often times my IM file transfer fails when I want to send someone a screen shot, but now I can just drag, drop, command+v.</p>
<p>Here is a movie on how the file upload works and a quick demo:</p>
<div class="movie">
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/WtUnamBNhIc"></param><embed src="http://www.youtube.com/v/WtUnamBNhIc" type="application/x-shockwave-flash" width="425" height="350"></embed></object><br />
<a href="http://www.youtube.com/watch?v=WtUnamBNhIc">Blogging from within Eclipse - File Upload</a>
</div>
<p>Some other things that were fixed / added.</p>
<ul>
<li>Progress dialogs when posting / uploading</li>
<li>Confirm that you want to post something that doesn&#8217;t look like a blog post (i.e. if you click &#8220;Post to blog&#8221; when looking at a java sorce file)</li>
<li>The delete posting feature was removed - I am not going to implement that. Delete is a strong operation, and if you want to do that you can log into your site ;)</li>
</ul>
<p>As ususal you can download all the Afae plugin&#8217;s on the <a href="http://afae.robrohan.com">Afae Page</a>. </p>
<p>To get blogging to work in it&#8217;s minimal form, you need the <i>afae_editor_blogger_nightly.zip</i> plugin. That will give you the ability to post to your metaWeblog enabled blog and upload files.</p>
<p>If you&#8217;d like color coding for your posts you can download the <i>afae_editor_nightly.zip</i>. The editor plugin does color coding for blog posts and many other file types. Or, you can use your favorite Eclipse HTML editor by assigning it to the file type &#8220;.blog&#8221;.</p>
<p>If you&#8217;d like the snippet ability - the part where I type img and it becomes an image HTML tag - you can download <i>afae_snippets_nightly.zip</i> (If you use cfeclipse, as I am sure you know, you already have this ablity).</p>
<p>Lastly, this has been tested quite a bit on Mac OS X connecting to a WordPress blog only. While I think it should work with other configurations, I can&#8217;t say for sure. If you find it works on your setup, please let me know.</p>
<p>There are several different licenses for the plugins, but they are all either under the Apache, LGPL, MIT, or Eclipse. Check out the <a href="https://mirror2.cvsdude.com/trac/robrohan/AfaeEditor/wiki">Wiki</a> for more information.</p>
<p><del dateTime="2007-03-04T06:10:00-08:00"><br />
<ins dateTime="2007-03-03T08:08:00-08:00"><b>Update:</b> I tested this on Windows XP and the file upload portion does not work on Windows at present (because the file separator of &#8220;\&#8221; is breaking a regular expression).</ins></del><br />
<ins dateTime="2007-03-04T06:10:00-08:00"><b>Update:</b> The file uploader works on Windows XP.</ins></p>
<p><ins dateTime="2007-03-03T08:08:00-08:00"><b>Update:</b> I tested this on Linux and entry posting and file uploading works fine (Ubuntu).</ins></p>
]]></content:encoded>
			<wfw:commentRss>http://robrohan.com/2007/03/02/blogging-with-eclipse-file-upload/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Eclipse Blogging Plugin Now Works with BlogCFC</title>
		<link>http://robrohan.com/2007/02/09/eclipse-blogging-plugin-now-works-with-blogcfc/</link>
		<comments>http://robrohan.com/2007/02/09/eclipse-blogging-plugin-now-works-with-blogcfc/#comments</comments>
		<pubDate>Fri, 09 Feb 2007 17:33:34 +0000</pubDate>
		<dc:creator>小罗</dc:creator>
		
		<category><![CDATA[Afae]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Mac]]></category>

		<category><![CDATA[Web Apps]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[cfeclipse]]></category>

		<guid isPermaLink="false">http://robrohan.com/2007/02/09/eclipse-blogging-plugin-now-works-with-blogcfc/</guid>
		<description><![CDATA[With thanks going out to Mark Drew for being my guinea pig / uber beta tester, my metaWeblog blogging Eclipse plugin now works with BlogCFC as well as WordPress.
One thing Mark noticed: when doing edits BlogCFC doesn&#8217;t auto paragraph your text, it works properly when adding an entry though. Mark seemed to think this was [...]]]></description>
			<content:encoded><![CDATA[<p>With thanks going out to <a href="http://www.markdrew.co.uk/blog/">Mark Drew</a> for being my guinea pig / uber beta tester, my <a href="http://robrohan.com/2007/02/07/blogging-from-within-eclipse-metaweblog-plugin/">metaWeblog blogging Eclipse plugin</a> now works with <a href="http://blogcfc.riaforge.org/">BlogCFC</a> as well as <a href="http://wordpress.com/">WordPress</a>.</p>
<p>One thing Mark noticed: when doing edits BlogCFC doesn&#8217;t auto paragraph your text, it works properly when adding an entry though. Mark seemed to think this was a bug in BlogCFC, but I don&#8217;t know for sure (both adds and edits work when using WordPress so I am inclined to think that is true).</p>
<p>I&#8217;ve been referring to it as the Afae editor with blogging, but that&#8217;s kind of misleading. The plugin works by itself (as can all the Afae plugins). You can post blogs and never install the Afae editor if you do not wish to. Just assign your favorite HTML editor to handle file types of .blog, and you&#8217;ll be all set. If you are into <a href="cfeclipse.org">CFEclipse</a>, <a href="http://www.adobe.com/products/flex/flexbuilder/">Flex Builder</a>, <a href="http://www.phpeclipse.de/">PHPEclipse</a>, <a href="http://www.radrails.org/">RadRails</a>, or whatever you can use those built in editors for writing entries if you wish.</p>
<p>I also updated the Entry View to sort by date created by default so the display of past entries is no longer random, and the password field looks and acts like a password field.</p>
<p>You can download it on the <a href="http://afae.robrohan.com">Afae page</a>. You just need the <a href="http://robrohan.com/projects/download.php?file=afae/afae_editor_blogger_nightly.zip">afae_editor_blogger_nightly.zip</a> plugin to get the blogging capabilities, and you can install the <a href="http://robrohan.com/projects/download.php?file=afae/afae_editor_nightly.zip">afae_editor_nightly.zip</a> if you&#8217;d like to have Afae color coding (again any HTML editor plugin will do).</p>
]]></content:encoded>
			<wfw:commentRss>http://robrohan.com/2007/02/09/eclipse-blogging-plugin-now-works-with-blogcfc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ant Build Script for Eclipse Plugins</title>
		<link>http://robrohan.com/2005/10/13/ant-build-script-for-eclipse-plugins/</link>
		<comments>http://robrohan.com/2005/10/13/ant-build-script-for-eclipse-plugins/#comments</comments>
		<pubDate>Fri, 14 Oct 2005 03:04:00 +0000</pubDate>
		<dc:creator>小罗</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[cfeclipse]]></category>

		<guid isPermaLink="false">http://robrohan.com/2005/10/13/ant-build-script-for-eclipse-plugins/</guid>
		<description><![CDATA[Here is the build script we use for the CFEclipse plugin nightly build file.
If you&#8217;d like to mirror the CFEclipse builds you&#8217;ll need to download and install Java (which you should have), Ant (which you may already have), and Eclipse (which you really should already have if you&#8217;re using an Eclipse plugin). You might have [...]]]></description>
			<content:encoded><![CDATA[<p>Here is the build script we use for the CFEclipse plugin <a href="http://www.robrohan.com/blog/assets/pluginbuild.xml" target="_blank">nightly build file</a>.</p>
<p>If you&#8217;d like to mirror the CFEclipse builds you&#8217;ll need to download and install <a href="http://java.sun.com" target="_blank">Java</a> (which you should have), <a href="http://ant.apache.org" target="_blank">Ant</a> (which you may already have), and Eclipse (which you really should already have if you&#8217;re using an Eclipse plugin). You might have to download the <a href="http://jakarta.apache.org/commons/net/index.html" target="_blank">ftp ant task</a> if you would like to upload the build automatically and <a href="http://java.sun.com/products/javamail" target="_blank">java mail</a> for auto emails.</p>
<p>Edit the file to your liking (it&#8217;s well commented though probably has spelling errors). Then run it using ant:</p>
<pre>ant -f pluginbuild.xml -Dversionseed=051013</pre>
<p>versionseed is appended to the end of the plugin folder to keep it unique. I actually use the command</p>
<pre>ant -f pluginbuild.xml -Dversionseed=`date "+%y%m%d"`</pre>
<p>which add the current date on Mac or Linux.</p>
<p>The ant script gets the latest from CVS, makes the eclipse plugin structure, compiles and jars the code, and then zips it all up. It can also ftp and email when done (if you have the proper ant tasks downloaded).</p>
<p>It also is a good example if you are new to ant and would like an example of some common tasks.</p>
<p>Let me know if this is even slightly interesting, and I&#8217;ll give a bit more detail on how to set it up as a cron job.</p>
]]></content:encoded>
			<wfw:commentRss>http://robrohan.com/2005/10/13/ant-build-script-for-eclipse-plugins/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CFEclipse Nightly Build Download (BER)</title>
		<link>http://robrohan.com/2005/10/13/cfeclipse-nightly-build-download-ber/</link>
		<comments>http://robrohan.com/2005/10/13/cfeclipse-nightly-build-download-ber/#comments</comments>
		<pubDate>Thu, 13 Oct 2005 19:52:00 +0000</pubDate>
		<dc:creator>小罗</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[cfeclipse]]></category>

		<guid isPermaLink="false">http://robrohan.com/2005/10/13/cfeclipse-nightly-build-download-ber/</guid>
		<description><![CDATA[CFEclipse bleeding edge releases (aka BE[E]R releases) can now be downloaded from this page. Eventually, the BER release will move to cfeclipse.org, but for now it&#8217;s on this site to get the nightly build ball rolling and to debug the process a bit.
You can download it on the right side of the page. Search for [...]]]></description>
			<content:encoded><![CDATA[<p>CFEclipse bleeding edge releases (aka BE[E]R releases) can now be downloaded from this page. Eventually, the BER release will move to cfeclipse.org, but for now it&#8217;s on this site to get the nightly build ball rolling and to debug the process a bit.</p>
<p>You can download it on the right side of the page. Search for &#8220;CFE NIGTHLY&#8221; and click the CFEclipse icon to download it. After download unzip it and copy the com.rohanclan.cfml_X.X.X000000 directory to your plugins folder.</p>
<p>Many thanks to Spike who was doing the original BER release by hand. The process can be rather intrusive and time consuming.</p>
<p>Not wanting to do that anymore, we set out to make an automated process to build Eclipse plugins. It&#8217;s down to a single Ant script which I&#8217;ll post in the next posting. If you&#8217;d like to mirror the BER releases, you can use that Ant script. Since it&#8217;s now automated, you can expect the nightly builds to be done&#8230; well&#8230; nightly.</p>
<p>Word of warning: since the build is really done nightly and the process gets the latest from CVS, the plugin has the potential of not working at all. While we try to keep the code in the repository in a compilable, runnable state, in reality it doesn&#8217;t always work out that way.</p>
<p>Fixes in the BER:<br />
Issue 324: br nbsp adding extra space<br />
Issue 325: ctrl+enter and ctrl+shift+space are reversed><br />
Issue 231: dictionary switcher (partial)<br />
<a href="http://www.web-relevant.com/blogs/cfobjective" target="_blank">Jareds</a>CFScript fixes (auto add {}[]&#8221;&#8221;") and added actions for adding those<br />
items.</p>
]]></content:encoded>
			<wfw:commentRss>http://robrohan.com/2005/10/13/cfeclipse-nightly-build-download-ber/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Now&#8230; CFEclipse Shwag</title>
		<link>http://robrohan.com/2005/09/09/now-cfeclipse-shwag/</link>
		<comments>http://robrohan.com/2005/09/09/now-cfeclipse-shwag/#comments</comments>
		<pubDate>Fri, 09 Sep 2005 11:16:00 +0000</pubDate>
		<dc:creator>小罗</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[cfeclipse]]></category>

		<guid isPermaLink="false">http://robrohan.com/2005/09/09/now-cfeclipse-shwag/</guid>
		<description><![CDATA[Since I can now sell little goodies, why not sell some CFEclipse stuff too? You gotta get the Spike Mug&#8230; We are going to have items
of each of the members of the CFEclipse Crew (if they want to of course). Collect them all!
100% of the profit from the CFEclipse shwag will go back into the [...]]]></description>
			<content:encoded><![CDATA[<p>Since I can now sell little goodies, why not sell some <a href="http://www.cafepress.com/cfe" target="_blank">CFEclipse stuff</a> too? You gotta get the Spike Mug&#8230; We are going to have items<br />
of each of the members of the CFEclipse Crew (if they want to of course). Collect them all!</p>
<p>100% of the profit from the CFEclipse shwag will go back into the <a href="http://www.cfeclipse.org" target="_blank">CFEclipse project</a> and to the developers. 10% of any Afae shwag or Afae license sales will also be going into the CFE project so load up.</p>
]]></content:encoded>
			<wfw:commentRss>http://robrohan.com/2005/09/09/now-cfeclipse-shwag/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Afae, Spike, and the Giants</title>
		<link>http://robrohan.com/2005/08/06/afae-spike-and-the-giants/</link>
		<comments>http://robrohan.com/2005/08/06/afae-spike-and-the-giants/#comments</comments>
		<pubDate>Sun, 07 Aug 2005 04:08:00 +0000</pubDate>
		<dc:creator>小罗</dc:creator>
		
		<category><![CDATA[Afae]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[cfeclipse]]></category>

		<guid isPermaLink="false">http://robrohan.com/2005/08/06/afae-spike-and-the-giants/</guid>
		<description><![CDATA[One of the guys I work with is a Giants season ticket holder and he couldn&#8217;t make the game Friday night so he gave me his tickets - score. I am not a sports fan, but I love going to baseball games.
Spike just happened to be in the Bay Area doing Flex training so naturally [...]]]></description>
			<content:encoded><![CDATA[<p>One of the guys I work with is a Giants season ticket holder and he couldn&#8217;t make the game Friday night so he gave me his tickets - score. I am not a sports fan, but I love going to baseball games.</p>
<p>Spike just happened to be in the Bay Area doing Flex training so naturally we caught the game - and the beers, and the hot dogs, and the peanuts&#8230; outside is just rad sometimes.</p>
<p>See, while no one gets paid for working on cfeclipse, you get karma going for you&#8230; which is nice.</p>
<p>Here are a few <a href="http://www.robrohan.com/gallery/index.cfm?gallery=CFGiants_Game" target="_blank">pictures of the game</a>, The Giants actually won for a change (bad year for them it seems). They were playing the Astros.</p>
<p>One thing Spike brought up durring the game was most people don&#8217;t know how to say <a href="http://www.robrohan.com/projects/afae" target="_blank">Afae</a>. That is a pretty bad marketing move on my part. So if you care, I pronounce it Af-ee (like aft and rhymes with tea), the Mac pronounces it uh-fae (rhymes with day), and I think the proper Latin way is Af-eye.</p>
<p>Afae has 3 meanings (as most of my program names). One, it stands for &#8220;Another Fabulous All-purpose Editor&#8221; (change the F if you desire). Two it sounds like a 2 year old saying Giraffe. And three it&#8217;s (uncommon)<br />
Latin for <em>dust</em> - the project is from the remains of what was going to be the CFML Workbench.</p>
]]></content:encoded>
			<wfw:commentRss>http://robrohan.com/2005/08/06/afae-spike-and-the-giants/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CFEclipse BEER</title>
		<link>http://robrohan.com/2005/07/28/cfeclipse-beer/</link>
		<comments>http://robrohan.com/2005/07/28/cfeclipse-beer/#comments</comments>
		<pubDate>Thu, 28 Jul 2005 17:23:00 +0000</pubDate>
		<dc:creator>小罗</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[cfeclipse]]></category>

		<guid isPermaLink="false">http://robrohan.com/2005/07/28/cfeclipse-beer/</guid>
		<description><![CDATA[As you may have heard, by popular demand, Spike made the unstable build (aka the B[E]ER build) available by the built in Eclipse updater and moved the update site to the more logical cfeclipse.org. When the next release comes out (if you&#8217;re in the know you know when
that is ;-D) that updater site will be [...]]]></description>
			<content:encoded><![CDATA[<p>As you may have heard, by popular demand, Spike made the unstable build (aka the B[E]ER build) available by the built in Eclipse updater and moved the update site to the more logical <a href="http://www.cfeclipse.org" target="_blank">cfeclipse.org</a>. When the next release comes out (if you&#8217;re in the know you know when<br />
that is ;-D) that updater site will be the place to get it, not the <a href="http://cfeclipse.tigris.org" target="_blank">tigris.org</a> site.</p>
<p>If you don&#8217;t know what I am talking about, check out the movie on the bottom right of this page called &#8220;Installing CFEclipse&#8221;.</p>
<p>If you are going from the current stable to trying this out there will be many changes, if you&#8217;ve been playing along with the unstable, the changes will be minimal (save for that huge font on the cfc methods viewer&#8230; doh!) - and remember the BEER build should be considered preview and unstable.</p>
]]></content:encoded>
			<wfw:commentRss>http://robrohan.com/2005/07/28/cfeclipse-beer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CFEclipse Intro Videos</title>
		<link>http://robrohan.com/2005/07/07/cfeclipse-intro-videos/</link>
		<comments>http://robrohan.com/2005/07/07/cfeclipse-intro-videos/#comments</comments>
		<pubDate>Thu, 07 Jul 2005 08:44:00 +0000</pubDate>
		<dc:creator>小罗</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[cfeclipse]]></category>

		<guid isPermaLink="false">http://robrohan.com/2005/07/07/cfeclipse-intro-videos/</guid>
		<description><![CDATA[These videos are quite old (I made them when Spike was the new guy on the project&#8230; many moons ago), but they are still a pretty good intro to CFEclipse and Eclipse in general. You can watch them here (look on the right side of the page).
The videos have been dark for a while because [...]]]></description>
			<content:encoded><![CDATA[<p>These videos are quite old (I made them when Spike was the new guy on the project&#8230; many moons ago), but they are still a pretty good intro to CFEclipse and Eclipse in general. You can watch them <a href="#vids" target="_self">here</a> (look on the right side of the page).</p>
<p>The videos have been dark for a while because I didn&#8217;t have a place or bandwidth to host them, but after I saw Rich posted his CFUnited video on <a href="http://www.youtube.com" target="_blank">YouTube</a> (and I<br />
saw it was free) I put them up there.</p>
<p>I went to put them on Google video, but you have to download a special uploader, it can take a day to get posted, download a special movie player, and the player is IE windows only&#8230; how stupid is that. Who is in charge of that? Can anyone say Flash player? Quick time player? Hello&#8230;</p>
<p>The YouTube site seems really cool. Easy, normal web upload. While I was uploading these, I got a message from one of the developers who pointed me to a <em>howto create a link</em> page - good service.</p>
]]></content:encoded>
			<wfw:commentRss>http://robrohan.com/2005/07/07/cfeclipse-intro-videos/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CFEclipse / Macromedia / CFUnited Video</title>
		<link>http://robrohan.com/2005/07/06/cfeclipse-macromedia-cfunited-video/</link>
		<comments>http://robrohan.com/2005/07/06/cfeclipse-macromedia-cfunited-video/#comments</comments>
		<pubDate>Wed, 06 Jul 2005 09:20:00 +0000</pubDate>
		<dc:creator>小罗</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[cfeclipse]]></category>

		<guid isPermaLink="false">http://robrohan.com/2005/07/06/cfeclipse-macromedia-cfunited-video/</guid>
		<description><![CDATA[Rich Boekweg was nice enough to tape the MM keynote and put up the part where Tim Buntel talked about CFEclipse, and Sim&#8217;s speech. If you&#8217;re following the progress of CFEclipse it&#8217;s a nice treat - you can watch it here.
&#8220;It is about 100MB (about 7 minutes long) so best bet is to pause it [...]]]></description>
			<content:encoded><![CDATA[<p>Rich Boekweg was nice enough to tape the MM keynote and put up the part where Tim Buntel talked about CFEclipse, and Sim&#8217;s speech. If you&#8217;re following the progress of CFEclipse it&#8217;s a nice treat - you can watch it <a href="http://www.youtube.com/watch.php?v=LQ85jDItnTw" target="_blank">here</a>.</p>
<p>&#8220;It is about 100MB (about 7 minutes long) so best bet is to pause it and let it finish loading&#8230;&#8221;, Rich says.</p>
<p>Thanks to Rich for doing it. It was nice to see the video. It&#8217;s never too late to <a href="http://lists.topica.com/lists/cfeclipse-contrib/" target="_blank">help out</a> with the project if you fancy. Who knows what could happen next year. Simeon would love to hear from you if you think you can help with the project (code, document, help others, supply beer, can talk to girls, have a car, or have basic magic skills)</p>
]]></content:encoded>
			<wfw:commentRss>http://robrohan.com/2005/07/06/cfeclipse-macromedia-cfunited-video/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Afae (an all purpose editor for Eclipse)</title>
		<link>http://robrohan.com/2005/07/01/afae-an-all-purpose-editor-for-eclipse/</link>
		<comments>http://robrohan.com/2005/07/01/afae-an-all-purpose-editor-for-eclipse/#comments</comments>
		<pubDate>Fri, 01 Jul 2005 11:34:00 +0000</pubDate>
		<dc:creator>小罗</dc:creator>
		
		<category><![CDATA[Afae]]></category>

		<category><![CDATA[cfeclipse]]></category>

		<guid isPermaLink="false">http://robrohan.com/2005/07/01/afae-an-all-purpose-editor-for-eclipse/</guid>
		<description><![CDATA[One of the things that kind of sucks about Eclipse is it just does Java files by default (well that and ant and a few others, but you get my drift). At one point the CFEclipse Crew started to make what we were calling the CFML Workbench which was going to have basic support for [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things that kind of sucks about Eclipse is it just does Java files by default (well that and ant and a few others, but you get my drift). At one point the CFEclipse Crew started to make what we were calling the <em>CFML Workbench</em> which was going to have basic support for many file types out of the box (mostly web types CSS, XML, JS, etc).</p>
<p>The CFML Workbench plan fizzled mostly due to lack of interest / time / motivation. I still have most of the original work (it was kind of my responsibility to build it), and I never really stopped working on it. The extra pieces are pretty stable - stable enough for day to day work anyway - so I am making it it&#8217;s own thing.</p>
<p><a href="http://www.robrohan.com/projects/afae" target="_blank">It&#8217;s called Afae</a> (Another All-purpose Editor - you get to define the <em>F</em>). It supports many many file types including images (view only). It doesn&#8217;t do HTML and CFML you&#8217;ll have to find <a href="http://cfeclipse.org"  target="_blank">another plug-in</a> for those. This was going to be the other part of the CFML Workbench if you will, and it does not include CFEclipse.</p>
<p>The concept is based on JEdit and uses some work done by Chris Grindstaff. This is not an open source project, but you can download the unrestricted public beta by using the Eclipse update and pointing it to http://www.robrohan.com/projects/afae. You&#8217;ll want to have Eclipse 3.1 as I just finished updating it to the latest API.</p>
<p>I still have a lot of features on my list I need to implement, but it&#8217;s a great base to add to your Eclipse tool box.</p>
<p>Have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://robrohan.com/2005/07/01/afae-an-all-purpose-editor-for-eclipse/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
