public AttachToProcessContext(IClassificationFormatMap classificationFormatMap, ITextElementProvider textElementProvider, SearchMatcher searchMatcher, ProgramFormatter formatter)
 {
     ClassificationFormatMap       = classificationFormatMap;
     TextElementProvider           = textElementProvider;
     TextClassifierTextColorWriter = new DbgTextClassifierTextColorWriter();
     SearchMatcher = searchMatcher;
     Formatter     = formatter;
 }
示例#2
0
 public ProgramFormatter Create() => ProgramFormatter.Create_DONT_USE();