internal MessageDetail(Utils.SpellChecker.Result spellError) : this(spellError.ToString(false), spellError.ToString(true), spellError.SelectionStart, spellError.SelectionLength) { }
internal MessageDetail(Utils.Tidy.Result tidy) : this(tidy.ToString(false), tidy.ToString(true), tidy.SelectionStart, tidy.SelectionLength) { }