<?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>Stillnet Studios &#187; Search Results  &#187;  cfeclipse</title>
	<atom:link href="http://www.stillnetstudios.com/?s=cfeclipse&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.stillnetstudios.com</link>
	<description>Web development notes and commentary from Ryan Stille</description>
	<lastBuildDate>Mon, 09 Aug 2010 02:21:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CFEclipse tip &#8211; Recovering a deleted file</title>
		<link>http://www.stillnetstudios.com/cfeclipse-recover-deleted-file/</link>
		<comments>http://www.stillnetstudios.com/cfeclipse-recover-deleted-file/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 04:25:21 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.stillnetstudios.com/?p=679</guid>
		<description><![CDATA[Today a coworker asked me if I knew how to recover a deleted file in CFEclipse.  He had accidentally deleted it before putting into his source control.  Since he had been working on this file recently, there is a way to recover it.
By default Eclipse keeps a local history of the files you [...]]]></description>
			<content:encoded><![CDATA[<p>Today a coworker asked me if I knew how to recover a deleted file in CFEclipse.  He had accidentally deleted it before putting into his source control.  Since he had been working on this file recently, there <em>is</em> a way to recover it.</p>
<p>By default Eclipse keeps a local history of the files you work on.  From within Eclipse, right click on a file and select Team->Show Local History.</p>
<p><img src="http://www.stillnetstudios.com/wp-content/uploads/2009/12/eclipise-history.png" alt="eclipise file history" title="eclipise file history" width="545" height="615" class="alignnone size-full wp-image-680" style="border: 1px solid black;" /></p>
<p>From here you will get a list of revisions, generally one is made each time you save the file.  You can open a revision, or even use a built in diff tool to compare it to your current version.</p>
<p><img src="http://www.stillnetstudios.com/wp-content/uploads/2009/12/eclipise-history-file.png" alt="eclipse history file list" title="eclipse history file list" width="281" height="197" class="alignnone size-full wp-image-688" style="border: 1px solid black;" /></p>
<p>But in this case we had no current version to even right click on to start the process.  So we simply created a new, empty file in the same location as the old one.  Then we were able to right click on it and pull up the history.</p>
<p>This local history is stored under your workspace in workspace\.metadata\.plugins\org.eclipse.core.resources\.history, but its not easy to manually browse.  There any many directories and the files in those directories are given nonsense file names.  Much easier to stick with the Eclipse interface.</p>
<p>Keep in mind that if you haven&#8217;t edited the file in a while there may not be any history to go to.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stillnetstudios.com/cfeclipse-recover-deleted-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hey Eclipse &#8211; Call me when you grow up</title>
		<link>http://www.stillnetstudios.com/eclipse-sucks/</link>
		<comments>http://www.stillnetstudios.com/eclipse-sucks/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 04:11:41 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://ryan.cfwebtools.com/2007/01/08/eclipse-sucks/</guid>
		<description><![CDATA[Ok &#8211; I think I&#8217;m done with Eclipse, the promising Java-based editor for ColdFusion, PHP, Java, you name it.  I tried to like it, I really did.  It has many promising features.  The Who&#8217;s Who of the ColdFusion world all use it.  I like the idea of Subversion plugins, fusebox plugins, [...]]]></description>
			<content:encoded><![CDATA[<p>Ok &#8211; I think I&#8217;m done with Eclipse, the promising Java-based editor for ColdFusion, PHP, Java, you name it.  I tried to like it, I really did.  It has many promising features.  The Who&#8217;s Who of the ColdFusion world all use it.  I like the idea of Subversion plugins, fusebox plugins, etc.  There&#8217;s a plugin for almost anything!  I would like to be intimately familiar with this editor, and be able to easily use it for Java or Flex development, should the need ever arise.  I&#8217;ve completely abandoned Homesite, my old editor of choice, for the last month to really get used to CFEclipse.  I&#8217;ve setup a number of shortcuts to my liking (Ctrl+F6 to switch through open documents &#8211; who decided that should be the default?).  I&#8217;ve been using it everyday for a number of client sites.  I&#8217;ve been using it at home for PHP development.</p>
<p>But it feels like I&#8217;ve been fighting it the whole time. <span id="more-19"></span> It feels like a buggy, unpolished product not ready for use by everyday programmers who just need to get their work done.  I&#8217;ve been doing a lot of work via FTP the last few months, on a client&#8217;s server.  The FTP support is just horrible.  When your connection times out, and you click on another directory, the connection is automatically reestablished and the directory contents listed out.  Wonderful!  But if you are timed out and you try to save the file you&#8217;ve been working on, you get two error dialogs, and the file is marked as saved.  But its not.  So you have to click on another directory to reestablish the connection, then make a change to the file so Eclipse thinks it needs to be saved, then you can save it.</p>
<p>I still haven&#8217;t found a way to create a new file, or rename a file through FTP.  There are no timestamps listed with FTP files.  I&#8217;ve also tried the Aptana plugin, which has an FTP client.  It showed that it would successfully save files without errors, but after spending awhile trying to figure out why my modified code wasn&#8217;t executing, I discovered that it wasn&#8217;t really saving my files.  Homesite works just fine, so I don&#8217;t think the problem lies with the server.</p>
<p>I&#8217;ve been clicking through these errors 50 times every day, switching directories unnecessarily just to get my files saved.  And at home, with my PHP development &#8211; half of the time when I switch between my open PHP files, I get prompted to open the file! If I click ok the file opens in Homesite or Notepad or whatever I have associated with the .php extension.  Associating .php with Eclipse does <em>not</em> solve the problem.</p>
<p>When I hit F1 on a ColdFusion tag in CFEclipse, there&#8217;s no instant syntax help like in HomeSite.  Instead, a browser window slowly loads in the bottom of my editor, after a few seconds a cfQuickDocs page shows up.  Now cfQuickDocs is quick, <em>after</em> you&#8217;ve loaded the page for the first time.  But every time I hit F1 for syntax help I&#8217;m loading the page for the first time, because I don&#8217;t have the screen real estate to keep that help window open all the time (who does?).  At the same time I always get an Eclipse help window popping up on the right hand side, giving me help about the Workbench, Perspectives, etc.  Every time!</p>
<p>I&#8217;ve been doing a lot of Fusebox development lately.  I downloaded the Fusebox plugin for Eclipse, and put it into my plugins folder.  I restarted Eclipse.  Nothing happened.  All my XML files are still all black &#8211; no syntax highlighting.  I don&#8217;t really know what else the plugin was supposed to do. I think it was for Fusebox 3 anyway &#8211; not very helpful, even if it did work.  There&#8217;s more, but I&#8217;ll stop there.</p>
<p>So I&#8217;m done.  I really wanted to use Eclipse.  Maybe I&#8217;ll give it another try next year.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stillnetstudios.com/eclipse-sucks/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
