August 2010
Intermediate to advanced
1224 pages
34h 17m
English
Editor windows, as you have seen, show up as tabbed windows within the IDE and are typically front-and-center visually in terms of windows layout. As you can see with the code editor window in Figure 6.5, each text editor window consists of three primary regions: a code pane, a selection margin, and an indicator margin. There are also both horizontal and vertical scrollbars for navigating around the displayed file.
Figure 6.5 The components of the code editor window.

These regions, and their functionality, remain the same for all editor types within the IDE.
The code editor adds an additional set of UI elements ...