TutorialViews




Prev | Up | Next | Back | Forward | Tutorial Top

Ada-ASSURED supports a second view of an object that displays only diagnostic messages and placeholders. The command change-view (menu: View/Change View   key: F3) is used to select a different view of an object.

The two views (known as BASEVIEW and MESSAGES) are coupled. Changes and navigation in one are reflected immediately in the other. For example if an error is selected in the error view, the offending construct in the BASEVIEW is also selected.

Views provide a powerful method for the navigation and construction of programs.


Forward