Useful Flex Builder shortcut keys

Source: Internet
Author: User
Tags cdata

Adobe's most advantageous tool for developing Flex is Flex Builder. However, to do this well, you must first sharpen its "key". The Quick key is very useful to developers, many quick keys and key combinations are similar to those of other software or systems. For example, Ctrl + C is copying, and Ctrl + V is pasting, check whether many job systems and editing software are the same? If you have noticed it, it is not difficult to find that, in fact, Flex Builder has many similarities with Eclipse editing tools.

How can we make good use of it!

Ctrl-F11: Run)
F11: Debug)
Ctrl-Alt-Down: Repeat current line)
Alt-Up: Move the current column, or Move the selected column up (Move line (or selection) Up)
Alt-Down: Move the column or Move the column down (Move line (or selection) Down)
Ctrl-Click: Move to the definition area (Go to definition (also F3 ))
Ctrl-Up: Scroll up)
Ctrl-Down: Scroll Down)

Select a piece of code: Press F1 to display help.

Comment out a piece of code: Press cntl + shift + C: comment out the selected code comment a line of code: cntl +/find matching braces: place the cursor on "{", press cntl + shift + P; adjust the position of a line (or segment) of code at a time, place the cursor in this line, and hold down alt, And the up and down arrows. Eliminate repeated classes: cntl + shift + O; display the filter in the outline dialog box: cntl + O; open two Editors: select a file, right-click, and select "New Editor ", drag the file to display the two edit dialog boxes. CVS: select a file in the navigation view, right-click "Compare with". 'shift '+ 'tab': shift code to the left;
'Alt' + '/': code prompt; or you can find content assist in the key and set it yourself.
'Ctrl '+ 'O': the id of the variable, function, or mxml component to be quickly searched;
'Ctrl '+ 'D': delete a line of code. [You will be addicted to using it]
'Ctrl '+ 'M': refers to the window that switches between maximization and restoration to obtain the focus. It is very common and convenient. You can also double-click the window to implement the same

