Skip to main content
Participant
July 18, 2013
Question

How to install new features or shortcuts?

  • July 18, 2013
  • 1 reply
  • 1464 views

At home, I am using ColdFusion Builder 1.0

When I have a file open and press ctl+shift+O, it outputs this

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

When I have a file open and press ctl+shift+a, it outputs this:

<cfabort> or abort:

When I have a file open and press ctl+shift+d, it outputs this:

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

At work, I am using ColdFusion Builder 2.0.1. None of "features" described above work. I want to get them to work. What are the features called? Shortcuts? Do I need to download and install them separately? I have searched everywhere to find out how to make this happen and have had no luck. Please advise.

This topic has been closed for replies.

1 reply

Participant
July 31, 2013

With a file open, press Command-T and you'll get a pop-up of the available shortcuts - for example:

Command-T-A will do your abort

Command-T-O will do your ouput

Command-T-D will do your dump

Hope that helps you.