C# Class Continuous.Client.VisualStudioContinuousEnv

Inheritance: ContinuousEnv
Show file 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 ) : Task

Private Methods

Method Description
GetTopLevelTypeDecls ( CodeElement elm, string nsName, Document doc, List usings, List decls ) : void
LineChangedThrottleTick ( object state ) : void
TextEditorEvents_LineChanged ( TextPoint StartPoint, TextPoint EndPoint, int Hint ) : 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 ) : Task
w Continuous.Client.WatchVariable
vals List
return Task