C# Class Naggy.PreprocessorClassifier

Inheritance: IClassifier
Show file Open project: saaadhu/naggy

Public Methods

Method Description
GetClassificationSpans ( SnapshotSpan span ) : IList
PreprocessorClassifier ( DTE dte, ITextBuffer buffer, Microsoft classificationRegistry ) : System

Private Methods

Method Description
FindSkippedRegions ( ) : void
RaiseTagsChanged ( int minPosition, int maxPosition ) : void

Method Details

GetClassificationSpans() public method

public GetClassificationSpans ( SnapshotSpan span ) : IList
span SnapshotSpan
return IList

PreprocessorClassifier() public method

public PreprocessorClassifier ( DTE dte, ITextBuffer buffer, Microsoft classificationRegistry ) : System
dte DTE
buffer ITextBuffer
classificationRegistry Microsoft
return System