Variable EditableContent._lines

text content by lines

class EditableContent
{
  // ...
  dstring[] _lines;
  // ...
}