• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How to install new features or shortcuts?

New Here ,
Jul 18, 2013 Jul 18, 2013

Copy link to clipboard

Copied

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.

TOPICS
Builder

Views

1.4K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 31, 2013 Jul 31, 2013

Copy link to clipboard

Copied

LATEST

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation