setAll method

void setAll()

Sets the region to the full text.

Implementation

void setAll() {
  start.set(0, 0);
  end.setEndOfText();
}