Trying Eclipse Again And 15 Minutes Later Already Irritated

Posted September 11, 2006 at 10:13 AM by Ben Nadel

We had a staff meeting last week and a co-worker of mine was talking about how great (CF)Eclipse is. So, I thought I would give it another shot and after 15 minutes, I was already irritated. I was just getting into setting it up when I tried to create my snippets and wouldn't you know it... nothing happened. I tried to create a Snippet Folder, entered the name, hit enter and NOTHING. The pop-up didn't close. The snippet folder didn't get created. I tried clicking on the "OK" button. Nothing. So I tried just creating a snippet. Same thing. Nothing happened. Couldn't get it to work at all. Tried restarting my Eclipse editor. NOTHING!!!

Finally got it to work by closing the Snippet Tree view, then re-opening the Snippet Tree view. Now it works. Holy cow was that hard! And all I wanted to do was set up my snippets. This will be the fourth time that I have tried to convert to Eclipse (from Macromedia HomeSite) and already I am agitated, and that is not even a CFEclipse thing, that's just Eclipse in and of itself.

But, I am gonna stay calm. My co-work swears by it. So, breathe, breathe, breathe, find a happy place. I am gonna get through this.



Reader Comments

Sep 11, 2006 at 11:13 AM // reply »
153 Comments

Seconded.

I have it installed, and I watch the Big Names use it in all of their demos, but I just can't get into it. Homesite+ suits me just fine.

I want to be able to use it, as I see things that Ant can do, and I know it would integrate well with my SVN repository ... but I just can't muster the will to fight with beta quality software while I'm coding.


Sep 11, 2006 at 12:58 PM // reply »
10,640 Comments

I am gonna give it a day or so. Part of my problem is that while I do work on Big projects, I have like 15 odd and end changes that need to be done every day on random projects that I don't have set up. I see that I can use the FileExporer view, but personally, I hate the directory / file setup in Eclipse. I love how HomeSite breaks it up to directory view and file view - makes so much more sense!

But, we will see. I finally got some Snippets setup and I got some key-commands set up. So far, I am doing better than I was before.


Sep 11, 2006 at 1:01 PM // reply »
10,640 Comments

Oh sweet ass! I just realized that the FileExplorer IS split up into directories and file views. My bad :)


Sep 11, 2006 at 1:05 PM // reply »
10,640 Comments

Crap, but now, when I try to open up any thing via the Eclipse FileExporer view it tells me there was an error and to view the error log :(

Now, I just have to find the error log and see if it makes any sense.


Oct 3, 2006 at 4:26 PM // reply »
1 Comments

I found the same error when trying to use eclipse file view to open multiple files in different locations. What ended up fixing the problem was creating a project with that mapped drive. Then I was able to access any files under that directory like what homesite exlplorer did. A big pain but the work around we found.


Oct 3, 2006 at 4:29 PM // reply »
10,640 Comments

Apul,

I appreciate the tip. To be honest, I am back on the Homesite wagon again :) It's just tooo easy to work with.

I will try your tip the next time around. Thanks.


Mar 10, 2008 at 8:55 AM // reply »
3 Comments

Dont feel bad I to have tried CFEclipse about 3 times this weekend being the third time. I tried setting up my snippets because ColdFusion Studio handles them so well (Yes I said CF Studio, knock it but it does the job and then some) so I tried setting them up in CFEclipse and nothing. I have so much tension in my shoulders I am about to curl up in a fetal position and rock myself in my happy place. but before I do that does anyone know of a video that shows you how to use CFEclipse?


Apr 13, 2009 at 9:36 PM // reply »
3 Comments

I know the frustration but hang in there I did and I am glad I did. I have been using both CFEclipse and CFStudio 4.5.2 simultaneously. I am trying to go all out on CFEclipse though. Maybe this tutorial will help you I know it helped me even though it is geared towards Java. The basiscs of Eclipse are the same.

http://eclipsetutorial.sourceforge.net/totalbeginner.html


Apr 14, 2009 at 8:44 AM // reply »
10,640 Comments

@Guillermo,

Thanks, I will take a look.


Post A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
InVision App - Prototyping Made Beautiful With Prototyping Tools Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
Feb 12, 2012 at 3:37 AM
Learning ColdFusion 8: CFImage Part III - Watermarks And Transparency
Hi Ben, Just to ask currently it is placed bottom right corner, if i need to replace the same rendered image on the bottom left side or in the bottom center, how that can be calculated. bottom ce ... read »
Feb 11, 2012 at 9:29 PM
Use jQuery's SlideDown() With Fixed-Width Elements To Prevent Jumping
I can't say how glad I am that I found your post. Thank you very much. ... read »
Feb 10, 2012 at 7:21 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
Update! Instead of $(eval(options.insertAfter)).after(data['insertData']); I now use: var ajaxNode = document.createElement('span'); var parent = $(eval(options.insertAfter))[0].parentNode; ... read »
Feb 10, 2012 at 6:18 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
encountered this same, what I consider, jQuery bug last week. I'm building a site in which I load some content via AJAX. This content contains Linkedin share button placeholders which Linkedin API ne ... read »
Feb 10, 2012 at 11:30 AM
Cross-Origin Resource Sharing (CORS) AJAX Requests Between jQuery And Node.js
After you understand the concepts here, this is an awesome cheatsheet for enabling CORS in just about anything http://enable-cors.org/ ... read »
JM
Feb 10, 2012 at 9:10 AM
My Safari Browser SQLite Database Hello World Example
@Amy, Here is a very good tutorial on how to use JOIN: http://www.sqltutorial.org/sqljoin-innerjoin.aspx ... read »
Feb 10, 2012 at 4:42 AM
Building A Twitter-Inspired RESTful API Architecture In ColdFusion
This is great, very useful Ben. I spotted a small typo in the api.cgm listing: <cfthrow type="Unauthroized" /> Cheers Stefan ... read »
Feb 9, 2012 at 10:35 PM
CFDirectory Filtering Uses Pipe Character For Multiple Filters (Thanks Steve Withington)
I was wondering if there would be a filter you could apply so that you got everything but what you included in the filter. As in show me all docs that are not a .pdf. ... read »