Пример #1
0
 /// <summary>
 /// Expands range from first char of Start line to last char of End line
 /// </summary>
 public void Expand()
 {
     Normalize();
     start = new Place(0, start.iLine);
     end   = new Place(tb.GetLineLength(end.iLine), end.iLine);
 }