You can click and drag to highlight text in the active text editor window just like in other text editors.
However, the Visual LISP text editor window is optimized to work with AutoLISP code. You can double-click with the left pointer button to select text as well. The amount of text selected depends on the location of your cursor.
Text can also be selected by pressing and holding the Shift key while using the arrow keys on the keyboard.
The following table also outlines other key combinations that are helpful in selecting text in the active text editor window.
Text selection shortcut keys |
|
---|---|
Press |
To |
Shift+Down Arrow |
Expand the selection to the next line |
Shift+Up Arrow |
Expand the selection to the previous line |
Shift+End |
Expand the selection to the end of the line |
Shift+Home |
Expand the selection to the beginning of the line |
Shift+Page Down |
Expand the selection down one window, or abandon selection of the next window, if it is currently selected |
Shift+Page Up |
Expand the selection up one window, or abandon selection of the previous window, if it is currently selected |
Ctrl+Shift+Right Arrow |
Expand the selection to the next word, or abandon selection of the next word, if it is currently selected |
Ctrl+Shift+Left Arrow |
Expand the selection to the previous word, or abandon selection of the previous word, if it is currently selected |
Ctrl+Shift+[ |
Expand the selection up to the matching left parenthesis |
Ctrl+Shift+] |
Expand the selection up to the matching right parenthesis |
Alt+Enter |
Move the cursor to the other side of the selection |