SOT: CFEclipse and excluding directories from a project

2008-03-13 Thread Bryan Stevenson
Hey All, I'm trying to add a remote folder (easy enough), but I only want the files in it's root and specific child folders. For example: Remote Dir: My App My Dir contains: file 1 file 2 file 3 dir 1 dir 2 dir 3 I want a folder in Eclipse called My App that contains all 3 files and only dir

Re: SOT: CFEclipse and excluding directories from a project

2008-03-13 Thread Barney Boisvert
Use working sets, that's exactly what they're for. And better yet, you can overlay multiple working sets on a single project (or group of projects). Incredibly handy for larger projects/groups of projects. I don't know if that'll work with remote dir things, as I'm not familiar with those at

Re: SOT: CFEclipse and excluding directories from a project

2008-03-13 Thread Bryan Stevenson
On Thu, 2008-03-13 at 11:41 -0700, Barney Boisvert wrote: Use working sets, that's exactly what they're for. And better yet, you can overlay multiple working sets on a single project (or group of projects). Incredibly handy for larger projects/groups of projects. Do you have some quick and

Re: SOT: CFEclipse and excluding directories from a project

2008-03-13 Thread Barney Boisvert
On Thu, Mar 13, 2008 at 12:01 PM, Bryan Stevenson [EMAIL PROTECTED] wrote: On Thu, 2008-03-13 at 11:41 -0700, Barney Boisvert wrote: Use working sets, that's exactly what they're for. And better yet, you can overlay multiple working sets on a single project (or group of projects).

Re: SOT: CFEclipse and excluding directories from a project

2008-03-13 Thread Bryan Stevenson
Thanks Barney That sounds doable except for the fact you have to add all the crap you don't want in the first place ;-) Sure makes for a hellish first refresh until you can exclude things. *sigh* Oh well...too bad we can pick a remote folderuncheck the child stuff we don't want and add it

SOT: CFEclipse temporary hangs

2007-05-17 Thread Bryan Stevenson
Hey All, I use CFEclipse on Windows XP (run on a Virtual PC) and it seems to have a nasty habit of going to sleep if yu aren't working with it for 5 minutes or so. When I come back to it to do something, it seems to hang for 15-30 seconds while it wakes up. Other than that sleepiness issue

Re: SOT: CFEclipse temporary hangs

2007-05-17 Thread Doug Bezona
Do you minimize it when you aren't working with it? XP will push some stuff out of memory when you minimize an app, and Eclipse does take some time to reconstitute itself. If you are lowish on memory, it will be even more noticeable. It may also be some sort of similra memory management being done

Re: SOT: CFEclipse temporary hangs

2007-05-17 Thread Bryan Stevenson
Hey Doug, Nope...I typically do not minimize it. I have wondered about the Virtual PC and if that (as you mentioned) may be the culprit. I've certainly seen some odd CPU spikes on the virtual PCand unexpected hangs. I have 1.5 GB of RAM and 512 allocated to the virtual PCproblem is

Re: SOT: CFEclipse temporary hangs

2007-05-17 Thread Doug Bezona
512 is probably not enough - Eclipse tends to use around 200MB by itself, and XP is probably paging it to disk when you unfocus it. I love Eclipse, but it is a bit of a RAM hog. Try allocating more RAM to the VM and see if it helps. On 5/17/07, Bryan Stevenson [EMAIL PROTECTED] wrote: Hey

Re: SOT: CFEclipse temporary hangs

2007-05-17 Thread Will Tomlinson
it seems to hang for 15-30 seconds while it wakes up. Other than that sleepiness issue I love it.but it's REALLY annoying and a big time waster IMHO. I doubt you can get much done in 15-30 seconds anyway. :) ~|

Re: SOT: CFEclipse temporary hangs

2007-05-17 Thread Bryan Stevenson
it seems to hang for 15-30 seconds while it wakes up. Other than that sleepiness issue I love it.but it's REALLY annoying and a big time waster IMHO. I doubt you can get much done in 15-30 seconds anyway. :) Well add that up over the course of a day. it's more of a workflow

Re: SOT: CFEclipse

2006-04-22 Thread Denny Valliant
On 4/21/06, Bryan Stevenson [EMAIL PROTECTED] wrote: Hey All, Anyone know how to setup CFEclipse so it auto-indents ona new line like Homesite +/CF Studio? Sounds like you've got it set to do what you want. You can try turning off smart indenting maybe, see what happens... Are you

SOT: CFEclipse

