DZone
Java Zone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
  • Refcardz
  • Trend Reports
  • Webinars
  • Zones
  • |
    • Agile
    • AI
    • Big Data
    • Cloud
    • Database
    • DevOps
    • Integration
    • IoT
    • Java
    • Microservices
    • Open Source
    • Performance
    • Security
    • Web Dev
DZone > Java Zone > 10 New ColdFusion Builder Keyboard Shortcuts

10 New ColdFusion Builder Keyboard Shortcuts

Sam Farmer user avatar by
Sam Farmer
·
Apr. 13, 11 · Java Zone · News
Like (0)
Save
Tweet
9.55K Views

Join the DZone community and get the full member experience.

Join For Free

Let's start with the big changes: Abort and dump have new keyboard shortcuts. These are triggered by Cmmd+T or Ctrl+T, releasing all keys and then:

  • Abort (a)
  • Dump (d)


Other useful shortcuts for the Cmmd+T shortcut include:

  • Output (o)
  • Comment (m)
  • Set variable (=)
        This adds
  • Add a script block (s)


To see the rest in ColdFusion Builder press Cmmd+T, let go and look in the bottom right for tips on all the other options.

Select a code block (Cmmd-Option-B or Ctrl-Alt-B)
Here's how I like this one: Put the cursor in a code block, do the shortcut and the first outlying tag is all highlighted. Very useful for finding the end of a loop, if block or if you just want to cut the text.

Go to end tag (Cmmd-Opt-M or Ctrl-Alt-M)
Jump to the closing tag. Useful in a different way to select for when you absolutely have to be at the end tag.

Fold Code(Cmmd+Opt+F or Ctrl+Alt+F)
Place cursor on a tag then the commands and the code folds up. Builder will remember what you closed after opening and closing the file.

Loop through code assist (Ctrl+Space)
Press the combination once to see all possibilites, press again and see it filtered by type.

Navigate a file (Cmmd+Shift+Up Arrow Ctrl+Alt+Up Arrow)
In files this will navigate up and down function names, and in a cfc navigate property definitions as well.

Navigate function arguments or tag attributes (Cmmd+Shift+] or Ctrl+Space+])
New to Builder is the auto-insertion of function arguments when inserting. The key combination above allows navigation between the arguments going to the next argument to the right. Use [ instead to go to the left.

Ok, that is 10, and not including abort or dump, but here is one more for kicks:

Format Code (Cmmd+Shift+F or Ctrl+Shift+F)
Formating of code with the combination above for the whole file to be formatted. Select a group of lines to run just within the selection

Using these shortcuts has sped up my coding and kept me more focused on my work. If you find any great keyboard shortcuts let me know in the comments.

code style Blocks Dump (program) Fold (Unix) Command (computing) Coding (social sciences) Property (programming)

Published at DZone with permission of Sam Farmer, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • Building a Kotlin Mobile App with the Salesforce SDK, Part 3: Synchronizing Data
  • Toying With Kotlin’s Context Receivers
  • Implementing RBAC Configuration for Kubernetes Applications
  • Best Practices for Resource Management in PrestoDB

Comments

Java Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • MVB Program
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends:

DZone.com is powered by 

AnswerHub logo