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 Find box specify text to search, select necessary search parameters, specify search scope and click the Find Next/ 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/ Find Next button or press the ENTER key. To return to the previous search result, in the web application click the Find Previous button.

When the end of a unit or a 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 in the desktop application:

In the web application open the Find in Units panel.

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 search dialog box:

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

Clicking the Replace/ 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/ Replace button for the second time replaces the found text and finds the next match.

Clicking the Replace All/ 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

The Search Results dialog box in the desktop application and the Find in Units panel in the web application display search results according to repository unit codes.

The dialog box/panel display the following information:

View search results

Copy search results

See also:

Fill with Code