skip to main content
OpenEdge Development: Basic Development Tools
Procedure Editor Reference : Buffer menu
 
Buffer menu
The Buffer menu options allow you select and view multiple open buffers. Each time you choose FileNew or FileOpen, the Editor creates a buffer containing a copy of a file. Table 15 describes the menu that appears when you choose this option.
 
Table 15: Buffer menu 
Menu option
Description
List
Lists the open buffers
Next Buffer
Displays the next open buffer
Previous Buffer
Displays the previous open buffer
Information
Views information about the current buffer
Buffer>List
Choose this option to display a list of open buffers. Buffers appear listed in the order in which you open them. When you choose this option, the Buffer List dialog box shown in Figure 14 appears.
Figure 14: Buffer List dialog box
This list has a marker (>) that indicates the current buffer. You can switch to another buffer by selecting it from the list and pressing GO.
An asterisk (*) marks each buffer modified since it was last saved.
Buffer>Next Buffer
Choose this option to display the next buffer in the buffer list. When you choose this option, the next open buffer appears and becomes the current buffer. Buffers appear in the order in which you open them. If you choose Next when the last buffer in the list is the current buffer, the first buffer in the list appears.
Buffer>Previous Buffer
Choose this option to display the previous buffer in the buffer list. When you choose this option, the previous open buffer appears and becomes the current buffer. Buffers appear in the order in which you open them. If you choose Previous when the first buffer in the list is the current buffer, the last buffer in the list appears.
Buffer>Information
Choose this option to view settings for the current buffer. When you choose this option, a Buffer Information dialog box like the one in Figure 15 appears.
Figure 15: Buffer Information dialog box
Table 16 describes the user-interface elements of the Buffer Information dialog box.
 
Table 16: Buffer Information dialog box elements 
User-interface element
Purpose
File Name
Displays the name of the operating system file from which the buffer was read. It always displays the full pathname of the file.
File Access
Specifies whether the file from which the text in the current buffer was read is read‑only or updatable. If the file is read‑only, you cannot save changes to the current buffer in the original file. You must choose
FileSave As to save the changes to another file.
Line
Displays the line position of the insertion point in the buffer.
Column
Displays the column position of the insertion point in the buffer.
Bytes
Shows the size of the buffer in bytes.
Modified
Indicates whether the buffer has unsaved changes.