Keyboard shortcuts

 

Key

Meaning

F1

Help for a system function under the cursor

F2

Toggle breakpoint

Alt+F3 Search text
F3 Repeat last search
Ctrl+'F' Incremental search

F4

Debugger, next line, without tracing calls

Ctrl+F4

Close current document

F5

Start the debugger

Ctrl+F5 Start the program without debugger
Ctrl+F6 Next open document

F7

Set Bookmark

Ctrl+F7

Goto bookmark

F8

Debugger: Trace into

F8

Go to definition

Ctrl+F8

Show all calls to the function under the cursor

F9

Make executable

Alt+F9 Check current file for syntax errors

F11

Find matching brace, bracket, #endif

Ctrl+F11

Recenter cursor in the window

F12

List defined functions in current file

Ctrl+Ins

Copy into clipboard

Ctrl+'C' Copy into clipboard

Shift+Ins

Paste from clipboard

Ctrl+'V' Paste from clipboard
Ctrl+'X' Cut

Esc

Complete the word under the cursor

Ctrl+S

Save

Ctrl+G

Goto line number

Ctrl+Right arrow

Goto next word

Ins Toggles between normal mode and overwrite mode

Alt+Up arrow

History of visited functions

Alt+Left arrow

Go to the last visited function

Shift+Left arrow

Select to the left

Shift+Right arrow

Select to the right

Shift+Down arrow

Select one line towards the bottom

Shift+Up arrow

Select one line to the top

Shift+End

Select till end of line