2006-04-21 Thread Bryan Stevenson
Hey All, Anyone know how to setup CFEclipse so it auto-indents ona new line like Homesite +/CF Studio? I've gone under prefscfeclipseauto-insert closing and checked use smart indenting and auto-indent on tag close These do not work when I type tr and hit enter...it does inn Homesite + Cf

SOT: CFeclipse question

2005-10-21 Thread Victor Moore
Is it possible to have a split screen in cfeclipse and display to different files in each view? If yes how? I looked around but could not find anything Thanks Victor ~| Discover CFTicket - The leading ColdFusion Help Desk and

SOT: CFEclipse VSS

2005-03-17 Thread jonese
Just a quick question and if possible a point to tell how to do this. I have Eclipse installed, i have CFEclipse Installed (latest nightly build), i have the VSS Plugin Installed. What I want to do is develop locally and then deploy to a development testing server. I have my VSS to use my local

Re: SOT: CFEclipse VSS

2005-03-17 Thread Douglas Knudsen
you can get VSS to do this. Its been awhile since I set it up, but look at shadow directories for one. There is a way to move all recently updated files from the VSS repository to somewhere alos, I can't recall what it is though. nothing solid from me, but hopefully some directional ideas, eh?

Re: SOT: CFEclipse VSS

2005-03-17 Thread Rob
I use ant (http://ant.apache.org/). You can create a task that zips up all your stuff, or just ftp's it to a server. Ant and the Ant editor are built into eclipse (just make a file called build.xml - then right click on it to run) For example, here is an ant tast to build a source zip file of

Re: SOT: CFEclipse VSS

2005-03-17 Thread jonese
that helps a bit. is this something i'd lookin the VSS program for? or in the VSS plugin? jonese On Thu, 17 Mar 2005 11:33:40 -0500, Douglas Knudsen [EMAIL PROTECTED] wrote: you can get VSS to do this. Its been awhile since I set it up, but look at shadow directories for one. There is a way

Re: SOT: CFEclipse VSS

2005-03-17 Thread jonese
thanks rob i'll check into that. jonese On Thu, 17 Mar 2005 12:03:27 -0500, jonese [EMAIL PROTECTED] wrote: that helps a bit. is this something i'd lookin the VSS program for? or in the VSS plugin? jonese On Thu, 17 Mar 2005 11:33:40 -0500, Douglas Knudsen [EMAIL PROTECTED] wrote:

Re: SOT: CFEclipse VSS

2005-03-17 Thread Douglas Knudsen
yeah, this is something you manage in the VSS admin proggy, not the client. D On Thu, 17 Mar 2005 12:03:27 -0500, jonese [EMAIL PROTECTED] wrote: that helps a bit. is this something i'd lookin the VSS program for? or in the VSS plugin? jonese On Thu, 17 Mar 2005 11:33:40 -0500, Douglas

Re: SOT: cfeclipse version 1.1.1 released - if you care

2004-02-24 Thread Thomas Chiverton
Of course we care ! happy cfcoding It is now :-) Great job, once again. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS. BA5 1AF Tel: +44 (0)1749 834900 Fax: +44 (0)1749 834901

Re: SOT: cfeclipse version 1.1.1 released - if you care

2004-02-24 Thread Thomas Chiverton
On Tuesday 24 Feb 2004 09:34 am, Thomas Chiverton wrote: Great job, once again. Except it appears to be missing some files in /icons/ - like the title bar and menu icons. I copied the /icons/ dir from 1.1.0 into the /icons/ dir of 1.1.1 and that has fixed it. -- Tom Chiverton Advanced

Re: SOT: cfeclipse version 1.1.1 released - if you care

2004-02-24 Thread Rob Rohan
On Tue, 2004-02-24 at 01:43, Thomas Chiverton wrote: On Tuesday 24 Feb 2004 09:34 am, Thomas Chiverton wrote: Great job, once again. Except it appears to be missing some files in /icons/ - like the title bar and menu icons. I copied the /icons/ dir from 1.1.0 into the /icons/ dir of 1.1.1

RE: SOT: cfeclipse version 1.1.1 released - if you care

2004-02-24 Thread Greg Luce
PROTECTED] Sent: Tuesday, February 24, 2004 11:45 AM To: CF-Talk Subject: Re: SOT: cfeclipse version 1.1.1 released - if you care On Tue, 2004-02-24 at 01:43, Thomas Chiverton wrote: On Tuesday 24 Feb 2004 09:34 am, Thomas Chiverton wrote: Great job, once again. Except it appears to be missing

