Property | Type | Description | |
---|---|---|---|
_unsavedFiles | List |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
DoCompletionRequestAsync ( int line, int column ) : Task |
||
EditorModel ( ) : System | ||
OnBeforeTextChanged ( object param ) : void | ||
OnTextChanged ( object param ) : void | ||
OpenFile ( ISourceFile file, IIntellisenseControl intellisense, ICompletionAssistant completionAssistant ) : void | ||
RegisterLanguageService ( IIntellisenseControl intellisenseControl, ICompletionAssistant completionAssistant ) : void | ||
Save ( ) : void | ||
ScrollToLine ( int line ) : void | ||
ShutdownBackgroundWorkers ( ) : void | ||
TriggerCodeAnalysis ( ) : void |
Write lock must be held before calling this.
|
|
UnRegisterLanguageService ( ) : void |
Method | Description | |
---|---|---|
DoCodeAnalysisAsync ( ) : Task |
||
StartBackgroundWorkers ( ) : void | ||
TextDocument_TextChanged ( object sender, |
public DoCompletionRequestAsync ( int line, int column ) : Task |
||
line | int | |
column | int | |
return | Task |
public OnBeforeTextChanged ( object param ) : void | ||
param | object | |
return | void |
public OpenFile ( ISourceFile file, IIntellisenseControl intellisense, ICompletionAssistant completionAssistant ) : void | ||
file | ISourceFile | |
intellisense | IIntellisenseControl | |
completionAssistant | ICompletionAssistant | |
return | void |
public RegisterLanguageService ( IIntellisenseControl intellisenseControl, ICompletionAssistant completionAssistant ) : void | ||
intellisenseControl | IIntellisenseControl | |
completionAssistant | ICompletionAssistant | |
return | void |