keys to write more code, faster:
1. keep your hands on the keyboard
2. Type as little as possible
3. Rapidly navigate code
4. Access information quickly
5. Let SlickEdit do the formating - syntax indenting
6. Utilize utilities
7. Integrate to other tools
-----------------------------------------
1. keep your hands on the keyboard
do your best to use shortcuts for textoperations!
4 ways to launch operations:commands, key bindings, menu items, buttons.
commands:
Activating Command Line - ESC
Command Line History - Top/Down
Command Line Completion - Tab, Top/Down, Enter
Key shortcuts in text boxes:
copy - Ctrl+C
paste - Ctrl+V
cut - Ctrl+X
append to clipboard - Ctrl+Shift+C
append cut - Ctrl+Shift+X
Cut to End of Line - Ctrl+E
List clipboards - Ctrl+Shift+V
Go to Beginning of doc - Ctrl+p
Move cursor to Begin/End of Line - Home/End
Left/Right word - Ctrl+Left/Right
Move cursor to Begin/End of doc - Ctrl+Home/End
Select Text left/right to currsor - Shift+Home/End
lowercase/uppercase word - Ctrl+Shift+L/U
Select line - Triple click
Select word - Double click
阅读(1625) | 评论(0) | 转发(0) |