You are currently browsing the Ugly Programmer weblog archives for the day 28. May 2008.
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Apr | Jun » | |||||
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 | |
- CSS (2)
- Javascript (3)
- LANSA (21)
- SQL (8)
- Twitter API (1)
- Uncategorized (25)
- 8. March 2010: American Express is Suing Me
- 28. January 2010: So frackin hard
- 1. September 2009: Twitter API STREAM Filter
- 15. June 2009: DOS Commands that work on Windows XP
- 14. April 2009: TWEATER CHEATER IS BORN
- 14. April 2009: Windows Keyboard Short Cuts - ALT F4 is my Favorite
- 11. April 2009: SELECT_SQL Examples
- 30. January 2009: My Recovery ID Idea
- 29. January 2009: Test Program to See what LANSA Services are Licensed
- 11. January 2009: glossary
Archive for 28. May 2008
Visual LANSA Editor Short Cuts
28. May 2008 by admin.
Position the current line on the top of the window Ctrl + T
Position the current line in the middle of the window Ctrl + M
Position the current line on the bottom of the window Ctrl + B
Toggle a tag on a line Ctrl + F2
Remove all tags Alt + F2
Jump to the previous tagged line Ctrl + Up Arrow
Jump to the next tagged line Ctrl + Down Arrow
Comment selected text Ctrl + W
Uncomment selected text Ctrl + Shift + W
Collapse blocks. This command blocks a level at a time.
If you keep collapsing the blocks, the entire code will
be collapsed, except for lines that are not in blocks. Ctrl + F9
Expand blocks. This command expands a level at the time Ctrl +F10
Collapse the block containing the line that has the focus Ctrl + Shift + F9
Expand the collapsed block that has the editor focus Ctrl + Shift + F10
Makes selection/next character upper case Alt + UpArrow
Makes selection/next character lower case Alt + DownArrow
Delete word right Ctrl + Delete
Delete word left Ctrl + BackSpace
Delete from current position to end of line Alt + Shift + L
Cut line and place it on clipboard Ctrl + L
Copy line and place it on clipboard Alt + Q
Copy selection or line Plus key in number pad
Copy selected text to the clipboard Ctrl + Insert
Paste text from the clipboard Shift + Insert
Copy selected text to the clipboard Ctrl + C
Cut selected text to the clipboard Ctrl + X
Paste text from the clipboard Ctrl + V
Extend/reduce selection to next part of statement Ctrl + Shift + RightArrow
Extend/reduce selection to start of previous part of statement Ctrl + Shift + LeftArrow
Block select to end of line Shift + End
Block select to start of line Shift + Home
Block select to start of file Ctrl + Shift + Home
Block select to end of file Ctrl + Shift + End
Block select to page down Shift + PageDown
Block select to page up Shift + PageUp
Block select part of statement Left Button double-click
Line selection Shift + UpArrow
Line selection Shift + DownArrow
Select all text Ctrl + A
Find text Ctrl + F
Replace text Ctrl + H
Find next F3
Find previous Shift + F3
Go to line Ctrl + G
Posted in LANSA | No Comments »