The Freya Integrated Development Environment

Keyboard shortcuts

See also

The Code Editor is a key piece in the Integrated Development Environment for Freya.

Navigation

ShortcutAction
UpMoves one line up.
DownMoves one line down.
Ctrl+UpScrolls one line up.
Ctrl+DownScrolls one line down.
Shift+Ctrl+Up
Shift+Ctrl+Down
Switches between class declaration and implementation.
RightMoves one character right.
LeftMoves one character left.
Ctrl+LeftMoves one word left.
Ctrl+RightMoves one word right.
PageUpMoves one page up.
PageDnMoves one page down.
HomeMoves to the beginning of the current line.
EndMoves to the end of the current line.
Alt+LeftMoves a step back in the navigation history.
Alt+RightMoves a step forward in the navigation history.
Ctrl+FShows the Find dialog.
Ctrl+RShows the Replace dialog.
Ctrl+GShows the Go To Line dialog.
Ctrl+BToggles a bookmark at the current line.
Ctrl+(Move to matching parenthesis or bracket.

Modification

ShortcutAction
DelDeletes one character at the right of the cursor.
BackspaceDeletes one character at the left of the cursor.
Ctrl+DelDeletes the word to the right of the cursor.
Ctrl+BackspaceDeletes the word to the left of the cursor.
Ctrl+UChanges the selected text to lowercase characters.
Shift+Ctrl+UChanges the selected text to uppercase characters.
TabMoves selected lines to the left one tab stop.
When more than a line is selected, moves selection to the right one tab stop.
Shift+TabMoves selected lines to the left one tab stop.
Ctrl+ZReverts last modification.
Ctrl+YRestores last reversed modification.

Selection and the Clipboard

ShortcutAction
Ctrl+ASelect all.
Shift+Ctrl+WSelect word.
Ctrl+XMove selected text to the Clipboard.
Ctrl+CCopy selected text into the Clipboard.
Ctrl+VInsert Clipboard contents into the code editor.

Code snippets

ShortcutAction
Ctrl+JExpand code snippet.
Ctrl+KExpand surround snippet.

See also

Freya's Integrated Development Environment
Project management
The Code Editor
Find dialog
Replace dialog
Go To Line dialog
The Code Snippets manager