In this article:

Find

Find in Units

Replace

Find and Replace Parameters

Search Results

Find and Replace

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

Find

To open the search dialog box:

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.

Find in Units

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

Clicking the Find All button or pressing the ENTER key runs the search. The search results are displayed in the Search Results window at the bottom of the development environment window.

Replace

To open the replace dialog box:

Enter text to search in the Find box. In the Replace With/Replace box enter the text to replace the found text with.

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

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

Search Results

Search results in repository unit code are displayed on the Find in Units panel in the web application and in the Search Results dialog box in the desktop application.

The panel/dialog box contains the following information:

View search results

Copy search results

See also:

Fill with Code