Skip to main content
You can write expressions in the FlexiLayout language to specify element properties, and you can specify additional search constraints on the Advanced tab of the element’s Properties dialog box. Find and replace runs on the code of the current element and all of its subelements. To run it on the code of all elements, select the FlexiLayout (that is, the root element in the tree). To run it on only one layout alternative, select that alternative in the tree. This feature is useful, for example, when replacing the name of an element, since you do not have to open the Advanced tab in the properties of each element individually.

Find and replace a code string

1

Select the element in which to search

2

Open the Find in Advanced Code dialog box

Select Tools → Find in Code…, or select Find in Code on the element’s shortcut menu.
3

Enter the search and replacement strings

In the Find what field, enter the string to find. In the Replace with field, enter the string to replace the found code fragment with. Select Match case if the search must be case sensitive.
4

Run the find and replace

Click Find All to find all instances, or Replace All to replace all the found code fragments. The results appear in the Results field.