In this section, you will search the workbench for Safe X3 elements.
In the Search dialog, you can perform file or Safe X3 searches. Safe X3 searches operate on the structure of the code. File searches operate on the files by name and/or text content. Safe X3 searches are faster, since there is an underlying indexing structure for the code structure.
#**
#* Display a message box !
#*
#* @param MESSAGE
#*!
Subprog DISPLAY(MESSAGE)
Value Char MESSAGE
If MESSAGE = ""
MESSAGE = "# empty #"
Endif
Infbox MESSAGE
End
] button
in the workbench toolbar, or use Search > X3... from
the menu bar, or use Ctrl+H shortcut.
] and Show Previous
Match [
] buttons to navigate to each match
(in this example there is a single match).
] button
in the workbench toolbar, or use Search > File from
the menu bar, or use Ctrl+H shortcut.
] and Show Previous
Match [
] buttons to navigate to each match.In the Search Results view, click the arrow next to the Previous Search Results toolbar button to see a menu containing the list of the most recent searches. You can choose items from this menu to view previous searches. The list can be cleared by choosing Clear History.
The Previous Search Results button will display a dialog with the list of all previous searches from the current session. Alternatively, you can select the History... item in the menu list shown above.
Selecting a previous search from this dialog will let you view that search.