Vc6.0 shortcut

Source: Internet
Author: User

F1: Help

CTRL + O: Open
CTRL + P: Print
CTRL + N: New
CTRL + Shift + F2: Clear all bookmarks
F2: Previous bookmarks
Shift + F2: the previous bookmarks
Alt + F2: edit bookmarks
CTRL + F2: Add/delete a bookmarks
F12: goto Definition
Shift + F12: goto reference
CTRL + 'num + ': displays the next symbol definition or reference
CTRL + 'num-': displays the previous symbol definition or reference
CTRL + J/K: Find the previous/next pre-compilation Condition
CTRL + Shift + J/K: Find the previous/next pre-compilation condition and select this one

CTRL + end: End of the document
CTRL + Shift + end: select from the current position to the end of the document
CTRL + home: Document Header
CTRL + Shift + home: select from current position to Document Header
CTRL + B/ALT + F9: Edit breakpoint
Alt + F3/Ctrl + F: Search
F3: Find the next
Shift + F3: Find the previous one
CTRL +]/Ctrl + E: Find the arc in the lower half
CTRL + Shift +]: Find the lower half of the arc and select the section (including the arc) between the arc)
CTRL + Shift + E: Find the lower half of the arc and select the section (including the arc) between the arc)
F4: Find the next error/warning location
Shift + F4: Find the last error/warning location
Shift + home: select from the current position to the beginning of the row
Shift + end: select from the current position to the end of the row
CTRL + L: Cut the current row
CTRL + Shift + L: Delete the current row
Alt + Shift + T: exchange the current row and the previous row
CTRL + ALT + T: brings up the Completion list box
Shift + Pagedown: select the current position from the current position to the current position on the next page
Shift + Pageup: select from current location to current location on the previous page
CTRL + Shift + space: Display tooltip of function parameters
CTRL + z/ALT + backspace: undo
CTRL + Shift + z/Ctrl + Y: redo
F8: the current position changes to the head/end of the selected area (move the cursor or click the mouse to select)
CTRL + Shift + F8: the current position changes to the header/tail of the selected area of the rectangle (move the cursor or click the mouse to select)
Alt + F8: Automatic format rescheduling
CTRL + G: GOTO
Ctlr + x/Shift + DEL: Cut
CTRL + C/Ctrl + INS: Copy
CTRL + V/Shift + INS: Paste
CTRL + u: converts the selected area to lowercase
CTRL + Shift + u: Convert the selected area to uppercase
CTRL + F8: The current row becomes the header/tail of the selected area (move the cursor up or down or click the mouse to select multiple rows)
CTRL + Shift + L: delete from current position to end of line
CTRL + Shift + 8: Convert all tabs to 'or restore
CTRL + T: display the variable type
CTRL + scroll: Scroll up
CTRL + scroll: Scroll down
CTRL + DEL: Delete the last half of the current word (separated by the cursor)
CTRL + backspace: Delete the first half of the current word (separated by the cursor)
CTRL + move: Move to the previous word
CTRL + →: Move to the next word
CTRL + Shift + cursor: select the current position to the previous word
CTRL + Shift + →: select the current position to the next word
CTRL + Shift + T: swap this word with the previous word

Alt + 0: Workspace window
Alt + 2: Output Window
Alt + 3: Watch window
Alt + 4: variables window
Alt + 5: registers window
Alt + 6: Memory Window
Alt + 7: callstack window
Alt + 8: Disassembly Window
CTRL + W: classwizard
Alt + enter: Properties

Alt + F7: Project Settings

F7: Build
CTRL + F7: Compile
CTRL + F5: Run
CTRL + break: stops the build
F5: Go
CTRL + F10: Run To cursor
F11: Step
Alt + F10: apply codes changes
CTRL + F9: enable/disable a breakpoint
Alt + F11: Switch Memory window to the following Display Mode
Alt + Shift + F11: Switch the memory window to the previous display mode.
CTRL + Shift + F9: Remove all breakpoints
CTRL + Shift + F5: restarts the program
CTRL + Shift + F10: set the current row to the row where the next command is executed.
Alt + num *: scroll to the current command
Shift + F11: jump out of the current function
F9: breakpoint
F10: Step over
Shift + F5: Stop debugging
CTRL + F11: switches between the source view and

