C# Class OpenIDE.CodeEngine.Core.EditorEngine.Editor

Inheritance: IDisposable
Exibir arquivo Open project: continuoustests/OpenIDE Class Usage Examples

Public Methods

Method Description
Connect ( string path ) : void
Dispose ( ) : void
GoTo ( string file, int line, int column ) : void
Send ( string message ) : void
SetFocus ( ) : void

Private Methods

Method Description
canConnect ( ) : bool
isConnected ( ) : bool

Method Details

Connect() public method

public Connect ( string path ) : void
path string
return void

Dispose() public method

public Dispose ( ) : void
return void

GoTo() public method

public GoTo ( string file, int line, int column ) : void
file string
line int
column int
return void

Send() public method

public Send ( string message ) : void
message string
return void

SetFocus() public method

public SetFocus ( ) : void
return void