• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            隨筆 - 505  文章 - 1034  trackbacks - 0
            <2008年2月>
            272829303112
            3456789
            10111213141516
            17181920212223
            2425262728291
            2345678


            子曾經曰過:編程無他,唯手熟爾!

            常用鏈接

            留言簿(94)

            隨筆分類(649)

            隨筆檔案(505)

            相冊

            BCB

            Crytek

            • crymod
            • Crytek's Offical Modding Portal

            Game Industry

            OGRE

            other

            Programmers

            Qt

            WOW Stuff

            搜索

            •  

            積分與排名

            • 積分 - 911304
            • 排名 - 14

            最新隨筆

            最新評論

            閱讀排行榜

            評論排行榜

            版本 vc7.1;
            鍵盤映射方案: vc6

            編輯,參數信息     Ctrl+shift+空格鍵(文本編輯器)

            下面的是從網上轉的,不保證能用!

            ====================
            VC快捷鍵大全F1: 幫助

            Ctrl+O :Open
            Ctrl+P :Print
            Ctrl+N :New
            Ctrl+Shift+F2 :清除所有書簽
            F2:上一個書簽
            Shift+F2:上一個書簽
            Alt+F2 :編輯書簽
            Ctrl+F2:添加/刪除一個書簽
            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:尋找上一個/下一個預編譯條件
            Ctrl+Shift+J/K :尋找上一個/下一個預編譯條件并將這一塊選定
            Ctrl+End:文檔尾
            Ctrl+Shift+End :選定從當前位置到文檔尾
            Ctrl+Home:文檔頭
            Ctrl+Shift+Home :選定從當前位置到文檔頭
            Ctrl+B/Alt+F9 :編輯斷點
            Alt+F3/Ctrl+F :查找
            F3:查找下一個
            Shift+F3:查找上一個
            Ctrl+]/Ctrl+E :尋找下一半括弧
            Ctrl+Shift+] :尋找下一半括弧并選定括弧之間的部分(包括括弧)
            Ctrl+Shift+E :尋找下一半括弧并選定括弧之間的部分(包括括弧)
            F4:尋找下一個錯誤/警告位置
            Shift+F4:尋找上一個錯誤/警告位置
            Shift+Home:選定從當前位置到行首
            Shift+End:選定從當前位置到行尾
            Ctrl+L :剪切當前行
            Ctrl+Shift+L :刪除當前行
            Alt+Shift+T:交換當前行和上一行
            Ctrl+Alt+T:Brings up the completion list box
            Shift+PageDown :選定從當前位置到下一頁當前位置
            Shift+PageUp :選定從當前位置到上一頁當前位置
            Ctrl+Shift+Space:顯示函數參數的Tooltip
            Ctrl+Z/Alt+Backspace :Undo
            Ctrl+Shift+Z/Ctrl+Y :Redo
            F8:當前位置變成選定區域的頭/尾(再移動光標或者點鼠標就會選定)
            Ctrl+Shift+F8 :當前位置變成矩形選定區域的頭/尾(再移動光標或者點鼠標就會選定)
            Alt+F8 :自動格式重排
            Ctrl+G :Goto
            Ctlr+X/Shift+Del:Cut
            Ctrl+C/Ctrl+Ins :Copy
            Ctrl+V/Shift+Ins:Paste
            Ctrl+U :將選定區域轉換成小寫
            Ctrl+Shift+U :將選定區域轉換成大寫
            Ctrl+F8 :當前行變成選定區域的頭/尾(再移動上下光標或者點鼠標就會選定多行)
            Ctrl+Shift+L :刪除從當前位置到行尾
            Ctrl+Shift+8 :將所有Tab變成`或者還原
            Ctrl+T :顯示變量類型
            Ctrl+↑ :向上滾屏
            Ctrl+↓ :向下滾屏
            Ctrl+Del:刪除當前單詞的后半截(以光標為分割)
            Ctrl+Backspace :刪除當前單詞的前半截(以光標為分割)
            Ctrl+← :移到前一個單詞
            Ctrl+→ :移到后一個單詞
            Ctrl+Shift+← :選定當前位置到前一個單詞
            Ctrl+Shift+→ :選定當前位置到后一個單詞
            Ctrl+Shift+T :將本單詞和上一個單詞互換


            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:屬性

            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 into
            Alt+F10 :Apply codes changes
            Ctrl+F9 :Enable/Disable a breakpoint
            Alt+F11 :將 Memory Window 切換到下一種顯示模式
            Alt+Shift+F11 :將 Memory Window 切換到上一種顯示模式
            Ctrl+Shift+F9 :去掉所有斷點
            Ctrl+Shift+F5 :Restarts the program
            Ctrl+Shift+F10 :將當前行設為下一條指令執行的行
            Alt+Num*:滾動到當前指令
            Shift+F11:跳出當前函數
            F9:斷點
            F10:step over
            Shift+F5:停止 Debugging
            Ctrl+F11:Switches between the source view and the 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:隱藏窗口

            Ctrl + F3 向下查找下一個當前光標所在位置的單詞
            Ctrl + Shift + F3 向上查找下一個當前光標所在位置的單詞

            Ctrl+Shift+G :?
            Ctrl+* :?
            Ctrl+Space:?
            Ctrl+F3 :?
            Ctrl+Shift+F3 :?
            Ctrl+D :?
            Ctrl+I :?
            Ctrl+Shift+I :?
            F6:?Activates the next pane
            Shift+F6:?Activates the previous pane
            Ctrl+M :?Detects duplicate mnemonics in the resource



            Ctrl+TAB
            Ctrl+u:大寫變小寫
            Ctrl+SHIFT+u:小寫變大寫
            Ctrl+}括號配對




            以下是資源操作快捷鍵
            Ctrl + 1 New Dialog
            Ctrl + 2 New Menu
            Ctrl + 3 New Cursor
            Ctrl + 4 New Icon
            Ctrl + 5 New Bitmap
            Ctrl + 6 New Toolbar
            Ctrl + 7 New Accelerator
            Ctrl + 8 Open String Table
            Ctrl + 9 Open Version Info

            Ctrl + F3 向下查找下一個當前光標所在位置的單詞
            Ctrl + Shift + F3 向上查找下一個當前光標所在位置的單詞

            Ctrl + D 激活工具條中顯示查詢內容的ComboBox
            Ctrl + I 增量查找
            Ctrl + Shift + I 反向增量查找
            Ctrl + Space 輸入法???

            還是不方便就只有自己設置了.
            菜單:Tools->Customize中的KeyBoard選項卡

            posted on 2007-04-18 22:07 七星重劍 閱讀(756) 評論(0)  編輯 收藏 引用 所屬分類: PL--c/c++
            久久青青草原亚洲av无码| 久久偷看各类wc女厕嘘嘘| 精品久久国产一区二区三区香蕉| 99国内精品久久久久久久| 久久精品一区二区影院| 亚洲狠狠婷婷综合久久蜜芽| 国产精品毛片久久久久久久| 久久久久亚洲AV无码去区首| 午夜精品久久久久久久久| 精品国产青草久久久久福利 | 久久精品夜夜夜夜夜久久| 久久久久中文字幕| 久久婷婷国产剧情内射白浆| 精品蜜臀久久久久99网站| 欧美伊人久久大香线蕉综合69| 久久久久久精品免费看SSS| 精品久久久久久| 色欲久久久天天天综合网| 国产精品久久久久久久午夜片| 午夜不卡久久精品无码免费| 久久久久人妻精品一区三寸蜜桃| 亚洲色欲久久久综合网东京热| 久久最新免费视频| 久久久青草久久久青草| 亚洲级αV无码毛片久久精品| 久久嫩草影院免费看夜色| 久久青青草原国产精品免费 | 亚洲va久久久噜噜噜久久男同| 久久香蕉一级毛片| 久久99久久99精品免视看动漫| 热久久最新网站获取| 久久午夜综合久久| 久久www免费人成精品香蕉| 久久99热精品| 久久99国产精品久久99果冻传媒 | 久久无码一区二区三区少妇| 亚洲午夜久久久精品影院| 女人香蕉久久**毛片精品| 日本人妻丰满熟妇久久久久久| 日韩精品久久无码人妻中文字幕| 久久久久亚洲AV成人网人人网站|