that's what I use snippets for in Eclipse and CFBuilder. type your keyword
and hit command-j (ctl-j on a PC) and it does the same thing. Depending on
whether you are using Builder or CFEclipse there a number of ways of
letting teams use a common set of snippets.
It can do as much or as little as you need. For instanceI have one snippet
that builds out the stubs for a CFC. TextWrangler for the mac has something
similar I think.

On Thursday, February 23, 2012, Casey Dougall - Uber Website Solutions
wrote:

>
> On Thu, Feb 23, 2012 at 12:55 PM, Larry C. Lyons 
> <larrycly...@gmail.com<javascript:;>
> >wrote:
>
> >
> > text expander?
> >
> >
>
> yeah for the ultra lazy In all of us.
>
> when I type .cfd
>
> It replaces It with <cfdump var='##' abort='True'>
>
> Also fixes a lot of spelling mistakes I tend to make and other shit.You can
> have It replace anything, full pages of text with a few letter typed.
>
> I have another one setup for coldfusion builder snippets where typing
>
> .cfq
>
> writes out cfq%(Key Ctrl+j)  and pops up the new query box
>
> <cfquery
>    name = "#$${Query Name}#"
>    blockFactor = "$${BlockFactor:1}"
>    dataSource ="#$${DataSource:request.dsn}#"
>    maxRows = "$${maxRows:-1}">
> </cfquery>
>
>
> At the moment not sure which direction I want to go but leaning towards
> just plain text replacement Instead of having to go In and setup snippets.
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:347300
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm

Reply via email to