RE: SOT: cfeclipse version 1.1.1 released - if you care

2004-02-24 Thread Rob Rohan
24, 2004 11:45 AM To: CF-Talk Subject: Re: SOT: cfeclipse version 1.1.1 released - if you care On Tue, 2004-02-24 at 01:43, Thomas Chiverton wrote: On Tuesday 24 Feb 2004 09:34 am, Thomas Chiverton wrote: Great job, once again. Except it appears to be missing some files in /icons

RE: SOT: cfeclipse version 1.1.1 released - if you care

2004-02-24 Thread Won Lee
Rob, How do I check that I'm using 1.1.1 and not previous versions? Won [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: SOT: cfeclipse version 1.1.1 released - if you care

2004-02-24 Thread Won Lee
Rob, I should be a little more specific.The reason that I ask is because I extracted it to e:\eclipse\plugins. It created a directory com.rohanclan.coldfusionmx_1.1.1 and I do see the jar file there. But when i go into the configuration history and I don't see an reference to 1.1.1.I do see

Re: SOT: cfeclipse version 1.1.1 released - if you care

2004-02-24 Thread Rob Rohan
I sent a reply to this but it doesn't seem to have been posted - sorry if this gets duped. to be brief: File/Open no worky at present File/new/project/simple/project then add or import cfm,cfc, or cfml files will work On Tue, 2004-02-24 at 03:44, Oliver Tupman wrote: Hi Rob, Downloaded a

RE: SOT: cfeclipse version 1.1.1 released - if you care

2004-02-24 Thread Rob Rohan
On Tue, 2004-02-24 at 09:32, Won Lee wrote: Rob, How do I check that I'm using 1.1.1 and not previous versions? Help/About eclipse platform/plug-in details should list all installed plug-ins and versions Won [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

Re: SOT: cfeclipse version 1.1.1 released - if you care

2004-02-24 Thread Rob Rohan
On Tue, 2004-02-24 at 09:34, Won Lee wrote: Rob, I should be a little more specific.The reason that I ask is because I extracted it to e:\eclipse\plugins. It created a directory com.rohanclan.coldfusionmx_1.1.1 and I do see the jar file there. But when i go into the configuration history

RE: SOT: cfeclipse version 1.1.1 released - if you care

2004-02-24 Thread Won Lee
Rob Thanks.I just realized that I did a re-install of 2.1.1. I guess that means I can only get up to cfeclipse 1.0.5? At 09:36 AM 2/24/2004 -0800, you wrote: On Tue, 2004-02-24 at 09:32, Won Lee wrote: Rob, How do I check that I'm using 1.1.1 and not previous versions? Help/About eclipse

RE: SOT: cfeclipse version 1.1.1 released - if you care

2004-02-24 Thread Rob Rohan
On Tue, 2004-02-24 at 09:41, Won Lee wrote: Rob Thanks.I just realized that I did a re-install of 2.1.1. I guess that means I can only get up to cfeclipse 1.0.5? Yeah, unless you want to back port the newer stuff to 2 - That would help quite a few people I think. The source for the 3 version

Re: SOT: cfeclipse version 1.1.1 released - if you care

2004-02-24 Thread Massimo, Tiziana e Federica
In fact, some say that eclipse with the cfeclipse plug-in is faster / more responsive then dw - that is opinion and cfeclipse has far less features then dw. Being faster than DW isn't that hard :-))) Apart from this, yes, Eclipse is faster than most Java IDEs out there

RE: SOT: cfeclipse version 1.1.1 released - if you care

2004-02-24 Thread Ramene Anthony
Excellent.Thanks Rob!I love eclipse/cfeclipse ;) From: Massimo, Tiziana e Federica [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 1:29 PM To: CF-Talk Subject: Re: SOT: cfeclipse version 1.1.1 released - if you care In fact, some say

SOT: cfeclipse version 1.1.1 released - if you care

2004-02-23 Thread Rob Rohan
This version has a couple bug fixes, and adds snips. Snips are the same thing as snippets with a different file format. They can *not* be assigned to key strokes yet (I know - I know). The snips are xml files that need to be placed in your

Re: SOT: cfeclipse version 1.1.1 released - if you care

2004-02-23 Thread Rob Rohan
By the way cfeclipse is a Cold Fusion eclipse plug-in and can be obtained here http://cfeclipse.rohanclan.com On Mon, 2004-02-23 at 14:08, Rob Rohan wrote: This version has a couple bug fixes, and adds snips. Snips are the same thing as snippets with a different file format. They can *not* be