private void UpdateLongText(string text)
 {
     RT_FullSentence.AppendText(String.Format(" {0}", text));
     // scroll it automatically
     RT_FullSentence.ScrollToCaret();
 }