8.14.1.  Interaction with Auxiliary Views

The Source view offers interaction with the Auxiliary views: Parser Dependencies (Out), Parser Dependencies (In) and Markers: Below the main source viewer, three tabs provide further information about the currently loaded source file:

  • The Parser Dependencies (Out) tab lists all dependencies that depart from the source file. Clicking on a dependency jumps to the respective line in the upper pane of the source view.

  • The Parser Dependencies (In) tab lists all dependencies that arrive into the source file. Clicking on a dependency opens up another instance of the Source view showing the file where the selected incoming dependency belongs to.

  • The Markers tab lists all the markers of the source file. Markers are graphic indicators of issues in the source file under inspection. It also shows user defined tasks (See Section 9.4, “ Defining Fix and TODO Tasks ” ) and refactorings that pertain to the file or elements in the file. Clicking on a marker jumps to the corresponding line in the upper pane of the source view.