Viewing source file in project

You can open a header or source code file belonging to a particular project in the Carbide.c++ workspace, and locate the method name from the source file.

To view source file in project:

  1. Right-click a method in the Imported Functions or Exported Functions tab, and select Show Source File In Project.

    Dependency Explorer searches the project which the source file in question belongs to, and opens the project automatically in Carbide.c++ workspace based on the bld.inf file. The source file in question opens from this particular project.

    The related method names are displayed in the Outline view.

  2. You can edit the file belonging to a project, and save the changes.
Related tasks