On Thu, Feb 23, 2012 at 12:55 PM, Larry C. Lyons <[email protected]>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:347284
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm

Reply via email to