An open source C/D + + IDE (integrated development environment), based on Wxwidgets GUI system, cross-platform support.
Pasted from elsewhere, convenient to see later, La La la ...
Editor |
Shortcut keys |
Function |
CTRL + Z |
Redo Last Action |
Ctrl+shift+z |
Repeat Last Action |
F11 |
Toggle header File/source file |
Ctrl+shift+c |
Comment Highlight Code |
Ctrl+shift+x |
Anti-Comment highlighting code |
Ctrl+space/ctrl+j |
Auto-complete/abbreviation |
Ctrl+b |
Toggle Mouse Theft |
Alt+pgup |
To the previous bookmark |
Alt+pgdown |
To the next bookmark |
File |
Shortcut keys |
Function |
CTRL + N |
Create a new file or project |
Ctrl+o |
Open a project that already exists |
Ctrl+s |
Storing the current file |
Ctrl+shift+s |
Store all Files |
Ctrl+f4/ctrl+w |
Close the current file |
Ctrl+shift+f4/ctrl+shift+w |
Close all Files |
View |
Shortcut keys |
Function |
F2 |
Show/Hide Information board |
Shift+f2 |
Show/Hide Management board |
Alt+f5 |
To activate the previous item in the project tree |
Alt+f6 |
In the project tree, activate the next item |
Search |
Shortcut keys |
Function |
Ctrl+f |
Find |
F3 |
Find the next |
Shift+f3 |
Find Previous |
Ctrl+shift+f |
Find in Files |
Ctrl+r |
Replace |
Ctrl+shift+r |
Replace in file |
Ctrl+g |
to the specified line |
Ctrl+f3 |
To the next changed line |
Ctrl+shift+f3 |
To the previous changed line |
Alt+g |
To the specified file |
Ctrl+shift+g |
to the specified function |
Ctrl+pgup |
To the previous function |
Ctrl+pgdn |
To the next function |
ctrl+shift+. |
to the Declaration office |
CTRL +. |
To the implementation point |
ctrl+alt+. |
Open the Include file |
Build |
Shortcut keys |
Function |
Ctrl+f9 |
Build Project |
Ctrl+shift+f9 |
Compiling the current file |
Ctrl+f10 |
Run |
F9 |
Build and run |
Ctrl+f11 |
Heavy Build |
Codeblock shortcut keys