7
USING COLDFUSION BUILDER
About ColdFusion Builder
Last updated 1/20/2012
Open Dialog Context Help Determines how to display context-sensitive Help links for an open dialog box. By
default, Help is displayed in the dialog box. To display context-sensitive Help links in an infopop (similar to a
tooltip), select In An Infopop.
Open Help View Documents Determines where to display documents that are opened from links in Dynamic Help.
By default, In-place is selected, and Help documents open in the Dynamic Help view window. To open Help
documents in the ColdFusion Builder IDE editing area, select In-place.
Use dynamic Help
Dynamic Help is docked to the current perspective and displays topics for the associated views and dialog boxes.
❖ Select Help > Dynamic Help.
To change the default keyboard shortcut binding, select Window > Preferences > General > Keys, and change the
associated binding for the Dynamic Help command. For more information on changing keyboard shortcuts, see
“Keyboard shortcuts” on page 14.
Getting started with ColdFusion Builder
Using ColdFusion Builder, you can develop ColdFusion applications in a full-featured IDE that lets you complete the
following tasks:
Note: Before getting started with the tasks, ensure that you are familiar with the ColdFusion Builder workbench and its
capabilities and features. For more information, see
“ColdFusion Builder Workbench Basics” on page 9.
• Create ColdFusion projects: Using the Project wizard, you can create a project and configure a local or remote
server with it. For more information, see
“Creating a ColdFusion project” on page 55.
• Add and manage servers: ColdFusion Builder includes integrated server management that allows you to manage
your ColdFusion servers, the ColdFusion Administrator, and Server Monitor within ColdFusion Builder.
You can configure both JRun and non-JRun servers. To manage your applications efficiently, ColdFusion Builder
provides features such as virtual hosts, virtual directories, and URL prefixes.
For more information on using these features and managing your servers, see “Managing Servers” on page 46.
• Deploy remote projects over FTP connection: ColdFusion Builder lets you manage both local and remote servers.
The remote servers can be connected either through RDS (Remote Data Services) or FTP (File Transfer Protocol)
connection. For more information about deploying and synchronizing remote projects over FTP connection, see
“Deploy projects over FTP and Secure FTP connections” on page 61.
• Create ColdFusion pages, components, and interfaces: ColdFusion Builder provides wizards that let you create
resources such as, ColdFusion pages, ColdFusion components (CFCs), and interfaces. You can associate these
resources to a project. For more information, see
“Add ColdFusion pages, interfaces, and components” on page 56.
• Write and edit your ColdFusion application source code using the CFML editor: ColdFusion Builder provides
code editors to edit CFML, HTML, JavaScript, and CSS code. Based on the type of code that you are editing, the
appropriate editor is opened. For more information, see
“ColdFusion Builder editors” on page 30.
The editors provide many features, including code colorization, code assist, and Outline view, which help you
navigate through your code.
The CFML editor provides features such as code completion, code refactoring, and streamlined code navigation.
ColdFusion Builder lets you use different colors and fonts to display your code in the editor. For more information
on the complete feature-functionality of the CFML Editor, see
“Code Editing in ColdFusion Builder” on page 32.