In this article:

Find

Replace

Find and Replace Parameters

Find in Units

Search Results

Find and Replace

There are several types of search that are used to find and edit various code parts in the development environment.

Find

To open the search dialog box, execute one of the operations:

In the search dialog box:

  1. Specify text to search in the Find box.

  2. Select required search options.

  3. Specify search scope.

  4. Click the Find Next button or press the ENTER key.

If the search has been successful, the cursor moves to the found line and the searched text is highlighted in this line.

To continue the search, click the Find Next button or press the ENTER key. To go back to the previous search result, in the web application click the Find Previous button.

When the end of a unit or form is reached, the search starts from the beginning. An appropriate information message is displayed when the search reaches its beginning.

If the search fails, the "No line occurrence has been found" message is displayed.

Replace

To open the replace dialog box:

Enter text to search in the Find box. In the Replace box enter the text, with which the found text should be replaced.

Clicking the Replace button for the first time finds the first match for the searched text. If the search has been successful, the cursor moves to the found line and the searched text is highlighted in this line. Clicking the Replace button for the second time replaces the found text and finds the next match.

Clicking the Replace All button replaces all found line matches.

Find and Replace Parameters

To select search scope, use the drop-down menu of the Search Type button.

Find in Units

To search for all units or forms of an active repository:

Enter the searched text in the Find box and press the ENTER key, after which search in the entire application code will be executed.

Search Results

Search results in repository unit code are displayed on the Find in Units panel.

The panel/dialog box contains the following information:

View search results

Copy search results

See also:

Filling with Code