'Ctrl '+ 'E': to quickly find and point to the opened file. [This is especially useful when many files are opened.]
"Tab": Right Shift code. [It is also very common and very convenient]
'Ctrl '+ '~ ': Code and design mode switch;
'Ctrl '+'/': note that one line of ActionScript is used frequently.
'Ctrl '+ 'shift' + 'C': Add <! --> Or /**/
'Ctrl '+ 'shift' + 'D': Add <! [CDATA []>
'Ctrl '+ mouse cursor left: quickly points to the specified folder type file
========================================================== ========================================================

First, ctrl + shift + L. open the shortcut menu. all shortcut keys are listed here. you can choose preference> general> key. you can set the shortcut key on your own.

Ctrl +/: a single line of comment can be made here, but it can only be used in AS3 code. It cannot be used in mxml.

Ctrl + shift + C. this is the comment block key. when you use this shortcut key. you must first select the comment line. press the shortcut key. this can be used in AS3 code and mxml.

Ctrl + alt + up/down. This shortcut can copy the row where the cursor is located. There is a plug-in FD to implement smart replication. But this cannot.

Alt + up/down. This is also fun. It can move up and down the row where your cursor is located.

Ctrl + shift + B. Add a breakpoint to the row where the cursor is located. You can cancel the breakpoint twice.

Alt +/: the maximum number of characters used for this operation. How many characters can you press? Prompt. pair. is the prompt. but it only prompts the names of some classes. note that it is not a keyword. for example, if you want to create a pri and press alt +/, it will never appear private. try it.

Ctrl + alt +/: This is great. it can automatically help you fill in the characters you need. for example. if you type a pri, it will automatically add the following characters for you. however. the problem is. what will happen if I play p and press the shortcut key? Or private. What should I do if I want public? This is the case. this shortcut key must include the characters you have entered before. it also matches the characters from bottom to top. if no matching character exists. A "beep" will be issued. do not believe. you can try this. first, create a private. call another public. then, press the shortcut key p to try it out. what? Try again. Put private in the back. What will happen?

Alt + shift + N: new. This is easy to use. There are also new. ctrl + N. Different. Try again.

Ctrl + Click (left mouse button). Go to the referenced class file. It is equivalent to viewing the source file.

Ctrl + shift + d. Add <! [Cdata []> something. It can place the row where the cursor is located in one <! [Cdata.

Ctrl + O. display the Code outline. Only AS3 code is supported.

Ctrl-Alt-Down: Repeat current line)
Alt-Up: Move the current column, or Move the selected column up (Move line (or selection) Up)
Alt-Down: Move the column or Move the column down (Move line (or selection) Down)
Ctrl-Click: Move to the definition area (Go to definition (also F3 ))
(Activate Editor) F12
(Align Baselines) Ctrl + Alt + 8
(Align Bottom) Ctrl + Alt + 6
(Align Horizontal Centers) Ctrl + Alt + 5
(Align Left) Ctrl + Alt + 1
(Align Right) Ctrl + Alt + 3
(Align Top) Ctrl + Alt + 4
(Align Vertical Centers) Ctrl + Alt + 2

(Backward History) Alt + Left
(Breakpoints) Alt + Shift + Q, B
(Build All) Ctrl + B
(Cheat Sheets) Alt + Shift + Q, H
(Close) Ctrl + F4
(Close All) Ctrl + Shift + F4
(Console) Alt + Shift + Q, C
(Content Assist) Alt +/
(Context Information) Alt + Shift +?
(Copy) Ctrl + C
(Cut) Ctrl + X
(Debug Adobe AIR Application) Alt + Shift + D, L
(Debug Flex Application) Alt + Shift + D, F
(Debug Last Launched) F11
(Delete) Delete
(Find Text in Workspace) Ctrl + Alt + G
(Find and Replace) Ctrl + F
(Find in Files) Ctrl + Shift + F
(Fit to Window) Ctrl + 0
(Forward History) Alt + Right
(History) Alt + Shift + Q, Z
(Last Edit Location) Ctrl + Q
(Make Same Height) Ctrl + Alt + 9
(Make Same Width) Ctrl + Alt + 7
(Maximize Active View or Editor) Ctrl + M
(New) Ctrl + N
(New menu) Alt + Shift + N
(Next) Ctrl +.
(Next Editor) Ctrl + F6
(Next Perspective) Ctrl + F8
(Next View) Ctrl + F7
(Open Resource) Ctrl + Shift + R
(Open Search Dialog) Ctrl + H
(Paste) Ctrl + V
(Previous) Ctrl +,
(Previous Editor) Ctrl + Shift + F6
(Previous Perspective) Ctrl + Shift + F8
(Previous View) Ctrl + Shift + F7
(Print) Ctrl + P
(Profile Adobe AIR Application) Alt + Shift + P, L
(Profile Flex Application) Alt + Shift + P, F
(Properties) Alt + Enter
(Quick Access) Ctrl + 3
(Quick Fix) Ctrl + 1
(Quick Switch Editor) Ctrl + E
(Redo) Ctrl + Y
(Refresh) F5
(Remove All Visible Results) Shift + Delete
(Remove Result) Ctrl + Delete
(Rename) F2
(Run Adobe AIR Application) Alt + Shift + X, L
(Run Flex Application) Alt + Shift + X, F
(Run Last Launched) Alt + F11
(Save) Ctrl + F11
(Save All) Ctrl + Shift + S
(Search) Alt + Shif + Q, S
(Select All) Ctrl +
(Show In menu) Alt + Shift + W
(Show Key Assist) Ctrl + Shift + L
(Show System Menu) Alt +-
(Show View) Alt + Shift + Q, Q
(Show View [View: Outline]) Alt + Shift + Q, 0
(Show View [View: Problems]) Alt + Shift + Q, X
(Show View Menu) Ctrl + F10
(Switch Source/Design Mode) Ctrl +'
(Switch to Editor) Ctrl + Shift + Q, Y
(Terminate Result) Ctrl + Break
(Toggle Breakpoint) Ctrl + Shift + B
(Undo) Ctrl + Z
(Use Step Filters) Shift + Z
(Variables) Alt + Shift + Q, V
(Zoom In) Ctrl + =
(Zoom Out) Ctrl +-

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.