public Indent(SmartIndentProvider provider, ITextView view) { _provider = provider; _textView = view; }