BASIC stamp manual v2.2

3: Using the BASIC Stamp Editor
BASIC Stamp Syntax and Reference Manual 2.2 www.parallax.com Page 39
Bookmark from either the Edit menu or from the shortcut menu (right-
click) in the edit pane.
You can navigate through and edit your code in the edit pane with
keyboard shortcuts, most of which will be familiar to Windows users.
Table 3.2: Keyboard Shortcuts for
Editing and Navigation Functions.
Editing and Navigation Functions
Shortcut Key Function
Ctrl+A Select all text in current source code
Ctrl+B Set or clear bookmark on current source code line
Ctrl+(#) Go to bookmark #, where # can be 1 through 9
Ctrl+C Copy selected text to the clipboard
Ctrl+F Find or replace text
Ctrl+L Split or un-split edit pane
Ctrl+N Insert line
Ctrl+V Paste text from clipboard to selected area
Ctrl+X Cut selected text to the clipboard
Ctrl+Y Delete current line of code
Ctrl+Shift+Y Delete from cursor to end of current line
Ctrl+Z Undo last action (unlimited)
Ctrl+Shift+Z Redo last action (unlimited)
Tab Indent block (Inserts tab or space characters)
Shift+Tab Outdent block (Deletes tab or space characters)
F3 Find text again
F4 Replace current found selection
Ctrl+F4 Perform replace and find next
Ctrl+Home Jump to top of file
Ctrl+End Jump to end of file
Ctrl+PageUp Jump to top of screen
Ctrl+PageDown Jump to bottom of screen
Ctrl+CursorUp Move source view up one line without moving cursor
Ctrl+CursorDown Move source view down one line without moving cursor
F5 Open Preferences window
Some editing functions, specifically Cut, Copy, Paste, and Find/Replace,
can also be accessed from the edit panes shortcut menu (by right-clicking
in the edit pane).
The Find/Replace window allows you to set several search parameters.
Match whole or partial words, match case, and match with wildcard
options can be used singly or together. You can begin your search at the
cursor or at the top or bottom of the selection or the entire file, and search
in the forward (downward) or backward (upward) direction. You may
replace a single instance of a given item or all instances at once. Recent
THE FIND/REPLACE WINDOW.
E
DITING YOUR CODE.