ToolsAPI.INTAEditorLocalMenu
Delphi
INTAEditorLocalMenu = interface(IUnknown)
C++
__interface INTERFACE_UUID("{D7B46285-AF21-409E-AEF8-24E8A4C40BF8}") INTAEditorLocalMenu : public System::IInterface
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
interface class |
public | ToolsAPI.pas ToolsAPI.hpp |
ToolsAPI | ToolsAPI |
Description
Adds the editor local menu.
Use EditorLocalMenu to add to the Editor Local Menu and use the available constants to control where to add a new action list.
Below is a list of the actions in each menu category:
cEdMenuCatIdentifier: Find Declaration.cEdMenuCatBreakPoint: Enabled, Breakpoint Properties.cEdMenuCatDebugDebug: Run to Cursor.cEdMenuCatBase: Open Source/Header File, open file at the cursor, Browse Symbol at Cursor, Topic Search, Next Buffer View, Prev Buffer View, Next Modification, Previous Modification, Next Unsaved Modification, Previous Unsaved ModificationcEdMenuCatModule: Open Source/Header File, view messages, and show in Explorer.cEdMenuCatClipboard: Cut, copy, and paste.cEdMenuCatBookMarks: All goto and toggle bookmark items.cEdMenuCatDebug: Debug, and Run To Cursor.cEdMenuCatDebug: View, Message, Read Only, View as Form.cEdMenuCatView: View as Form.cEdMenuCatElide: Fold, Doc Comments, Methods, Nearest, Nested, Regions, Name Space, Types, Unfold, All, Nearest.cEdMenuCatVersionControl: All version plug menu items.cEdMenuCatRefactor: Find, Find References, Find Local References, Find Declaration Symbol, Refactor.cEdMenuCatFormat: Surround, Sync Prototypes.cEdMenuCatRepository: Add to Repository.cEdMenuCatLast: View Messages, Read Only, Editor Options.