Table of Contents

Class MenuDefinitions

Namespace
Loehnert.Lisrt.Scripting.Project
Assembly
Loehnert.Lisrt.Scripting.dll

Contains the menu definitions that belongs to a script project.

public static class MenuDefinitions
Inheritance
MenuDefinitions
Inherited Members

Properties

CallStackMenuItem

Gets the menu item to view the call stack tool.

[Export]
public static MenuItemDefinition CallStackMenuItem { get; }

Property Value

MenuItemDefinition

CopyMenuItem

Gets the copy menu item.

[Export]
public static MenuItemDefinition CopyMenuItem { get; }

Property Value

MenuItemDefinition

CutMenuItem

Gets the cut menu item.

[Export]
public static MenuItemDefinition CutMenuItem { get; }

Property Value

MenuItemDefinition

ErrorListMenuItem

Gets the menu item to view the error list.

[Export]
public static MenuItemDefinition ErrorListMenuItem { get; }

Property Value

MenuItemDefinition

GoToLineMenuItem

Gets the menu item to go to line.

[Export]
public static MenuItemDefinition GoToLineMenuItem { get; }

Property Value

MenuItemDefinition

NewFileMenuItem

Gets the menu item to create a new project.

[Export]
public static MenuItemDefinition NewFileMenuItem { get; }

Property Value

MenuItemDefinition

OpenFileMenuItem

Gets the menu item to open a project.

[Export]
public static MenuItemDefinition OpenFileMenuItem { get; }

Property Value

MenuItemDefinition

OutputMenuItem

Gets the menu item to view the output tool.

[Export]
public static MenuItemDefinition OutputMenuItem { get; }

Property Value

MenuItemDefinition

PasteMenuItem

Gets the paste menu item.

[Export]
public static MenuItemDefinition PasteMenuItem { get; }

Property Value

MenuItemDefinition

RedoMenuItem

Gets the 'redo' menu item.

[Export]
public static MenuItemDefinition RedoMenuItem { get; }

Property Value

MenuItemDefinition

SaveAllFilesMenuItem

Gets the menu item to save all documents of the current IScriptShell.

[Export]
public static MenuItemDefinition SaveAllFilesMenuItem { get; }

Property Value

MenuItemDefinition

SaveFileMenuItem

Gets the menu item to save the active document.

[Export]
public static MenuItemDefinition SaveFileMenuItem { get; }

Property Value

MenuItemDefinition

SearchMenuItem

Gets the menu item for search.

[Export]
public static MenuItemDefinition SearchMenuItem { get; }

Property Value

MenuItemDefinition

TaskListMenuItem

Gets the menu item to view the task list.

[Export]
public static MenuItemDefinition TaskListMenuItem { get; }

Property Value

MenuItemDefinition

UndoMenuItem

Gets the 'undo' menu item.

[Export]
public static MenuItemDefinition UndoMenuItem { get; }

Property Value

MenuItemDefinition

ViewProjectMenuItem

Gets the menu item to view the project explorer.

[Export]
public static MenuItemDefinition ViewProjectMenuItem { get; }

Property Value

MenuItemDefinition