Navigator View

The Navigator View provides a means of navigating through and working with the files of your project.

Files

For a file to appear in the navigator, it must be part of a project. See Create a Project for details on creating projects.

Once your source files are in the Navigator, you may navigate and perform actions on them:

  • Edit - Double-Click on a file to open it in the Source view
  • Designate as Makefile - Right-Click on a Makefile and choose "Makefile... -> Designate"
  • Build - Right-Click on a designated Makefile and choose "Makefile... -> Build"
  • UnDesignate Makefile - Right-Click on a designated Makefile and choose "Makefile... -> Undesignate"

Contact Us