You are here: AxTools > CodeSMART 2007 for VB6 > Documentation > User's Guide > Extended Find and Replace > Overview
While browsing this page, why not start downloading the evaluation setup kit (direct download, no questions asked).

Find and Replace Overview

The Find and Replace subsystem adds powerful search and replace capabilities to the Visual Basic environment. It can perform code searches and replacements at different scopes like method, component, project or even on an entire project group. The target can be a single code line or multiple lines and can contain patterns. Comprehensive result lists are always displayed to inform you on the operation status.

The Find and Replace system consists of:

  • The Find and Replace dialog where you set the text or the regular expression to search for and/or replace. Also, operation options can be set here.
    Find and Replace Dialog
  • The Find in Files tabs (panes) of the Enhanced Immediate Window that hold the result lists of two different Find and Replace instances. Additionally, a Find History combo box can be used in order to track the last performed search and/or replacement operations separately for each set of results.
    Find and Replace Result Pane
See also
Accessing the Find and Replace
Searching For Code With the Find and Replace
Replacing Code With the Find and Replace
Printing the Find and Replace Results

Back To Top

Copyright © 2008 AxTools - CodeSMART 2007 for VB6 - Extended Find