C# Class DiffClassifier.DiffClassifier

Inheritance: IClassifier
Mostra file Open project: jzoss/Git-Source-Control-Provider Class Usage Examples

Public Methods

Method Description
GetClassificationSpans ( SnapshotSpan span ) : IList

Classify the given spans, which, for diff files, classifies a line at a time.

Private Methods

Method Description
DiffClassifier ( IClassificationTypeRegistryService registry ) : System

Method Details

GetClassificationSpans() public method

Classify the given spans, which, for diff files, classifies a line at a time.
public GetClassificationSpans ( SnapshotSpan span ) : IList
span SnapshotSpan The span of interest in this projection buffer.
return IList