1.
2.
3.
4.
5.
6.
7.
8.
ColdFusion Builder Development perspective
You use the ColdFusion Builder Development perspective to create, edit, configure, and run ColdFusion applications
in ColdFusion Builder. In addition, you can configure and manage local or remote ColdFusion servers.
The ColdFusion Builder Development perspective includes these views:
Outline view
The Outline view displays a hierarchy of elements in the file that is currently open in the editor. For example, it
displays the functions in a CFC file and the tags in an HTML file.
You use Outline view to inspect and navigate the structure of your CFML, HTML, JavaScript, and CSS pages. If a
page contains multiple code elements, you can use the Outline view to see a hierarchical view of the code structure
of the page.
You can sort the elements in Outline view alphabetically or in the order of their definition in the page. You can
choose to view all the code elements or view only specific code elements.
The Outline view displays the structure of your CFML code. For example, each item in the Outline view can
represent a CFML tag.
Double-click an element in Outline view to directly go to that element in the editor, instead of scrolling through
the entire code. When you select an item in Outline view, that item is highlighted in the editor, which makes it
easier to navigate your code.
Use the filter to search for a tag or element in the Outline view. Enter the name of the tag or element to
search for in the Filter field. The matching strings are displayed in the Outline view.
To specify the CFML tags to be displayed in an Outline view, select ColdFusion > Editor profiles > Editor > Outline.
Then select, add, or remove tags, as required.
RDS FileView and RDS DataView
To use Remote Data Services (RDS), enable RDS while installing the ColdFusion server. ColdFusion Builder
provides views to access files and data sources on a remote server.
The RDS FileView displays the files and directories on both remote and local servers. The RDS DataView displays
the data sources configured in a remote server.
When you add a ColdFusion server instance in ColdFusion Builder, it automatically becomes available in RDS
FileView and RDS DataView.
Configure a remote server for RDS FileView
If you want to configure a remote server manually and then access its files and directories using RDS FileView, do
the following:
Click RDS FileView in the upper-right corner of the ColdFusion Builder perspective.
Right-click in RDS FileView and select RDS Configuration.
Click New.
Specify remote server information such as the host name, port number, user name, and password.
Select Prompt For Password.
Click Test Connection to check that the RDS configuration is correct. Then, click OK.
Select the remote server from RDS FileView.
Specify the password for the remote server to view its files and directories.
© 2014 Adobe Systems Incorporated. All rights reserved. 20