<?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>thecrumb &#187; CFEclipse</title>
	<atom:link href="http://thecrumb.com/tag/cfeclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://thecrumb.com</link>
	<description>ramblings of a coldfusion developer</description>
	<lastBuildDate>Thu, 09 Sep 2010 23:19:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Passing Arguments To Ant Using Eclipse</title>
		<link>http://thecrumb.com/2010/05/29/passing-arguments-to-ant-using-eclipse/</link>
		<comments>http://thecrumb.com/2010/05/29/passing-arguments-to-ant-using-eclipse/#comments</comments>
		<pubDate>Sat, 29 May 2010 20:03:03 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Ant]]></category>
		<category><![CDATA[CFEclipse]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/?p=1122</guid>
		<description><![CDATA[Over the last few days I&#8217;ve been reworking one of my build files and needed to be able to pass in an argument at run time, which is easy to do using the command line.  But I became curious if there was any way to do it running the script within Eclipse. Turns out it [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last few days I&#8217;ve been reworking one of my build files and needed to be able to pass in an argument at run time, which is easy to do using the command line.  But I became curious if there was any way to do it running the script within Eclipse.</p>
<p>Turns out it was easy.</p>
<p>Crank up the Ant view and right click on your build file:</p>
<div id="attachment_1123" class="wp-caption alignnone" style="width: 510px"><a href="http://thecrumb.com/wp-content/uploads/2010/05/antargs1.png"><img class="size-full wp-image-1123 " src="http://thecrumb.com/wp-content/uploads/2010/05/antargs1.png" alt="" width="500" height="270" /></a><p class="wp-caption-text">Run As</p></div>
<p>Click <strong>Run As</strong> and select <strong>External Tools Configuration</strong></p>
<div id="attachment_1124" class="wp-caption alignnone" style="width: 510px"><a href="http://thecrumb.com/wp-content/uploads/2010/05/antargs2.png"><img class="size-full wp-image-1124" src="http://thecrumb.com/wp-content/uploads/2010/05/antargs2.png" alt="" width="500" height="362" /></a><p class="wp-caption-text">External Tool Dialog</p></div>
<p>Click the <strong>Main </strong>tab and enter your Ant arguments in the arguments dialog. What is neat is you can create multiple configurations so you can run your build easily with different arguments.  Enter a friendly name and notice it show up on the file list on the left.</p>
<p>You can then right click on that name and duplicate it and then modify the arguments in the new config.</p>
<div id="attachment_1125" class="wp-caption alignnone" style="width: 421px"><a href="http://thecrumb.com/wp-content/uploads/2010/05/antargs3.png"><img class="size-full wp-image-1125" src="http://thecrumb.com/wp-content/uploads/2010/05/antargs3.png" alt="" width="411" height="307" /></a><p class="wp-caption-text">Duplicate</p></div>
<p>Now if you return to the Ant view, right click and select <strong>Run As&#8230;</strong> you will get a dialog with the configurations you defined&#8230;</p>
<div id="attachment_1126" class="wp-caption alignnone" style="width: 408px"><a href="http://thecrumb.com/wp-content/uploads/2010/05/antargs4.png"><img class="size-full wp-image-1126" src="http://thecrumb.com/wp-content/uploads/2010/05/antargs4.png" alt="" width="398" height="266" /></a><p class="wp-caption-text">Options</p></div>
<p>My Ant target looks like:</p>
<pre class="brush: text">
</pre>
<p>And we&#8217;ll replace ${myValue} with an argument I defined in my  configuration above (<em>-DmyValue=&#8221;Jim Likes Ant&#8221;</em>). Running my two options I defined will output</p>
<pre class="brush: text">

Buildfile: D:\workspace\ant\helloworld-1.xml
helloworld:
[echo] Hello World Jim Likes Ant
BUILD SUCCESSFUL
Total time: 122 milliseconds

Buildfile: D:\workspace\ant\helloworld-1.xml
helloworld:
[echo] Hello World Jim Hates Ant
BUILD SUCCESSFUL
Total time: 122 milliseconds
</pre>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2010/05/29/passing-arguments-to-ant-using-eclipse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CFEclipse 1.3.5 Released &#8211; Now with Code Formatting</title>
		<link>http://thecrumb.com/2010/02/01/cfeclipse-1-3-5-released-now-with-code-formatting/</link>
		<comments>http://thecrumb.com/2010/02/01/cfeclipse-1-3-5-released-now-with-code-formatting/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 16:24:30 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[CFEclipse]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/?p=1044</guid>
		<description><![CDATA[One of the things I&#8217;m most excited about in the latest CFEclipse 1.3.5 release is the new code formatting feature. At work we have a LOT of spaghetti code&#8230;  weird indenting, mixed case tags, etc.  With the new code formatter in CFEclipse getting this cleaned up is a matter of a few keystrokes! The mixed [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things I&#8217;m most excited about in the latest CFEclipse 1.3.5 release is the new code formatting feature.</p>
<p>At work we have a LOT of spaghetti code&#8230;  weird indenting, mixed case tags, etc.  With the new code formatter in CFEclipse getting this cleaned up is a matter of a few keystrokes!</p>
<div id="attachment_1045" class="wp-caption aligncenter" style="width: 510px"><a href="http://thecrumb.com/wp-content/uploads/2010/02/formatsource1.png"><img class="size-full wp-image-1045" src="http://thecrumb.com/wp-content/uploads/2010/02/formatsource1.png" alt="Format Source" width="500" height="80" /></a><p class="wp-caption-text">Format Source - New in CFEclipse 1.3.5</p></div>
<p>The mixed case tags really drive me nuts as well and I&#8217;ve kept Homesite installed because it can easily swap case on tags.  I asked Denny about this (Denny is one of our <em>awesome </em>CFEclipse developers) and he added an experimental &#8216;change case&#8217; feature!  Woot!</p>
<div id="attachment_1046" class="wp-caption aligncenter" style="width: 426px"><a href="http://thecrumb.com/wp-content/uploads/2010/02/formatsource2.png"><img class="size-full wp-image-1046" src="http://thecrumb.com/wp-content/uploads/2010/02/formatsource2.png" alt="Change Case Option" width="416" height="235" /></a><p class="wp-caption-text">Change Case Option -  New in CFEclipse 1.3.5</p></div>
<p>It doesn&#8217;t work with cfscript but most of the older code I work with was probably written before the cfscript was introduced so it isn&#8217;t a huge deal.</p>
<p>See <a title="CFEclipse 1.3.5 New Features" href="http://www.cfeclipse.org/update/web/doc/intro/doc/new.html">this list</a> for more new features in the CFEclipse 1.3.5 release.</p>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2010/02/01/cfeclipse-1-3-5-released-now-with-code-formatting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fusebox Fuseactions In Eclipse Outline View</title>
		<link>http://thecrumb.com/2010/01/28/fusebox-fuseactions-in-eclipse-outline-view/</link>
		<comments>http://thecrumb.com/2010/01/28/fusebox-fuseactions-in-eclipse-outline-view/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 16:16:05 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[CFEclipse]]></category>
		<category><![CDATA[fusebox]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/?p=1040</guid>
		<description><![CDATA[I&#8217;m working on an older project written in Fusebox (I&#8217;m so happy to be working on something using a framework for a change!) and was struggling to weed through the circuit files. I&#8217;m using CFEclipse and editing the XML files using Aptana&#8217;s XML editor. My first thought was I could use the Outline view but [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on an older project written in Fusebox (I&#8217;m so happy to be working on something using a framework for a change!) and was struggling to weed through the circuit files.</p>
<p>I&#8217;m using CFEclipse and editing the XML files using Aptana&#8217;s XML editor.</p>
<p>My first thought was I could use the Outline view but that didn&#8217;t give me anything useful:</p>
<div id="attachment_1041" class="wp-caption aligncenter" style="width: 510px"><a href="http://thecrumb.com/wp-content/uploads/2010/01/outline1.png"><img class="size-full wp-image-1041" src="http://thecrumb.com/wp-content/uploads/2010/01/outline1.png" alt="Aptana XML Editor - Default Outline View" width="500" height="172" /></a><p class="wp-caption-text">Aptana XML Editor - Default Outline View</p></div>
<p>Digging in the Aptana preferences however turned up this GEM:</p>
<p><strong>Aptana &gt; Editors &gt; XML </strong></p>
<p><em>&#8220;Tag attributes to show in outline view&#8221;</em></p>
<p>By default this is set to &#8216;id&#8217;.  I added &#8216;name&#8217; (it accepts a comma delimited list) and viola! It now shows my fuseactions in the Outline view:</p>
<div id="attachment_1042" class="wp-caption aligncenter" style="width: 510px"><a href="http://thecrumb.com/wp-content/uploads/2010/01/outline2.png"><img class="size-full wp-image-1042" src="http://thecrumb.com/wp-content/uploads/2010/01/outline2.png" alt="Outline View Showing Name Attribute" width="500" height="156" /></a><p class="wp-caption-text">Outline View Showing Name Attribute</p></div>
<p>I think CFBuilder is using Aptana under the hood so I would imagine this may work there as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2010/01/28/fusebox-fuseactions-in-eclipse-outline-view/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Saying Something Nice About Adobe</title>
		<link>http://thecrumb.com/2009/12/10/saying-something-nice-about-adobe/</link>
		<comments>http://thecrumb.com/2009/12/10/saying-something-nice-about-adobe/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 19:01:48 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[CFEclipse]]></category>
		<category><![CDATA[ColdFusion]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/?p=1015</guid>
		<description><![CDATA[In the past I&#8217;ve bashed on Adobe about costly software, broken extensions and lack of Linux support but today I have something nice to say! Recently on the CFEclipse mailing list we were discussing the ColdFusion 9 dictionary file and someone mentioned it would be nice if we could simply use the one from ColdFusion [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://thecrumb.com/wp-content/uploads/2009/12/adobe.png" alt="adobe" width="226" height="200" class="alignright size-full wp-image-1016" />In the past I&#8217;ve bashed on Adobe about costly software, broken extensions and lack of Linux support but today I have something nice to say!</p>
<p>Recently on the CFEclipse mailing list we were discussing the ColdFusion 9 dictionary file and someone mentioned it would be nice if we could simply use the one from ColdFusion Builder.  I shot off an email to Adam Lehman from Adobe and honestly expected either a) no reply or b) a firm &#8216;No&#8217;.</p>
<p>But instead Adam <em>did</em> reply and indicated he&#8217;d &#8220;look into it&#8221;.</p>
<p>So I waited a few weeks knowing Adam is a busy person and emailed him again.  And again he replied!  He said it seemed like sharing the dictionary file was possible but he still had to &#8216;run it by legal&#8217;.</p>
<p>OK. Now we&#8217;re doomed I thought.</p>
<p>So I waited another week or so and bugged him again.   And low and behold this comes across Twitter:</p>
<blockquote><p>@thecrumb btw. I got Adobe VP approval to share the #ColdFusion Builder dictionary w/ CFEclipse!</p></blockquote>
<p>So I&#8217;d just like to publicly thank Adam for following through on my inquiry, and thanks to Adobe for sharing their toys with the other kids!</p>
<p>Now about that Linux version of ColdFusion Builder&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2009/12/10/saying-something-nice-about-adobe/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Where Does CFEclipse Fit In An Open CFML World?</title>
		<link>http://thecrumb.com/2009/04/07/where-does-cfeclipse-fit-in-an-open-cfml-world/</link>
		<comments>http://thecrumb.com/2009/04/07/where-does-cfeclipse-fit-in-an-open-cfml-world/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 17:18:08 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[CFEclipse]]></category>
		<category><![CDATA[cfml]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/?p=814</guid>
		<description><![CDATA[Lately with all the news about open source CFML I&#8217;ve been wondering where CFEclipse fits in?  We all know Bolt is on the horizon but being an Adobe product I simply don&#8217;t see it supporting the other CFML engines. While CFEclipse certainly isn&#8217;t going anywhere &#8211; I do wonder about it&#8217;s future. Mark Drew has [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-820" src="http://thecrumb.com/wp-content/uploads/2009/04/old_cars.jpg" alt="old_cars" width="271" height="112" />Lately with all the news about open source CFML I&#8217;ve been wondering where CFEclipse fits in?  We all know Bolt is on the horizon but being an Adobe product I simply don&#8217;t see it supporting the other CFML engines.</p>
<p>While CFEclipse certainly isn&#8217;t going anywhere &#8211; I do wonder about it&#8217;s future. Mark Drew has moved on to Railo (a good thing!).  While Mark has <a href="http://www.markdrew.co.uk/blog/post.cfm/is-cfeclipse-dead">stated CFEclipse is not dead</a>, I do wonder how much time he will realistically be able to commit to the project.</p>
<p><strong>So What&#8217;s The Big Deal?</strong></p>
<p>I use CFEclipse everyday and it <em>does</em> work, but much like a car, without regular maintenance things begin to fall apart.  Today there are over <a href="http://trac.cfeclipse.org/cfeclipse/report/1">200 open tickets</a> in the CFEclipse bug tracker.  The Adobe ColdFusion Extensions are <a href="http://www.thecrumb.com/2009/04/06/why-closed-source-frustrates-me-and-another-plea-to-adobe/">broken</a>.  And I wonder if interest is waning because Bolt is coming?</p>
<p><strong>The Future</strong></p>
<p>I&#8217;ve always thought that CFEclipse should be an open &#8220;CFML&#8221; editor and given the Eclipse plugin architecture it seems like CFEclipse could be built to support the CFML Advisory Board&#8217;s &#8216;core&#8217; CFML language by default and other vendors could supply plugins (free or commercial) that would provide language support for their products. Grand ideas for sure&#8230;</p>
<p><strong>The Solution?</strong></p>
<p>I&#8217;m not sure what the solution is?  People on the mailing list have openly stated they would be willing to pay to have features added to CFEclipse. But <em>who </em>to pay is the question?  While we have an abundance of users -  people with the time, skills and knowledge to work under the hood have been hard to find.</p>
<p>It may be too early for this but I have wondered if the new CFML kids on the block (OpenBD and Railo) would have spare resources available to help support CFEclipse?</p>
<p>For years the biggest complaint about ColdFusion was the lack of a good IDE.  CFEclipse has filled that gap, and with the alternatives (Bolt, Homesite and Dreamweaver) being Adobe products -  the CFML community will have much to gain by keeping CFEclipse healthy and open.</p>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2009/04/07/where-does-cfeclipse-fit-in-an-open-cfml-world/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Why Closed Source Frustrates Me And Another Plea To Adobe</title>
		<link>http://thecrumb.com/2009/04/06/why-closed-source-frustrates-me-and-another-plea-to-adobe/</link>
		<comments>http://thecrumb.com/2009/04/06/why-closed-source-frustrates-me-and-another-plea-to-adobe/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 23:23:08 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[CFEclipse]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/?p=810</guid>
		<description><![CDATA[Today I&#8217;ve been thinking how great open source is&#8230; All the recent Railo and OpenBD news &#8211; big things for CFML! E Text Editor goes &#8216;open company&#8216; (now maybe we&#8217;ll see a Linux version!) And my daily work with JIRA is enhanced because I know I can peek under the hood at any time&#8230; And [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;ve been thinking how great open source is&#8230;</p>
<ul>
<li>All the recent Railo and OpenBD news &#8211; big things for CFML!</li>
<li>E Text Editor goes &#8216;<a href="http://e-texteditor.com/blog/2009/releasing-the-source">open company</a>&#8216; (now maybe we&#8217;ll see a Linux version!)</li>
<li>And my daily work with <a href="http://www.atlassian.com/software/jira/">JIRA</a> is enhanced because I know I can peek under the hood at any time&#8230;</li>
</ul>
<p>And then I get an email on the CFEclipse mailing list about the ColdFusion extensions from Adobe being broken.</p>
<p>Usually when people post off-topic items on the CFEclipse mailing list I try to help out as much as possible.  But in this case I really can&#8217;t do squat and it&#8217;s frustrating.  I&#8217;ve blogged about the ColdFusion extension issue before:  <a href="http://www.thecrumb.com/2009/02/17/dear-adobe-the-eclipse-extension-is-broken/">Dear Adobe, The Eclipse Extension Is Broken…</a></p>
<p>But&#8230;</p>
<ul>
<li>The extension source is closed so no one outside of Adobe can do anything to help fix it</li>
<li>Adobe has no public bug tracker for their tools (except Flex) so I don&#8217;t know where to &#8216;officially&#8217; go to report an issue</li>
</ul>
<p>So I&#8217;m left to whine on my blog and hope someone from Adobe stops by&#8230;  Ben Forta actually responded to the thread above but his anwser was a bit vague.  It sounds like this CF Extension functionality will be rolled into Bolt but will there still be a free version available for Eclipse afterwards???</p>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2009/04/06/why-closed-source-frustrates-me-and-another-plea-to-adobe/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Amateras &#8211; An Aptana Alternative?</title>
		<link>http://thecrumb.com/2009/04/06/amateras-an-aptana-alternative/</link>
		<comments>http://thecrumb.com/2009/04/06/amateras-an-aptana-alternative/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 13:12:53 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[CFEclipse]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/?p=805</guid>
		<description><![CDATA[One topic that pops up constantly on the CFEclipse mailing list is what do you use to edit HTML/JS/CSS/XML? The typical answer is Aptana, but I may have found an alternative:  Amateras&#8217; Eclipse HTMLEditor. I&#8217;ve just installed and am still digging around but it looks feature rich.  There doesn&#8217;t seem to be autocomplete for CSS [...]]]></description>
			<content:encoded><![CDATA[<p>One topic that pops up constantly on the CFEclipse mailing list is what do you use to edit HTML/JS/CSS/XML?</p>
<p>The typical answer is Aptana, but I may have found an alternative:  <a href="http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=EclipseHTMLEditor">Amateras&#8217; Eclipse HTMLEditor</a>.</p>
<p>I&#8217;ve just installed and am still digging around but it looks feature rich.  There doesn&#8217;t seem to be autocomplete for CSS but it does have a neat &#8216;preview&#8217; mode which shows you want your CSS will look like.</p>
<p>They also have a few other tools I&#8217;m going to checkout:</p>
<ul>
<li><a href="http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=AmaterasUML">AmaterasUML</a> &#8211; UML Diagrams</li>
<li><a href="http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=AmaterasERD">AmaterasERD</a> &#8211; ERD Diagrams</li>
<li><a href="http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=AmaterasAIR">AIR GEAR</a> &#8211; Flex and AIR support</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2009/04/06/amateras-an-aptana-alternative/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Getting CFEclipse 1.3.3 In Ganymede</title>
		<link>http://thecrumb.com/2009/04/01/getting-cfeclipse-133-in-ganymede/</link>
		<comments>http://thecrumb.com/2009/04/01/getting-cfeclipse-133-in-ganymede/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 23:18:06 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[CFEclipse]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/?p=798</guid>
		<description><![CDATA[Recently on the CFEclipse mailing list there has been some confusion as to what the latest version of CFEclipse is, and how to get it. CFEclipse is actually up to 1.3.3 in &#8220;Cutting Edge&#8221; mode.  But depending on your Eclipse platform and setup you may not know that. Turns out your version of Ganymede, and [...]]]></description>
			<content:encoded><![CDATA[<p>Recently on the CFEclipse mailing list there has been some confusion as to what the latest version of CFEclipse is, and how to get it.</p>
<p>CFEclipse is actually up to 1.3.3 in &#8220;Cutting Edge&#8221; mode.  But depending on your Eclipse platform and setup you may not know that.</p>
<p>Turns out your version of Ganymede, and your choice of update mode in Eclipse makes a difference (don&#8217;t ask me why).</p>
<p>The trick to see the 1.3.3 update is to revert back to the &#8220;Classic Update&#8221; mode in Eclipse.</p>
<p>If you download &#8220;Eclipse Classic&#8221; then you should be able to easily change your update mode to &#8220;Classic&#8221; (Windows &gt; Preferences &gt; General &gt; Capabilities &#8211; Enable &#8220;Classic Update&#8221;).</p>
<p>But I recently downloaded Eclipse and when I went looking for this &#8211; I didn&#8217;t have a &#8220;General &gt; Capabilities&#8221; menu selection!  Turns out <em>only</em> Eclipse Classic has this.  I had downloaded &#8220;<span class="packageTitle">Eclipse IDE for Java Developers</span>&#8220;.   After doing a few Google searches I found <a title="Ganymede and Classic Update" href="http://hamandeggs.wordpress.com/2009/01/20/eclipse-34-ganymede-and-classic-update/">this hack on the Ham and Eggs blog</a> (great name!):</p>
<blockquote><p>In reality that is quite simple, just browse to <em><strong>WORKSPACE/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs</strong></em> and add a new line containing:</p>
<pre>UIActivities.org.eclipse.equinox.p2.ui.sdk.classicUpdate=true</pre>
</blockquote>
<p>Restarting Eclipse I still didn&#8217;t have a &#8220;General &gt; Capabilities&#8221; menu selection, but the Classic Update is activated.  Now when I add the CFEclipse update site and check I see:</p>
<div id="attachment_800" class="wp-caption aligncenter" style="width: 505px"><img class="size-full wp-image-800" src="http://thecrumb.com/wp-content/uploads/2009/04/eclipseupdate.png" alt="CFEclipse 1.3.3" width="495" height="122" /><p class="wp-caption-text">CFEclipse 1.3.3</p></div>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2009/04/01/getting-cfeclipse-133-in-ganymede/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Developer Toolbox: QueryParam Scanner</title>
		<link>http://thecrumb.com/2009/02/18/developer-toolbox-queryparam-scanner/</link>
		<comments>http://thecrumb.com/2009/02/18/developer-toolbox-queryparam-scanner/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 14:07:24 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[CFEclipse]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/?p=698</guid>
		<description><![CDATA[I have been working on some really old code lately and to say it is a mess would be an understatement. Evaluate statements all over, font tags and queries with no queryparams. I&#8217;ve been using the first version of QueryParam Scanner for awhile now and discovered that it&#8217;s been recently updated &#8211; nice new interface: [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working on some really old code lately and to say it is a mess would be an understatement. Evaluate statements all over, font tags and queries with no queryparams.</p>
<p>I&#8217;ve been using the first version of <a href="http://www.hybridchill.com/projects/qpscanner.html">QueryParam Scanner</a> for awhile now and discovered that it&#8217;s been recently updated &#8211; nice new interface:</p>
<div id="attachment_699" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-699" src="http://thecrumb.com/wp-content/uploads/2009/02/qpscanner.png" alt="QueryParam Scanner" width="500" height="280" /><p class="wp-caption-text">QueryParam Scanner</p></div>
<p>Also a nice new options screen:</p>
<div id="attachment_704" class="wp-caption aligncenter" style="width: 519px"><img class="size-full wp-image-704" src="http://thecrumb.com/wp-content/uploads/2009/02/qpscanner1.png" alt="QueryParam Scanner Options" width="509" height="425" /><p class="wp-caption-text">QueryParam Scanner Options</p></div>
<p>And I also noticed a blurb about an Eclipse plugin.  Installation instructions are on the link above via the traditional Update Site method or you can download the .jar file directly.</p>
<p>When I first installed it I was a bit confused on how to run it from within Eclipse but after a bit of digging I found it!  Simply right click on your directory and there will be a new option &#8220;Scan With QueryParam Scanner&#8221;</p>
<div id="attachment_701" class="wp-caption aligncenter" style="width: 508px"><img class="size-full wp-image-701" src="http://thecrumb.com/wp-content/uploads/2009/02/qpscanner2.png" alt="QueryParam Scanner Eclipse Plugin" width="498" height="408" /><p class="wp-caption-text">QueryParam Scanner Eclipse Plugin</p></div>
<p>This will then open up your browser, start QueryParam Scanner and load the selected directory.   Very slick!  Unfortunately there doesn&#8217;t seem to be a way to pass in options (recurse directory) so it will only zip through the files in the root of the directory you select.  The author <span class="subhead"> Peter Boughton does mention these are early releases. </span>Hopefully he can tweak this a bit in future versions to give you more control.</p>
<p>In my opinion every project should be run through QueryParam Scanner and the VarScoper, just in case. :)</p>
<p><strong>Update:</strong><br />
Peter left a comment and after checking there is indeed a QueryParam Scanner option under the Preferences menu (which I somehow completely missed!)</p>
<div id="attachment_711" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-711" src="http://thecrumb.com/wp-content/uploads/2009/02/qpscannerprefs.png" alt="QueryParam Plugin Preferences" width="500" height="384" /><p class="wp-caption-text">QueryParam Plugin Preferences</p></div>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2009/02/18/developer-toolbox-queryparam-scanner/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dear Adobe, The Eclipse Extension Is Broken&#8230;</title>
		<link>http://thecrumb.com/2009/02/17/dear-adobe-the-eclipse-extension-is-broken/</link>
		<comments>http://thecrumb.com/2009/02/17/dear-adobe-the-eclipse-extension-is-broken/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 20:29:48 +0000</pubDate>
		<dc:creator>Jim Priest</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[CFEclipse]]></category>
		<category><![CDATA[rds]]></category>

		<guid isPermaLink="false">http://www.thecrumb.com/?p=671</guid>
		<description><![CDATA[With Bolt coming &#8211; I&#8217;m wondering if Adobe will continue to support the Eclipse extension (RDS, debugger, etc).  I don&#8217;t recall it being updated for Ganymede and looking in the download  the last timestamps are from 1/2008 (it would be nice if they gave this a version #). Right now there appears to be a [...]]]></description>
			<content:encoded><![CDATA[<p>With Bolt coming &#8211; I&#8217;m wondering if Adobe will continue to support the Eclipse extension (RDS, debugger, etc).  I don&#8217;t recall it being updated for Ganymede and looking in the download  the last timestamps are from 1/2008 (it would be nice if they gave this a version #).</p>
<p>Right now there appears to be a bug with it and Ganymede (Eclipse 3.4) and I have no idea how to contact Adobe about it&#8230;  The issue is documented on <a href="http://www.vintagecoding.com/blog/2008/07/24/eclipse-rds-might-be-a-problem-with-ganymede/">this post</a> and I&#8217;ve taken the screenshot below to illustrate:</p>
<div id="attachment_672" class="wp-caption aligncenter" style="width: 527px"><img class="size-full wp-image-672" src="http://thecrumb.com/wp-content/uploads/2009/02/rdserror.png" alt="Adobe Eclipse Extension Bug" width="517" height="225" /><p class="wp-caption-text">Adobe Eclipse Extension Bug</p></div>
<p>Right now I can make an RDS connection but when I expand my directory (A) I get an error (B) if I click on the directory to expand it.  What is odd is I can then click on the navigation arrows (C) and navigate through my directories and while it works it is tedious.</p>
<p>Anyone from Adobe read my blog and care to comment? :)</p>
<p><strong>Update </strong>- same issue appears with the RDS Dataview:</p>
<div id="attachment_676" class="wp-caption alignright" style="width: 510px"><img class="size-full wp-image-676" src="http://thecrumb.com/wp-content/uploads/2009/02/rdserror2.png" alt="Dataview Issue" width="500" height="284" /><p class="wp-caption-text">Dataview Issue</p></div>
<p>Same issue &#8211; You can connect (A) but never get a list just &#8220;Contact server&#8230;&#8221;.  However you can open the Query Viewer and see a list of available data sources (B) and even query against them (C).</p>
]]></content:encoded>
			<wfw:commentRss>http://thecrumb.com/2009/02/17/dear-adobe-the-eclipse-extension-is-broken/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
