Yes, you can use the Refactoring feature of the CodeWarrior IDE to replace a function or a variable name.
- Select the variable or function and select
Refactor > Rename
from the IDE menu bar.
The
Rename global variable`<variable name>'
dialog box appears.
Figure 1.
Refactor Menu

Figure 2.
Rename global variable Dialog Box

- Specify the new name for the variable.
- Specify the scope of refactoring, such as all projects, related projects, project, or working set.
- Specify where in the source file you want to make the changes, such as source code, comments, and/or macro definitions.
- Click the
Preview
button to preview the changes.
Figure 3.
Preview Replace Action

- Check or clear a file to accept or reject a change as required.
- Click
OK
.
The specified changes are performed.