⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 temc.doc

📁 一些网络上用到的知识
💻 DOC
📖 第 1 页 / 共 3 页
字号:

          SetBlockEnd                 Sets the end of the
                                      selected text to be the
                                      character at the current
                                      cursor location.

          SetCursorThroughTabMode     Sets the Cursor Through
                                      Tabs option On.

          SetInsertMode               Sets Insert/Overwrite
                                      option to Insert.

          SetMark                     Sets a marker to point to
                                      the character at the
                                      current cursor location, so
                                      a later MoveToMark(n)
                                      command can restore the
                                      cursor. Use the syntax
                                      SetMark(n), where n is a
                                      one digit number, 0-9.

          SetOptimalFillMode          Sets Optimal Fill option On.

          SetPrevPos                  Sets a marker (the previous
                                      position marker) to point
                                      to the character at the
                                      current cursor location.
                                      This marker location
                                      changes only by a call to
                                      SetPrevPos or SwapPrevPos.

          SetTabbingMode              Sets Use Tab Char option On.

          SetTempPos                  Saves the cursor location
                                      in a temporary marker that
                                      can be used by some
                                      internal editor commands.
                                      This is not a practical
                                      application in user-defined
                                      macros. Use SetMark instead.

          SmartRefreshScreen          Redraws the window,
                                      skipping any portions that
                                      the editor is sure are
                                      unmodified since the last
                                      redraw.

          SmartTab                    Inserts space or tab
                                      characters in accordance
                                      with the current settings
                                      of the Use Tab Char option,
                                      Tab Width.

          SwapPrevPos                 Exchanges the values of the
                                      cursor and the "previous
                                      position marker."

          ToggleAutoIndent            Toggles the state of the
                                      Auto Indent option.

          ToggleAutoOutdent           Toggles the state of the
                                      Backspace Unindents option.

          ToggleCursorThroughTabMode  Toggles the state of the
                                      Cursor Through Tabs option.

          ToggleHideBlock             Toggles the state of the
                                      highlight (selected) text
                                      flag (see HighlightBlock).

          ToggleInsert                Toggles state of
                                      Insert/Overwrite option.

          ToggleOptimalFillMode       Toggles state of Optimal
                                      Fill option.

          ToggleTabbingMode           Toggles state of Use Tab
                                      Char option.

          TopOfScreen                 Moves cursor to the top
                                      line currently displayed in
                                      the window, leaving column
                                      unchanged.

          UnDo                        Performs an Undo operation.
                                      Exactly what happens
                                      depends on the option
                                      settings.

          WordLeft                    Moves cursor to beginning
                                      of previous word, or to end
                                      of previous line, whichever
                                      is first.

          WordRight                   Moves cursor to beginning
                                      of next word, or to the end
                                      of a line, whichever is
                                      first.

          -------------------------------------------------------

          The following commands cause an exit from the editor,
          for example, by bringing up a dialog box. The macro
          resumes when the editor window regains the focus.

          The keys listed next to some of the commands below are
          the ones used by default.

          -------------------------------------------------------

          ChangeDirectory     Opens a dialog box for changing the
                              current directory.
          ChangeModeFlags     Used after a command such as
                              ToggleInsert which changes the
                              state of an editor option switch.
                              Causes the IDE to update various
                              menu items.

          ClipCopy            Copys selected text to Clipboard
                              (Ctrl+Ins).

          ClipCut             Cuts selected text to Clipboard
                              (Shift+Del).

          ClipPaste           Pastes Clipboard into buffer at
                              cursor (Shift+Ins).

          ClipShow            Shows Clipboard (no hot key
                              defined).

          CloseWindow         Closes editor window (Alt+F3).

          CompileFile         Compiles current buffer (Alt+F9).

          CompileMenu         Selects Compile menu (Alt+C).

          CompilerOptions     Inserts compiler options string
                              at the top of file (Ctrl+O O).

          EditMenu            Selects Edit menu (Alt+E).

          FileMenu            Selects File menu (Alt+F).

          GetFindString       Opens a dialog box for the Search
                              operation. (Alt+S F)

          GotoWindow1         Selects window #1 (Alt+1).

          GotoWindow2         Selects window #2 (Alt+2).

          GotoWindow3         Selects window #3 (Alt+3).

          GotoWindow4         Selects window #4 (Alt+4).

          GotoWindow5         Selects window #5 (Alt+5).

          GotoWindow6         Selects window #6 (Alt+6).

          GotoWindow7         Selects window #7 (Alt+7).

          GotoWindow8         Selects window #8 (Alt+8).

          GotoWindow9         Selects window #9 (Alt+9).

          Help                Opens the Help window (F1).

          HelpMenu            Selects Help menu (Alt+H).

          HelpIndex           Display the Help system's index
                              (Shift+F1).

          LastHelp            Opens previous help window (Alt+F1).

          Make                Makes project (F9).

          Menu                Highlights top menu bar.

          Modify              Evaluates expression/modify
                              variable (Ctrl+F4).

          NextWindow          Selects next window in IDE (F6).

          OpenFile            Opens dialog box for File Open (F3).

          CompileMenu         Selects Compile menu (Alt+C).
          OptionsMenu         Selects Options menu (Alt+O).

          PrintBlock          Writes selected text to the
                              printer.

          Quit                Exits the IDE (Alt+X).

          ReadBlock           Opens dialog box requesting a file
                              name to be read into the buffer at
                              the cursor location and marked as
                              selected text.

          RepeatSearch        Searches again, using previous
                              parameters.

          Replace             Opens an dialog box for the Replace
                              operation.

          RunMenu             Selects Run menu (Alt+R).

          RunProgram          Makes and runs current executable
                              (Ctrl+F9).

          SaveFile            Saves current editor buffer (F2).

          SaveFileAs          Opens dialog for File SaveAs.

          SearchMenu          Selects Search menu (Alt+S).

          WindowList          Displays window list (Alt+0).

          WindowMenu          Selects Window menu (Alt+W).

          WindowCascade       Cascades windows (Shift+F5).

          WindowTile          Tiles windows (Shift+F4).

          WordHelp            Context sensitive help (Ctrl+F1).

          WriteBlock          Opens dialog box requesting a file
                              name to which the selected text
                              will be written.

          ZoomWindow          Zooms/unzooms current window (F5).

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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -