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 »
11,238 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 »
11,238 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 »
11,238 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 »
11,238 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 »
11,238 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
Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
May 22, 2013 at 12:44 PM
Ask Ben: Query Loop Inside CFScript Tags
In cf10, if you call a function that has: local.result = {}; local.result.msg = ""; local.svc = new query(); local.svc.setSQL("SELECT * FROM..."); local.obj = local.svc.exe ... read »
May 22, 2013 at 12:29 PM
Strange Interaction Between DeserializeJson(), ArrayContains(), And Database Values In ColdFusion
@Ben: What version of Java are you using? Also, did you test users.id to see what Java reports as the data type? I wonder if it's not a Java primitive data type, but getting returned as something ... read »
May 22, 2013 at 11:47 AM
Strange Interaction Between DeserializeJson(), ArrayContains(), And Database Values In ColdFusion
@Dana, Awesome - so it looks like this bug was fixed in ColdFusion 10. Thanks so much for double-checking that. ... read »
May 22, 2013 at 11:37 AM
Strange Interaction Between DeserializeJson(), ArrayContains(), And Database Values In ColdFusion
When I c&p and run on cf10, I get: Selected User IDs: 1,4 User 1 selected: YES - YES User 2 selected: NO - NO User 3 selected: NO - NO User 4 selected: YES - YES User 5 selected: NO - ... read »
May 22, 2013 at 11:27 AM
Strange Interaction Between DeserializeJson(), ArrayContains(), And Database Values In ColdFusion
@Tom, Good thought, but no dice. Both of these still exhibit the same behavior: users.id[ users.currentRow ] users[ "id" ][ users.currentRow ] It's just something whacky happening with ... read »
May 22, 2013 at 11:07 AM
Strange Interaction Between DeserializeJson(), ArrayContains(), And Database Values In ColdFusion
Could your problem be that "users.id" is actually an ARRAY, not a single value? Perhaps try it again with "users.id[1]" (I only have CF8 here at work). ... read »
May 22, 2013 at 7:52 AM
Nested Views, Routing, And Deep Linking With AngularJS
Hi, Just a quick thank you. As it happens, for my own purposes, the pending ui-router work being done in native angular is likely the one I'll adopt, but your exploration, code and documentation of ... read »
May 22, 2013 at 4:43 AM
How Do You Use The ColdFusion CFParam Tag?
'<cfparam>' or 'isDefined()and <cfset>' performs the same task.Is there any difference? ... read »
InVision App - Prototyping Made Beautiful With Prototyping Tools