ToolsAPI.INTAEditorLocalMenu

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

INTAEditorLocalMenu = interface(IUnknown)

Properties

Type Visibility Source Unit Parent
interface public ToolsAPI.pas 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 Modification
  • cEdMenuCatModule: 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.

See Also