Using the text editor, Find – Rockwell Automation 2098-UWCPRG Ultraware Software User Manual User Manual

Page 307

Advertising
background image

Rockwell Automation Publication 2098-UM001G-EN-P - February 2011

309

Creating and Running Programs Chapter 6

Using the Text Editor

Ultraware software contains text editing tools that help you write, edit and test
the C code in your source (.c) and header (.h) files.

Find

Use this command to open the Find dialog box, which you can use to search for
text in the source (.c) or header (.h) file. The Find command is enabled only if a
source or header file is currently selected in the Client Area.

To execute the Find command, perform these steps.

1. Click the source (.c) or header (.h) file to search in the Client Area.
2. Do one of these actions:

Click Find from the Edit menu.

Simultaneously press the Ctrl + F keys.

Click the Find icon in the Edit toolbar.

The Find dialog box appears.

3. Use the Find dialog box, as follows.

Control

Description

Find What

Type, click in the drop-down list, or describe (using an
expression) the text that is the subject of the search.
If Regular expression (below) is selected, you can search using
expressions constructed with the

Wildcard Search Characters

on page 316.

Match Case

The characters in the text to be found must match the case
(upper or lower) of the characters in the Find What field.

Regular expression

Permits searching of expressions made with

Wildcard Search

Characters

on page 316.

Wrap around search

Continues the search beyond the end (Direction Down) or
beginning (Direction Up) of the file back to the cursor.

Advertising