C# Class EditorEngine.Core.Commands.Handlers.GoToHandler

Useage: goto /Some/Path/To/FileName.cs|{line number}|{column number}
Inheritance: ICommandHandler
ファイルを表示 Open project: continuoustests/EditorEngine Class Usage Examples

Public Methods

Method Description
Execute ( EditorEngine.Core.Messaging.Messages.CommandMessage message ) : void
GoToHandler ( IMessageDispatcher dispatcher ) : System

Private Methods

Method Description
getLocation ( string arguments ) : GoTo
getUsage ( ) : string
invalidArgs ( ) : void

Method Details

Execute() public method

public Execute ( EditorEngine.Core.Messaging.Messages.CommandMessage message ) : void
message EditorEngine.Core.Messaging.Messages.CommandMessage
return void

GoToHandler() public method

public GoToHandler ( IMessageDispatcher dispatcher ) : System
dispatcher IMessageDispatcher
return System