Hotkeys
- New file - CTRL + N
- Open file - CTRL + O
- Save file - CTRL + S
- Save as - CTRL + ALT + S
- Save All - SHIFT + CTRL + S
- Close tab - F4
- Close all tabs - CTRL + F4
- Undo - CTRL + Z
- Redo - CTRL + Y
- Cut - CTRL + X
- Copy - CTRL + C
- Paste - CTRL + V
- Delete - Delete
- Double line - CTRL+D
- Remove the entire line under the cursor - CTRL+Delete
- Remove part of the line to the right of the cursor - CTRL+SHIFT+Delete
- Select All - CTRL + A
- Call the search dialog - CTRL +
F
- Call the replace dialog - CTRL +
R
- Search the next - F3
- Search previous - CTRL + F3
- GoTo - CTRL + G
- Set bookmark - SHIFT + F8
- To the next bookmark - F8
- To the previous bookmark - CTRL +
F8
- Delete all bookmarks - SHIFT + CTRL +
F8
- Characters in upper case - CTRL +
U
- Characters in lower case - CTRL +
L
- Zoom In - CTRL + (NUM +)
- Zoom out - CTRL + (NUM-)
- The default scale is - CTRL + (NUM
/)
- Compile - SHIFT + CTRL + F5
- Run - SHIFT + F5
- Compile and run - CTRL + F5
- Quick start - F5
- Comment - F9
- Uncomment - CTRL + F9
- Switch to the next tab - CTRL +
TAB
- Switch to the previous tab - CTRL + SHIFT +
TAB
- Close Editor - ALT + F4
- AutoIndent - CTRL+SHIFT+F12
- Open include file (#include "xxxxxxx") - CTRL+LEFT CLICK MOUSE
- Open autocompletion window - CTRL+SPACE
- Display information about a block (function, procedure, constructor ...)
where the cursor is located - F6
- Go to the place of a variable declaration (only for a
variable , declared in the curent file) - F2
- To return after operations: goto place of a variable declaration (only for a variable , declared in the curent
file) - CTRL+SHIFT+F2
- Show type of variable - CTRL+F2