Monday, May 21, 2012    
Home My Books Blog ColdFusion About Me Back    

Calendar
<< Nov 2007 >>
S M T W T F S
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30  

Search

Categories
 • Acrobat (5) [RSS]
 • Adobe (117) [RSS]
 • AdobeMAX06 (45) [RSS]
 • AdobeMAX07 (59) [RSS]
 • AdobeMAX08 (66) [RSS]
 • AdobeMAX09 (39) [RSS]
 • AdobeMAX10 (34) [RSS]
 • AdobeMAX11 (28) [RSS]
 • AdobeMAX13 (1) [RSS]
 • AIR (299) [RSS]
 • Appearances (217) [RSS]
 • Books (86) [RSS]
 • CFEclipse (15) [RSS]
 • Cloud (1) [RSS]
 • ColdFusion (1482) [RSS]
 • ColdFusion Builder (23) [RSS]
 • Data Services (43) [RSS]
 • Fish Tank (5) [RSS]
 • Flash (368) [RSS]
 • Flex (565) [RSS]
 • Home Automation (5) [RSS]
 • HTML5 (35) [RSS]
 • JavaScript (3) [RSS]
 • Jobs (133) [RSS]
 • jQuery (15) [RSS]
 • JRun (14) [RSS]
 • Labs (63) [RSS]
 • LiveCycle (37) [RSS]
 • MAX (285) [RSS]
 • Mobile (257) [RSS]
 • PhoneGap (17) [RSS]
 • Regular Expressions (19) [RSS]
 • RIA (21) [RSS]
 • SQL (45) [RSS]
 • Stuff (554) [RSS]
 • Tips (CF Studio) (80) [RSS]
 • Tips (CF) (795) [RSS]
 • Tips (Dreamweaver) (91) [RSS]
 • Tips (Flex Builder) (2) [RSS]
 • Using CF (167) [RSS]

Other BLOGs
 • Charlie Arehart
 • Lee Brimelow
 • Ray Camden
 • Christophe Coenraets
 • Sean Corfield
 • Mihai Corlan
 • Cornel Creanga
 • Mark Doherty
 • John Dowdell
 • Danny Dura
 • Enrique Duvos
 • Steven Erat
 • Kevin Hoyt
 • Serge Jespers
 • Adam Lehman
 • Duane Nickull
 • Miti Pricope
 • Andrew Shorten
 • Ryan Stewart
 • James Ward
 • Greg Wilson
 • Full As A Goog

RSS Feeds
 • Feed
 • Subscribe

Join my mailing list and find out about new books and other topics of interest.

Thoughts, ideas, tips, musings, and pontifications (not necessarily in that order) by Ben Forta ...
NOTE: This is my personal blog, and the opinions and statements voiced here are my own.

Viewing By Entry / Main
November 8, 2007

CFEclipse Article On IBM developerWorks

Jim Priest has written a great article on CFEclipse for IBM developerWorks entitled Code ColdFusion applications fast with the Eclipse CFEclipse plug-in.

Comments
Ben, one quick question, i downloaded eclipse like last week, but when i try to open a file from my windows explorer, eclipse doesnt open up the file. I read somewhere that eclipse does not have the feature of doing that since it uses projects. Is that right?

I tried same thing my VSS (source safe), again, it didnt open my files. I tried researching, i found the plugin for VSS, but someone told me not to use it, because it messes up the code once in a while.

I think it would be time consuming to use eclipse if it does not have ability to open up files from explorer.

Please correct me if i'm wrong.

Syed
# Posted By Syed | 11/9/07 12:53 PM
Syed, we'll need one of the Eclipse gurus to weigh in here. You can open a file in Eclipse without a project being open. But yes, I have also run into opening a file from Windows Explorer and Eclipse opens by the file is not opened.

--- Ben
# Posted By Ben Forta | 11/9/07 1:30 PM
Syed

You are right, Eclipse is not an Editor per-se, so you dont just open up any old file from Windows Explorer and edit it (the same with lots of other IDE's such a IDEA and NetBeans).

It is project based, so that feature is not there, and there are requirements for it being ask. Once you go down the project route a lot of good things will come from it. i.e. you will actually be able to integrate to SVN right out of the box.

With regards to the VSS plugin, I have used it in the past and it seemed to work, it was just a wrapper for the underlying VSS command line functions, since VSS is closed source it couldn't be TOTALLY replicated in Java.

with regards to it being time consuming? Well, I completely dis-agree, I find and open up files in about 2 seconds from the IDE compared to browsing through folders. but if you want to waste your day doing that, go for it.

MD
# Posted By Mark Drew | 11/9/07 1:41 PM
Mark, that completely make sense. I'll try start using it in the future.

*I usuall leave the folder open, and switch to the folder and open up the file. Compared to some ide's, each time i try to browse a file, it takes me back to eiterh C drive or desktop, which is annoying.

But thank you for clearing things Mark, i like eclipse features, and i'll try to use it too.
# Posted By Syed | 11/9/07 1:51 PM
In Eclipse I use two keys a lot of the time, Ctrl + Shift + R , and start typing the name of the file, this will show me all the files in my project that start with it, until it finds it, then I just click return (no need to know which folder it is in )

If I already have the file open (I have been known to have about 120 files open at the end of the week) I just click Ctrl + E and it does the same thing.

MUCH faster than doing "file -> open" or even looking for a file in a project listing, and I am not even talking about how much faster that is compared to looking for it using windows explorer.

(hey, I actually use OS X's Finder, but there you go!)

HTH

MD
# Posted By Mark Drew | 11/9/07 2:15 PM
Mark, thanks for the tip. I'll give it a try after my current project.
# Posted By Syed | 11/9/07 2:25 PM

  © Copyright 1997-2009 Ben Forta, All Rights Reserved