Find/Replace Dialog

The Find/Replace dialog can replace text within the current template. The scope of the replacement depends on the currently selected tab in the Workspace. If the Source tab is selected, the replace will affect the HTML source code. If the Design tab is selected, the replace will affect the text on the page. If the Preview tab is selected, the Replace feature is inactive.

When replacing text in the Design tab, formatting in the replaced text will be removed. If formatting is necessary in the new text, it is better to use the Source tab to include the HTML yourself.

Here are the options available in this dialog

  • Find: The source string to find.
  • Replace with: The string to replace the source with.
  • Direction
    • Forward: Look forward from the current position of the pointer in the template or source.
    • Backward: Look backward from the current position of the pointer in the template or source.
  • Scope
    • All: Searches in the complete text of the template or source.
    • Selected lines: Searches in the currently selected text or source.
  • Options
    • Case sensitive: Use a case-sensitive search, which differentiates TEXT from text or TexT.
    • Wrap search: Loop back from the end of the template or selection to its beginning, when the Search is at the end of the template or the selection.
    • Whole word: [tbd]
    • Incremental: [tbd]
    • Regular expressions: [tbd]
  • Find: Click to find the next instance of the source string.
  • Replace/Find: [tbd]
  • Replace: [tbd]
  • Replace All: Click to replace all instances of the source with the target text.
  • Close: Close the dialog.

Table of Contents

Index

Glossary

-Search-

Back