User`s guide

Development Studio Overview
Development Process
33Targeting MC56F83xx/DSP5685x Controllers
A CodeWarrior project is analogous to a collection of makefiles, as the same project
can contain multiple builds. Examples are a debug version and a release version of
code, both part of the same project. As earlier text explained, build targets are such
different builds within a single project.
Editing Code
The CodeWarrior text editor handles text files in MS-DOS
,
Windows,
UNIX, and
Mac
OS formats.
To edit a source-code file (or any other editable project file), either:
Double-click its filename in the project window, or
Select (highlight) the filename, then drag the highlighted filename to the
CodeWarrior main window.
The IDE opens the file in the editor window (Figure 3.3
). This window lets you switch
between related files, locate particular functions, mark locations within a file, or go to
a specific line of code.
Figure 3.3 Editor Window
CodeWarrior Build System