Next Prev Up Top Contents Index

10.1 Displaying and editing files

The text view is the default view in the editor, and is the one which you will become most familiar with. In this view, a buffer containing the text of the current file is displayed, and you can move around it and change its contents as you wish, then save it back to the original file (assuming that you have permission to write to it). The text view is automatically displayed when you first invoked the editor, and you can click on the Text tab to switch back to it from any other view. Text view in the editor below shows an editor in the text view with a file open.

 

Figure 10.1 Text view in the editor

The text view has two areas, described below.

10.1.1 The editor window

10.1.2 The echo area

10.1.3 Using keyboard commands


Common LispWorks User Guide - 14 Dec 2001

Next Prev Up Top Contents Index