Table of Contents

Class GoToLineCommandHandler

Namespace
Loehnert.Lisrt.Scripting.Editor.File.Commands
Assembly
Loehnert.Lisrt.Scripting.dll

Represents a command handler for GoToLineCommandDefinition.

[CommandHandler]
public class GoToLineCommandHandler : ScriptCommandHandlerBase<GoToLineCommandDefinition>, ICommandHandler<GoToLineCommandDefinition>, ICommandHandler
Inheritance
GoToLineCommandHandler
Implements
Inherited Members

Constructors

GoToLineCommandHandler(IShell, IWindowManager)

Initializes a new instance of the GoToLineCommandHandler class.

[ImportingConstructor]
public GoToLineCommandHandler(IShell shell, IWindowManager windowManager)

Parameters

shell IShell

Gemini shell.

windowManager IWindowManager

Window manager for showing the dialog.

Methods

Run(Command)

Runs the command.

public override Task Run(Command command)

Parameters

command Command

The executing command.

Returns

Task

The running task.

Update(Command)

Updates the command.

public override void Update(Command command)

Parameters

command Command

Command to update.