C# Class Continuous.Client.MonoDevelopContinuousEnv

Inheritance: ContinuousEnv
Mostrar archivo Open project: praeclarum/Continuous Class Usage Examples

Protected Methods

Method Description
GetCursorLocationAsync ( ) : Task
GetSelectedTextAsync ( ) : Task
GetTopLevelTypeDeclsAsync ( ) : Task
MonitorEditorChanges ( ) : void
SetWatchTextAsync ( Continuous.Client.WatchVariable w, List vals ) : System.Threading.Tasks.Task

Private Methods

Method Description
ActiveDoc_DocumentParsed ( object sender, EventArgs e ) : void
BindActiveDoc ( object sender, EventArgs e ) : void

Method Details

GetCursorLocationAsync() protected method

protected GetCursorLocationAsync ( ) : Task
return Task

GetSelectedTextAsync() protected method

protected GetSelectedTextAsync ( ) : Task
return Task

GetTopLevelTypeDeclsAsync() protected method

protected GetTopLevelTypeDeclsAsync ( ) : Task
return Task

MonitorEditorChanges() protected method

protected MonitorEditorChanges ( ) : void
return void

SetWatchTextAsync() protected method

protected SetWatchTextAsync ( Continuous.Client.WatchVariable w, List vals ) : System.Threading.Tasks.Task
w Continuous.Client.WatchVariable
vals List
return System.Threading.Tasks.Task