coldfusion - How to install new features or shortcuts? -


at home, using coldfusion builder 1.0

when have file open , press ctl+shift+o, outputs this

<cfoutput></cfoutput>  or writeoutput(); 

when have file open , press ctl+shift+a, outputs this:

<cfabort> or abort: 

when have file open , press ctl+shift+d, outputs this:

<cfdump var=""> or writedump(): 

at work, using coldfusion builder 2.0.1. none of "features" described above work. want them work. features called? shortcuts? need download , install them separately? have searched everywhere find out how make happen , have had no luck. please advise.

i believe looking referred "keys" under preferences in coldfusion builder. click on "window" menu, click on "preferences". opens new preferences window. in left side navigation expand "general" , click on "keys". on right side see list of predefined keyboard short-cuts (that terminology it).

there "keys" option in preferences under "coldfusion", , "profiles". shorter list other.

also on right side of preferences window filter box. if type in box search string you. so, example, can type "cfabort" in box , show entry that: ctrl+t a.

for it's worth, shortcuts did not work me either in coldfusion builder 2. did searching , found following coldfusion builder 2 documentation page mentioning keyboard shortcuts changed coldfusion builder 1. keyboard shortcut enhancements. shortcuts asking have been changed. are:

ctrl+t o <cfoutput>
ctrl+t a <cfabort>
ctrl+t d <cfdump>

and if type ctrl+t , wait few seconds menu displayed available options pick from.

enter image description here


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -