PDA

View Full Version : Your favorite hotkeys/keycommands


Tackle
12-28-2008, 08:15 AM
Post your "must know" keycommands and hotkeys in Flex Builder!

I know there's a way to quickly clone lines of code, but I've yet to find that out.

Things I use a lot are:

- Move one or more lines of code by holding alt and pressing up/down
- Ctrl+D to delete a line of code
- Ctrl+Delete to delete a whole word, or Ctrl+backspace to "backspace" a whole word
- Ctrl+M to maximize active window, if you don't want to doubleclick the name bar of it.

ljuwaidah
12-29-2008, 12:08 PM
ctrl + / to comment a line with //
shift + ctrl + C to comment with /*...*/

selecting a line/multiple lines and pressing tab shifts it/them right.
selecting a line/multiple lines and pressing ctrl + tab shifts it/them left.

Hockey13
12-30-2008, 12:31 AM
Ctrl-right/left arrow moves the cursor to the next/previous word.
Ctrl-alt-up/down is the code clone you're thinking of.