Editing Functions

The PeopleCode Editor supports standard editing function commands such as Save, Cancel, Cut, Copy, Paste, Find, Replace, and Undo, from the PeopleCode Editor pop-up menu. Cut, Copy, and Paste use standard Microsoft Windows keyboard shortcuts. You can also cut, copy, and paste within the same PeopleCode program or across multiple programs.

Use these buttons to perform editing functions:

Field or Control Description

Save button

Save the current PeopleCode program. You can also use the key combination CTRL+S.

Cut button

Cut the selected text or item. You can also use the CTRL+X or SHIFT+DEL key combinations.

Copy button

Copy the selected text or item. You can also use the CTRL+C or CTRL+INS key combinations.

Paste button

Paste from the clipboard. You can also use the CTRL+V or SHIFT+INS key combinations.

Find button

Find specified text. You can also use the key combination CTRL+F.

Replace button

Find and replace specified text. You can also use the key combination CTRL+H.

Validate Syntax button

Validate the current PeopleCode program.

Undo the last change. Use the CTRL+Z or ALT+BACKSPACE key combinations.

Cancel the current operation. Use Esc key.