Shortcuts CodeLite for Windows

105 shortcuts15,482 views
Open Trainer

Editor

WindowsAction
Ctrl+ZUndo last action
Ctrl+Shift+ZRedo last action
Ctrl+XCut selected text
Ctrl+CCopy selected text
Ctrl+VPaste text from clipboard
Ctrl+ASelect all text
F11Swap header / source
Ctrl+Shift+CComment highlighted code
Ctrl+Shift+XUncomment highlighted code
Ctrl+DDuplicate line caret is on
Ctrl+Space/Ctrl+JAuto-complete / Abbreviations
Ctrl+Shift+SpaceShow call tip
Ctrl+TSwap line caret is on with line above it
Ctrl+BToggle bookmark
Alt+PgUpGoto previous bookmark
Alt+PgDownGoto next bookmark
F12Toggle current block folding
Shift+F12Toggle all folds
Ctrl+plusMagnify text size.
Ctrl+-Reduce text size.
Ctrl+/Restore text size to normal.
Ctrl+TabCycle through recent files.
TabIndent block.
Shift+TabDedent block.
Ctrl+BackspaceDelete to start of word.
Ctrl+DeleteDelete to end of word.
Ctrl+Shift+BackspaceDelete to start of line.
Ctrl+Shift+DeleteDelete to end of line.
Ctrl+HomeGo to start of document.
Ctrl+Shift+HomeExtend selection to start of document.
Alt+HomeGo to start of display line.
Alt+Shift+HomeExtend selection to start of display line.
Ctrl+EndGo to end of document.
Ctrl+Shift+EndExtend selection to end of document.
Alt+EndGo to end of display line.
Alt+Shift+EndExtend selection to end of display line.
Ctrl+*Expand or contract a fold point.
Ctrl+F2Create or delete a bookmark.
F2Go to next bookmark.
Alt+F2Select to next bookmark.
Ctrl+F3Find selection.
Ctrl+Shift+F3Find selection backwards.
Ctrl+UpScroll up.
Ctrl+DownScroll down.
Ctrl+LLine cut.
Ctrl+Shift+TLine copy.
Ctrl+Shift+LLine delete.
Ctrl+TLine transpose with previous.
Ctrl+DLine duplicate.
Ctrl+KFind matching preprocessor conditional, skipping nested ones.
Ctrl+Shift+KSelect to matching preprocessor conditional.
Ctrl+JFind matching preprocessor conditional backwards, skipping nested ones.
Ctrl+Shift+JSelect to matching preprocessor conditional backwards.
Ctrl+[Previous paragraph. Shift extends selection.
Ctrl+]Next paragraph. Shift extends selection.
Ctrl+LeftPrevious word. Shift extends selection.
Ctrl+RightNext word. Shift extends selection.
Ctrl+/Previous word part. Shift extends selection.
Ctrl+\Next word part. Shift extends selection.

Files

WindowsAction
Ctrl+NNew file or project
Ctrl+OOpen existing file or project
Ctrl+SSave current file
Ctrl+Shift+SSave all files
Ctrl+F4/Ctrl+WClose current file
Ctrl+Shift+F4/Ctrl+Shift+WClose all files
Ctrl+TabActivate next open file
Ctrl+Shift+TabActivate previous open file

View

WindowsAction
F2Show / hide Messages pane
Shift+F2Show / hide Management pane
Ctrl+Shift+UpMove project up (in Project tree)
Ctrl+Shift+DownMove project down (in Project tree)
Alt+F5Activate prior (in Project tree)
Alt+F6Activate next (in Project tree)
Ctrl+Roll Mouse WheelZoom in / out
Ctrl+Alt+EFocus editor

Search

WindowsAction
Ctrl+FFind
F3Find next
Shift+F3Find previous
Crtl+Shift+FFind in files
Ctrl+RReplace
Ctrl+Shift+RReplace in files
Ctrl+GGoto line
Ctrl+F3Goto next changed line
Ctrl+Shift+F3Goto previous changed line
Alt+GGoto file
Ctrl+Alt+GGoto function
Ctrl+Page UpGoto previous function
Ctrl+Pageg DownGoto next function
Ctrl+Shift+.Goto declaration
Ctrl+.Goto implementation
Ctrl+Alt+.Open include file

Build

WindowsAction
Ctrl+F9Build
Ctrl+Shift+F9Compile current file
Ctrl+F10Run
F9Build and Run
Ctrl+F11Rebuild

Debug

WindowsAction
F8Debug
Ctrl+F7Continue debugging
F7Step over a code block
Shift+F7Step into a code block
Ctrl+Shift+F7Step out of a code block
F5Toggle breakpoint
F4Run to cursor
Alt+F1Previous error
Alt+F2Next error