Previous: Editor To the Table of Content Next: Compiler and Debugger Shortcuts

- 5.8 -
IDE (Integrated Development Environment)

Editor Shortcuts

ShortcutAction or command
F1, Ctrl + F1Topic Search
F3Search|Search Again
F6Displays the next window
Shift+F6Displays the previous window
Ctrl+IInserts a tab
Ctrl+LSearch|Search Again
Ctrl+JDisplays the code templates box
Ctrl+NInserts a new line
Ctrl+RSearch|Replace
Ctrl+SFile|Save
Ctrl+TDeletes a word right
Ctrl+VEdit|Insert
Ctrl+WDeletes a word left
Ctrl+YDeletes a line
Ctrl+ZEdit|Undo
Shift+Ctrl+ZEdit|Redo
EndMoves to the end of a line
HomeMoves to the start of a line
EnterInserts a carriage return
InsTurns insert mode on/off
DelDeletes the character to the right of the cursor
BackspaceDeletes the character to the left of the cursor
TabInserts a tab
SpaceInserts a blank space
Left ArrowMoves the cursor left one column, accounting for the autoindent setting
Right ArrowMoves the cursor right one column, accounting for the autoindent setting
Up ArrowMoves up one line
Down ArrowMoves down one line
Page UpMoves up one page
Page DownMoves down one page
Ctrl+Alt+FSearches word at cursor
Ctrl+Left ArrowMoves one word left
Ctrl+Right ArrowMoves one word right
Ctrl+HomeMoves to the top of a screen
Ctrl+EndMoves to the end of a screen
Ctrl+PgDnMoves to the bottom of a file
Ctrl+PgUpMoves to the top of a file
Ctrl+BackspaceMove one word to the right
Ctrl+SpaceInserts a blank space
Ctrl+EnterOpens file at cursor
Ctrl+TabMoves to the next page
Ctrl+Shift+IIndents Block
Ctrl+Shift+UOutdents Block
Ctrl+Shift+YDeletes to the end of line
Shift+TabInserts a tab
Shift+BackspaceDeletes the character to the left of the cursor
Shift+Left ArrowSelects the character to the left of the cursor
Shift+Right ArrowSelects the character to the right of the cursor
Shift+Up ArrowMoves the cursor up one line and selects from the left of the starting cursor position
Shift+Down ArrowMoves the cursor down one line and selects from the right of the starting cursor position
Shift+PgUpMoves the cursor up one screen and selects from the left of the starting cursor position
Shift+PgDnMoves the cursor down one line and selects from the right of the starting cursor position
Shift+EndSelects from the cursor position to the end of the current line
Shift+HomeSelects from the cursor position to the start of the current line
Shift+SpaceInserts a blank space
Shift+EnterInserts a new line with a carriage return
Shift+Ctrl+TabMoves to the previous page
Ctrl+Shift+Left ArrowSelects the word to the left of the cursor
Ctrl+Shift+Right ArrowSelects the word to the right of the cursor
Ctrl+Shift+HomeSelects from the cursor position to the start of the current file
Ctrl+Shift+EndSelects from the cursor position to the end of the current file
Ctrl+Shift+PgDnSelects from the cursor position to the bottom of the screen
Ctrl+Shift+PgUpSelects from the cursor position to the top of the screen
Ctrl+Shift+TabMoves to the previous page
Alt+BackspaceEdit|Undo


Hint:
When selecting, hold Alt to select a vertical block.

See also:
Bookmarks
Compiler and Debugger Shortcuts


Previous: Editor To the Table of Content Next: Compiler and Debugger Shortcuts
Editor Table of Content Compiler and Debugger Shortcuts

- 5.8 -