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 the current PeopleCode program. You can also use the key combination CTRL+S. |
|
|
Cut the selected text or item. You can also use the CTRL+X or SHIFT+DEL key combinations. |
|
|
Copy the selected text or item. You can also use the CTRL+C or CTRL+INS key combinations. |
|
|
Paste from the clipboard. You can also use the CTRL+V or SHIFT+INS key combinations. |
|
|
Find specified text. You can also use the key combination CTRL+F. |
|
|
Find and replace specified text. You can also use the key combination CTRL+H. |
|
|
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. |
Related Topics