Next Previous Up Top Contents Index

C.3 The Editor Options dialog

C.3.2 Editing page

The Editor Options dialog's Editing page contains options related to manipulating files and their contents in the editor.

Use the clipboard as well as the "kill ring" for "Cut" and "Copy"

If this box is checked, cut and copy operations put the selection onto the Windows clipboard, so that it can be pasted into other applications.
In both modes the selection is also added to an internal "kill ring", like in GNU Emacs. This feature allows you to paste an item that you cut or copied. In Emacs mode, use Ctrl+Y to paste the most recent item added to the kill ring and then you can use Alt+Y to cycle back through items previously saved to the kill ring.
This box is checked in both Windows mode and Emacs mode.
Replace the selection when a character is typed

If this box is checked, then typing a character when there is a selection deletes that selection and inserts the character you typed in its place. If this box is not checked, typing a character cancels the selection and then inserts the character as normal.
In Windows mode, this box is checked. In Emacs mode, it is not checked.
Copy the current line with "Copy" if there is no selection

If this box is checked, and you perform a copy operation when there is no selection, the editor copies the current line.
This box is checked in both Windows mode and Emacs mode.
Add a blank line when the cursor moves down at the end of a file

If this box is checked, moving the cursor down at the end of a file inserts a new line. If it is not checked, the editor does not insert a new line and the cursor does not move.
In Windows mode, this box is not checked. In Emacs mode, it is checked.
Maintain files' undo/redo history after saving them

The editor maintains a separate undo history for each file. If this box is checked, the undo history is retained after you save a file. If it is not checked, the undo history is emptied upon saving.
This box is not checked in Windows mode or Emacs mode.
Offer a choice of file when closing a file from the keyboard

If this box is checked, when you close a file by using keyboard commands a dialog asks you which file to close if more than one file is open.
In Windows mode, this box is not checked. In Emacs mode, it is checked.
Ask for a file name when creating a new file

If this box is checked, the editor prompts you for a file name when you create a new file. If it is not checked, the editor assigns names to new files automatically.
In Windows mode, this box is not checked. In Emacs mode, it is checked.

Getting Started with Functional Developer - 31 MAR 2000

Next Previous Up Top Contents Index