Previous Next
Looking at file history information

  • In the Launch Pad, choose Tools > Project Editor.

In the Project Editor
Let's look at the file history information of some of the files in the Project Editor. To do so:
  1. Checkmark all projects by right-clicking anywhere in the Project Tree, and then choosing Context menu > Select From All Projects.
  2. In the File List, highlight ansi.c by clicking on it once.
  3. Select the History check box.
    A new History window appears:

    Click for full size, then use Back button

    The history information of file ansi.c indicates that its latest version is 1.2. Later on, we will use Diff/Merge tool to find the differences between the latest version and the initial version (1.1) of the file.

  1. Look at the history information of some of the other files in the File List. Notice that their latest versions are all 1.1. Also notice that they are all part of the configuration Pico_configuration, which you created at the end of the last tutorial when you froze the project.
  2. In the Project Editor, clear the History check box.