Re: Eclipse/CFEclipse and autocomplete

2007-01-12 Thread Teddy Payne
Rob you are right. It was a typo. Configuration files not file. There are a lot of different files that update many different areas. Workspaces are meant to keep track of perspectives, views, editor preferences, key bindings..etc. You can of course have many workspaces and multiple versions of

Re: Eclipse/CFEclipse and autocomplete

2007-01-12 Thread Teddy Payne
e input though. I do appreciate it greatly. > > > andy > > > -Original Message- > From: Teddy Payne [mailto:[EMAIL PROTECTED] > Sent: Friday, January 12, 2007 8:32 AM > To: CF-Talk > Subject: Re: Eclipse/CFEclipse and autocomplete > > All the eclipse informat

Re: Eclipse/CFEclipse and autocomplete

2007-01-12 Thread Mark Drew
ts and behaviours that I'm just > trying to match. > > Thanks for the input though. I do appreciate it greatly. > > > andy > > > -Original Message- > From: Teddy Payne [mailto:[EMAIL PROTECTED] > Sent: Friday, January 12, 2007 8:32 AM > To: CF-Talk > Sub

Re: Eclipse/CFEclipse and autocomplete

2007-01-12 Thread Rob Wilkerson
I don't know whether it's a single file, but each time I set up a new workspace (I have workspaces for active projects, old projects, future projects and a build environment) I export the preferences from my original workspace and import it into the new workspace. That seems to retain most informa

RE: Eclipse/CFEclipse and autocomplete

2007-01-12 Thread Andy Matthews
trokes, code snippets and behaviours that I'm just trying to match. Thanks for the input though. I do appreciate it greatly. andy -Original Message- From: Teddy Payne [mailto:[EMAIL PROTECTED] Sent: Friday, January 12, 2007 8:32 AM To: CF-Talk Subject: Re: Eclipse/CFEclipse and autocomplet

Re: Eclipse/CFEclipse and autocomplete

2007-01-12 Thread Teddy Payne
itself? > > -Original Message- > From: Jacob Munson [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 11, 2007 5:33 PM > To: CF-Talk > Subject: Re: Eclipse/CFEclipse and autocomplete > > > > > I knew about the control+shift+o thing, but my goal is to ma

RE: Eclipse/CFEclipse and autocomplete

2007-01-12 Thread Andy Matthews
Is there a single file that stores preferences? Or is it stored in the EXE itself? -Original Message- From: Jacob Munson [mailto:[EMAIL PROTECTED] Sent: Thursday, January 11, 2007 5:33 PM To: CF-Talk Subject: Re: Eclipse/CFEclipse and autocomplete > > I knew about the control+s

Re: Eclipse/CFEclipse and autocomplete

2007-01-11 Thread Christopher Jordan
> Sent: Friday, 12 January 2007 10:44 AM > To: CF-Talk > Subject: Re: Eclipse/CFEclipse and autocomplete > > Right. I understand that. I really wish I could export all my > customizations to a file (xml or whatever) so that if I get to a new > machine with a fresh install or in

RE: Eclipse/CFEclipse and autocomplete

2007-01-11 Thread Andrew Scott
. www.aegeon.com.au Phone: +613 8676 4223 Mobile: 0404 998 273 -Original Message- From: Christopher Jordan [mailto:[EMAIL PROTECTED] Sent: Friday, 12 January 2007 10:44 AM To: CF-Talk Subject: Re: Eclipse/CFEclipse and autocomplete Right. I understand that. I really wish I could export all my

Re: Eclipse/CFEclipse and autocomplete

2007-01-11 Thread Christopher Jordan
Right. I understand that. I really wish I could export all my customizations to a file (xml or whatever) so that if I get to a new machine with a fresh install or in any other way not customized to my liking, I could just load my customization file. I'd keep it on a thumb drive or something. D

Re: Eclipse/CFEclipse and autocomplete

2007-01-11 Thread Jacob Munson
> > I knew about the control+shift+o thing, but my goal is to make > cfeclipse/eclipse as close to what I spent the last three years getting > used to. Yeah, I can understand that. I've just found that I try to limit the customizations I do in Eclipse, because each new machine at home/work takes

Re: Eclipse/CFEclipse and autocomplete

2007-01-11 Thread Christopher Jordan
I personally hate that eclipse/cfeclipse auto closes *anything* for me. It's the very first thing I turn off. I still have not found a way to turn it off if I'm in a

Re: Eclipse/CFEclipse and autocomplete

2007-01-11 Thread Jacob Munson
> > You want code snippets. These are like code templates in Homesite. I've > got several set up. I type, for instance: o + ctrl-j and I get: > ## with the cursor sitting between the two pounds. By the way, Ctrl-Shift-O does the cfoutput thing, minus the hashes. But if you've got CFEclipse confi

Re: Eclipse/CFEclipse and autocomplete

2007-01-11 Thread Christopher Jordan
You want code snippets. These are like code templates in Homesite. I've got several set up. I type, for instance: o + ctrl-j and I get: ## with the cursor sitting between the two pounds. The default shortcut is not ctrl-j, but that's what it is in Homesite (which I'm used to) so I remapped it.

Eclipse/CFEclipse and autocomplete

2007-01-11 Thread Andy Matthews
In Editplus, you can define an autocomplete file. This file allows the user to type a string and have Editplus finish the rest for you. It's sort of like autocomplete in Eclipse, but not as smart. I type: " So instead of a running autocomplete, it just finishes the rest of the tag for