Exemplo n.º 1
0
 public ClassifierAggregator(ISynchronousBufferTagAggregatorFactoryService synchronousBufferTagAggregatorFactoryService, IClassificationTypeRegistryService classificationTypeRegistryService, ITextBuffer textBuffer)
     : base(synchronousBufferTagAggregatorFactoryService.CreateSynchronousTagAggregator <IClassificationTag>(textBuffer, TagAggregatorOptions.MapByContentType), classificationTypeRegistryService, textBuffer)
 {
 }
Exemplo n.º 2
0
		public ClassifierAggregator(ISynchronousBufferTagAggregatorFactoryService synchronousBufferTagAggregatorFactoryService, IClassificationTypeRegistryService classificationTypeRegistryService, ITextBuffer textBuffer)
			: base(synchronousBufferTagAggregatorFactoryService.CreateSynchronousTagAggregator<IClassificationTag>(textBuffer, TagAggregatorOptions.MapByContentType), classificationTypeRegistryService, textBuffer) {
		}