Outline View

From FDT Documentation

Jump to: navigation, search

The Outline view displays an outline of a structured file that is currently open in the editor area, and lists structural elements. Each element is has a shape and is color coded.

  • Red = Private
  • Green = Public
  • Yellow = Protected
  • Squares = Properties
  • Circles = Methods
  • Triangles = Getters & Setters
  • A little 'C' next to a method = Constructor
  • A little 'S' next to an item = Static
Outline view 2.png

To access the Outline view go to Window>Show View>Outline

Outline view 1.png
Get FDT5