Nice idea. Thanks Christopher...I've not gotten much into snippets yet. I suppose that will be the next thing I start using.
-----Original Message----- From: Christopher Jordan [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2007 12:29 PM To: CF-Talk Subject: Re: Small change to CFEclipse behaviour... Andy, I use the snippets. I too use cfabort almost without exception just after a cfdump. I've created a snippet called abort, that puts these two commands together for me. I really love snippets. They're very, very handy. For instance, since I know I see you over on the jQuery list, I've got a snippet called Ajax, that outputs the following: $.ajax({ type: "POST", url: , datatype: "html", data: , success: function(data){ }, error:function(data){ }, complete:function(data){ } }); I've got another one called ajaxcfc that does an ajaxCFC block similarly to the one above. I find this the perfect use of snippets. Cheers, Chris Andy Matthews wrote: > Sure...but the functionality is already there with a keystroke. Just > trying to see if I can add on to it. > > Good idea though. I might resort to that if I can't do it by changing > the files. > > -----Original Message----- > From: Lori Stone [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 01, 2007 11:01 AM > To: CF-Talk > Subject: RE: Small change to CFEclipse behaviour... > > You could create a snippet with a keycommand. > > ~~~~~~~~~~~~~~~~~~~~~~~ > Lori Stone > Web Developer > RAFFA > Embracing Your Vision > 202.955.6533 > http://www.raffa.com > http://www.iknow.org > > > -----Original Message----- > From: Andy Matthews [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 01, 2007 11:53 AM > To: CF-Talk > Subject: Small change to CFEclipse behaviour... > > I'm wondering if it's possible for me to make a small change to a > built-in behaviour in CFEclipse. I've got a keycommand for dropping in > a cfdump tag. > That works beautifully. But whenever I drop in a cfdump I almost > ALWAYS follow it with a cfabort. Is there something I can change > somewhere in my eclipse directory to add this in? I tried locating it, > but it seems like I'd have to get into the JAR file. > > Anyone know if this is possible? It's not a huge deal, but thought it > would be nice if I could make this change. > > ____________________________________ > > Andy Matthews > Senior Coldfusion Developer > > Office: 877.707.5467 x747 > Direct: 615.627.9747 > Fax: 615.467.6249 > [EMAIL PROTECTED] > www.dealerskins.com <http://www.dealerskins.com/> > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:271155 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

