public RichIDLFormatter(RichTextBoxEx rtb) { _sb = new StringBuilder(); _rtb = rtb; _bPendingApplyTabs = false; }