public Helper(SmartIndentationService smartIndentationService, ITextView textView) { this.textView = textView; textView.Closed += TextView_Closed; textView.Options.OptionChanged += Options_OptionChanged; textView.TextDataModel.ContentTypeChanged += TextDataModel_ContentTypeChanged; SmartIndent = smartIndentationService.CreateSmartIndent(textView); }