Editor

The Editor allows you to make small add-hoc changes to source, it is only available to units explicitly listed in the Delphi project or package.

File Menu



Item Comment
Update and Exit Updates the original source code and exits.
Discard and Exit Discards any changes and exits. If there are any changes you are prompted to confirm this action.
Show Changes Allows you to view source code changes.

Edit Menu



Item Comment
Undo Successively undoes the last change.
Redo Successively redoes changes.
Cut Cuts the selected text and places it on the clipboard.
Copy Copies the selected text to the clipboard.
Paste Pastes contents of clipboard to current position in document.
Select All Selects the entire document.

Cut, copy and paste are also available from the popup menu in the editor.

Search Menu



Item Comment
Find Displays a dialog allowing you to specify text to locate in the document.
Find Next Finds next occurrence of the text.
Replace Displays a dialog allowing you to specify text to search for and text to replace it with.
Toggle Bookmark Allows you to set or clear a bookmark at the current position in the document.
Goto Bookmark Allow you to move the current position in the document to any set bookmark.

Options Menu



Item Comment
Gutter Switch off or on the gutter in the current editor panel.
Line numbers Switch off or on line numbers. These will only be visible if the gutter is displayed.

These options temporarily override the editor settings for the selected language.

Editor Key Map

List of keyboard shortcuts for editing.

Shortcut Action or command
F3 Search|Search Again (Full mode Only)
Ctrl+F Search|Find (Full mode Only)
Ctrl+N Toggle gutter line numbers (Full mode Only)
Ctrl+R Search|Replace (Full mode Only)
Ctrl+T Deletes a word
Ctrl+Y Deletes a line
Ctrl+Z Edit|Undo
Ctrl+Shift+Y Deletes to the end of a line
Ctrl+Shift+Z Edit|Redo
End Moves to the end of a line
Home Moves to the start of a line
Enter Inserts a carriage return
Ins Turns insert mode on/off
Del Deletes the character to the right of the cursor
Backspace Deletes the character to the left of the cursor
Tab Inserts a tab
Space Inserts a blank space
Left Arrow Moves the cursor left one column
Right Arrow Moves the cursor right one column
Up Arrow Moves up one line
Down Arrow Moves down one line
Page Up Moves up one page
Page Down Moves down one page
Ctrl+Left Arrow Moves one word left
Ctrl+Right Arrow Moves one word right
Ctrl+Tab Moves to next language tab
Ctrl+Shift+Tab Moves to previous language tab
Ctrl+Backspace Deletes to beginning of line
Ctrl+Home Moves to the top of a file
Ctrl+End Moves to the end of a file
Ctrl+PgDn Moves to the bottom of a screen
Ctrl+PgUp Moves to the top of a screen
Ctrl+Up Arrow Scrolls up one line
Ctrl+Down Arrow Scrolls down one line
Shift+Left Arrow Selects the character to the left of the cursor
Shift+Right Arrow Selects the character to the right of the cursor
Shift+Up Arrow Moves the cursor up one line and selects from the left of the starting cursor position
Shift+Down Arrow Moves the cursor down one line and selects from the right of the starting cursor position
Shift+PgUp Moves the cursor up one screen and selects from the left of the starting cursor position
Shift+PgDn Moves the cursor down one line and selects from the right of the starting cursor position
Shift+End Selects from the cursor position to the end of the current line
Shift+Home Selects from the cursor position to the start of the current line
Ctrl+Shift+Left Arrow Selects the word to the left of the cursor
Ctrl+Shift+Right Arrow Selects the word to the right of the cursor
Ctrl+Shift+Home Selects from the cursor position to the start of the current file
Ctrl+Shift+End Selects from the cursor position to the end of the current file
Ctrl+Shift+PgDn Selects from the cursor position to the bottom of the screen
Ctrl+Shift+PgUp Selects from the cursor position to the top of the screen
<< Configuration Contents  
Copyright © 2005-2010, Simon Cox