The Edit menu contains the following options:
|
Copy (Ctrl+C) | Copies selected text from the Detail Pane to the clipboard in text and HTML format. If no text is selected this menu option is disabled. |
| Copy Information (Ctrl+I) | Copies the information about the currently selected snippet to the clipboard in both plain text and rich text formats. The information copied is that displayed in the Information Tab. | |
| Copy Snippet (Shift+N) | Copies the source code and descriptive comments of the currently selected routine or category to the clipboard. The snippet is a fragment of Pascal code. If a category is selected all the contained routines are included, while for a routine only the selected routine is included. The code is copied as plain text and as syntax highlighted rich text format. Not available for type definition or constant snippets. | |
| Copy Source Code (Shift+U) | Copies only the source code of the selected snippet (as displayed in the Information Tab) to the clipboard as plain text and as syntax highlighted rich text. | |
| Select All (Ctrl+A) | Selects all the text in the Detail Pane. This menu option is disabled if the Detail Pane does not have the input focus. |
Return to the main menu.