If you are learning Delphi, here I will give some list of keyboard shortcuts for Delphi
Shortcut Delphi
Code Parameters : Ctrl-Shift-Space
Code Completion : Ctrl-Space
Code Templates : Ctrl-J
Shortcut Class Completion
Class Completion : Ctrl-Shift-C
Class Nav Up : Ctrl-Shift-Up
Class Nav Down : Ctrl-Shift-Down
Shortcut Code Browsing (D6 and above)
Symbol Browsing : Alt-Up
Browse Forward : Alt-Right
Browse Backward : Alt-Left
Shortcut Message Window
Previous Message : Alt-F7
Next Message : Alt-F8
Shortcut IDE Windows
Code Explorer : Ctrl-Shift-E
Project Manager : Ctrl-Alt-F11
Window List : Alt-0 (zero)
Object Inspector : F11
Shortcut Debugger Windows
Event Log : Ctrl-Alt-V
Breakpoints : Ctrl-Alt-B
Watches : Ctrl-Alt-V
Threads : Ctrl-Alt-T
Shortcut TODO List Window
Add TODO Item : Ctrl-Shift-T
Shortcut Editing
Blocking Mode : Ctrl+O-L (line) Ctrl+O-C (column)
Shortcut Debugging
Trace Into : F7
Step Over : F8
Trace to next source line : Shift-F7
Run to Cursor : F4
Run until return : Shift-F8
Program Reset : Ctrl-F2
Evaluate/Modify : Ctrl-F7
Add Watch : Ctrl-F5
Toggle Breakpoint : F5
Shortcut Compiling
Compile Project : F5
Build : Ctrl-F5
Syntax Check : F5
Project Options : Ctrl-Shift-F11
No comments:
Post a Comment