Hotkeys and shortcuts for CodeLite 10 (Windows)

(Total 107)

Ctrl + Z
Editor
Undo last action
Ctrl + Shift + Z
Editor
Redo last action
Ctrl + X
Editor
Cut selected text
Ctrl + C
Editor
Copy selected text
Ctrl + V
Editor
Paste text from clipboard
Ctrl + A
Editor
Select all text
F11
Editor
Swap header / source
Ctrl + Shift + C
Editor
Comment highlighted code
Ctrl + Shift + X
Editor
Uncomment highlighted code
Ctrl + D
Editor
Duplicate line caret is on
Ctrl + Space / Ctrl + J
Editor
Auto-complete / Abbreviations
Ctrl + Shift + Space
Editor
Show call tip
Ctrl + T
Editor
Swap line caret is on with line above it
Ctrl + B
Editor
Toggle bookmark
Alt + PgUp
Editor
Goto previous bookmark
Alt + PgDown
Editor
Goto next bookmark
F12
Editor
Toggle current block folding
Shift + F12
Editor
Toggle all folds
Ctrl + plus
Editor
Magnify text size.
Ctrl + -
Editor
Reduce text size.
Ctrl + /
Editor
Restore text size to normal.
Ctrl + Tab
Editor
Cycle through recent files.
Ctrl + I
Editor
Indents complete File
Tab
Editor
Indent block.
Editor
Shift + Tab
Editor
Dedent block.
Ctrl + Backspace
Editor
Delete to start of word.
Ctrl + Delete
Editor
Delete to end of word.
Ctrl + Shift + Backspace
Editor
Delete to start of line.
Ctrl + Shift + Delete
Editor
Delete to end of line.
Ctrl + Home
Editor
Go to start of document.
Ctrl + Shift + Home
Editor
Extend selection to start of document.
Alt + Home
Editor
Go to start of display line.
Alt + Shift + Home
Editor
Extend selection to start of display line.
Ctrl + End
Editor
Go to end of document.
Ctrl + Shift + End
Editor
Extend selection to end of document.
Alt + End
Editor
Go to end of display line.
Alt + Shift + End
Editor
Extend selection to end of display line.
Ctrl + *
Editor
Expand or contract a fold point.
Ctrl + F2
Editor
Create or delete a bookmark.
F2
Editor
Go to next bookmark.
Alt + F2
Editor
Select to next bookmark.
Ctrl + F3
Editor
Find selection.
Ctrl + Shift + F3
Editor
Find selection backwards.
Ctrl + Up
Editor
Scroll up.
Ctrl + Down
Editor
Scroll down.
Ctrl + L
Editor
Line cut.
Ctrl + Shift + T
Editor
Line copy.
Ctrl + Shift + L
Editor
Line delete.
Ctrl + T
Editor
Line transpose with previous.
Ctrl + D
Editor
Line duplicate.
Ctrl + K
Editor
Find matching preprocessor conditional, skipping nested ones.
Ctrl + Shift + K
Editor
Select to matching preprocessor conditional.
Ctrl + J
Editor
Find matching preprocessor conditional backwards, skipping nested ones.
Ctrl + Shift + J
Editor
Select to matching preprocessor conditional backwards.
Ctrl + [
Editor
Previous paragraph. Shift extends selection.
Ctrl + ]
Editor
Next paragraph. Shift extends selection.
Ctrl + Left
Editor
Previous word. Shift extends selection.
Ctrl + Right
Editor
Next word. Shift extends selection.
Ctrl + /
Editor
Previous word part. Shift extends selection.
Ctrl + \
Editor
Next word part. Shift extends selection.
Ctrl + N
Files
New file or project
Ctrl + O
Files
Open existing file or project
Ctrl + S
Files
Save current file
Ctrl + Shift + S
Files
Save all files
Ctrl + F4 / Ctrl + W
Files
Close current file
Ctrl + Shift + F4 / Ctrl + Shift + W
Files
Close all files
Ctrl + Tab
Files
Activate next open file
Ctrl + Shift + Tab
Files
Activate previous open file
F2
View
Show / hide Messages pane
Shift + F2
View
Show / hide Management pane
Ctrl + Shift + Up
View
Move project up (in Project tree)
Ctrl + Shift + Down
View
Move project down (in Project tree)
Alt + F5
View
Activate prior (in Project tree)
Alt + F6
View
Activate next (in Project tree)
Ctrl + Roll Mouse Wheel
View
Zoom in / out
Ctrl + Alt + E
View
Focus editor
Ctrl + F
Search
Find
F3
Search
Find next
Shift + F3
Search
Find previous
Crtl + Shift + F
Search
Find in files
Ctrl + R
Search
Replace
Ctrl + Shift + R
Search
Replace in files
Ctrl + G
Search
Goto line
Ctrl + F3
Search
Goto next changed line
Ctrl + Shift + F3
Search
Goto previous changed line
Alt + G
Search
Goto file
Ctrl + Alt + G
Search
Goto function
Ctrl + Page Up
Search
Goto previous function
Ctrl + Pageg Down
Search
Goto next function
Ctrl + Shift + .
Search
Goto declaration
Ctrl + .
Search
Goto implementation
Ctrl + Alt + .
Search
Open include file
Ctrl + F9
Build
Build
Ctrl + Shift + F9
Build
Compile current file
Ctrl + F10
Build
Run
F9
Build
Build and Run
Ctrl + F11
Build
Rebuild
F8
Debug
Debug
Ctrl + F7
Debug
Continue debugging
F7
Debug
Step over a code block
Shift + F7
Debug
Step into a code block
Ctrl + Shift + F7
Debug
Step out of a code block
F5
Debug
Toggle breakpoint
F4
Debug
Run to cursor
Alt + F1
Debug
Previous error
Alt + F2
Debug
Next error