Integrated Toolkit Components
Flexible IDE screen layout  
  Prior Next
 

Basic Layout

The IT IDE screen contains three separate regions:

  • Synopsis/Workspace view region on the upper left edge
  • Program edit/display region on the upper right section of the screen
  • Debug control panel across the bottom of the screen.

The Synopsis/Workspace viewing region can be removed from the system by selecting a "Normal" display style from the drop down menu.   Setting the view to "Normal" removes the left pane from the screen giving more space for program display/editing.

The Debug control panel only appears when a process is being debugged and while its normal place is across the bottom of the IT window, it can be flipped to an external window which can be resized and placed independently.

Both of these regions can be resized using two Sizer controls.

Other interfaces within the IDE (such as the Library Manager utilities) have their own free standing windows that can placed anywhere and independently sized.

  Prior Next