Method | Description | |
---|---|---|
Dispose ( ) : void | ||
FileModel ( FileId id, ITextBuffer textBuffer, Server server, |
||
GetOrAdd ( IWpfTextView wpfTextView ) : TextViewModel | ||
Remove ( IWpfTextView wpfTextView ) : void | ||
Response ( AsyncServerMessage msg ) : void | ||
TextBuffer_Changed ( object sender, TextContentChangedEventArgs e ) : void | ||
UpdateSpanInfos ( HighlightingType highlightingType, ImmutableArray |
Method | Description | |
---|---|---|
ConvertMessageType ( CompilerMessageType type ) : TaskErrorCategory | ||
GetClassifierOpt ( ) : |
||
GetTextViewModel ( ) : TextViewModel | ||
OnMouseHover ( TextViewModel textViewModel ) : void | ||
SpanClassToBrush ( string spanClass, IWpfTextView _wpfTextView ) : Brush | ||
Task_Navigate ( object sender, |
||
UpdateCompilerMessages ( int index, CompilerMessage messages, int version ) : void | ||
ViewActivated ( TextViewModel textViewModel ) : void |
public FileModel ( FileId id, ITextBuffer textBuffer, Server server, |
||
id | FileId | |
textBuffer | ITextBuffer | |
server | Server | |
dispatcher | ||
hierarchy | IVsHierarchy | |
fullPath | string | |
return | Microsoft.VisualStudio.Text.Editor |
public GetOrAdd ( IWpfTextView wpfTextView ) : TextViewModel | ||
wpfTextView | IWpfTextView | |
return | TextViewModel |
public Remove ( IWpfTextView wpfTextView ) : void | ||
wpfTextView | IWpfTextView | |
return | void |
public Response ( AsyncServerMessage msg ) : void | ||
msg | AsyncServerMessage | |
return | void |
public TextBuffer_Changed ( object sender, TextContentChangedEventArgs e ) : void | ||
sender | object | |
e | TextContentChangedEventArgs | |
return | void |
public UpdateSpanInfos ( HighlightingType highlightingType, ImmutableArray |
||
highlightingType | HighlightingType | |
spanInfos | ImmutableArray |
|
version | FileVersion | |
return | void |