Disassembly view for this Instruction
Alt + F12: queries on the selected object or current context

Alt + F6: Toggles the docking feature for the window on/off
Shift + ESC: Hide the window

CTRL + Shift + G :?
CTRL + *: open string table
CTRL + space :?
CTRL + F3: Find the next
CTRL + Shift + F3: Find the previous one
CTRL + D: Search
CTRL + I: Find the next
CTRL + Shift + I: Find the previous
F6 :? Activates the next pane
Shift + F6 :? Activates the previous pane
CTRL + M :? Detects duplicate mnemonics in the Resource
Alt + O: interactive display of header files and CPP files

========================================================== ==========================================================

F1 displays help. If the cursor stops at a certain character of the Code, the corresponding help content in msdn is displayed.

F2 bookmarks: Ctrl + F2 -- set a bookmarks in a row (cancel again and again)

F2 -- jump to the next bookmarks

Shift + F2 -- jump to the previous bookmarks

CTRL + Shift + F2 -- delete all bookmarks

F3 search: Ctrl + F3 -- search in the file. If the current cursor is on a string,

Then the string is automatically searched. Similar Ctrl + F

F3 -- find the next string in the file

Shift + F3 -- find a string in the file

F4 (not the popular garden one) if it is compiled or find in files, you can locate it one by one.

CTRL + F4 -- close the file

Alt + F4 -- disable VC (as defined in Windows)

F5 compilation and execution F5 -- Compilation and execution through VC

CTRL + F5 -- execute the compiled EXE directly without passing through VC

Shift + F5 -- after F5 is run, stop the program directly from the VC (you can simulate the current situation)

CTRL + Shift + F5 -- run again

After switching the splitwindow window, you can convert the window where the cursor is located.

F7 compilation F7 compilation Project

CTRL + F7 compile the current file

Alt + F7 Project Settings dialog box

The sticky key selected by F8 is more commonly used: holding down SHIFT + direction key

Alignment of the written format of the Code selected by Alt + F8

F9 sets the breakpoint Ctrl + F9 to delete all breakpoints

Alt + F9 display the edit breakpoint dialog box

CTRL + F9 breakpoint invalid

F10 one-step execution (Debug)

CTRL + F10 execute to the row where the cursor is located

(Try SHIFT + F10)

F11 tracking

Shift + F11 jump to the previous call stack

F12 jumps to the function definition at the beginning (compilation with the Browse info option is required. We recommend that you do not select this option and generate a large file)

Frequently Used editing

CTRL + W display classwizard, while many interfaces are used

CTRL + z/Ctrl + y Undo/Redo

CTRL + u letter to lowercase (some VC is not set)

CTRL + Shift + u letter converted to uppercase (some VC is not set)

CTRL + S save (it is strongly recommended that you press twice during encoding to save regret when the power is down, huh, huh,

This key is applicable to most editing software)

CTRL + D search (well, if SoftICE exists, call it)

CTRL + F authentic searchShortcut Key

CTRL + G jump to the nth line in the file

CTRL + Shift + G cursor on a file name, Jump directly to the specified file

CTRL + H replace

CTRL + j, k # ifdef... # endif search for pairing

CTRL + l cut a row

CTRL +} matching parentheses (),{}

Common debugging

Shift + F9 quickwatch, and display the variable value at the location of the mark

Alt + 3 Watch viewing window

Alt + 4 variables monitoring variables (commonly used)

Alt + 5 display register

Alt + 6 Display memory (commonly used)

Alt + 7 shows the stack situation (when the machine is more look)

Alt + 8 display assembly code

There are also some common

CTRL + TAB to switch the Open File View (if you press Ctrl, switch backward)

CTRL + Shift + TAB switch the Open File View (if you press Ctrl, switch forward in sequence)

After the tab is selected, a tab is removed,

Shift + TAB after selection, the entire forward a tab,

Alt + 0 move focus to workspace (ESC back to editing area)

Alt + 2 move focus to output area (ESC back to edit area)

CTRL + pgup switch work area view in reverse order

CTRL + pgdn switch work area view sequentially

In addition, VC does not set to open, close the workspace, and openShortcut KeyIf it is inconvenient,

You can register it by yourself (I set Ctrl +, and 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.