IDL Perspectives Overview

A perspective is a collection of workbench views that combine to make it easy to accomplish the work you want to perform. For example, if you want to quickly visualize data, use the Visualize perspective. When you are programming, you may want to use the IDL perspective. To troubleshoot your code, use the Debug perspective.

All the perspectives show the command line, the console, and the editor, which are important no matter what you are doing in IDL.

The differences between the perspectives are:

Switching Between Perspectives

To switch perspectives, simply click on the perspective's name in the Perspectives tab at the top right of the IDL Workbench:

perspective_toolbar.gif

Customizing IDL Perspectives

You can customize any of the perspectives to reflect your own workflows and preferences. Views can be rearranged within the perspective, added to the perspective, or removed from the perspective as you choose. For instructions on how to move views, see Views.

You can always restore IDL's default configuration for a perspective by selecting Window  Reset Perspective ...

More on Working With Perspectives

Perspectives are a core feature of the Eclipse Workbench environment on which the IDL Workbench is based. To read more on workbench perspectives, see Perspectives in the Eclipse documentation.