public acceptEdit(range: IRange, eolCount: number, firstLineLength: number, lastLineLength: number, firstCharCode: number): void {
const piece = this._pieces[i];
piece.acceptEdit(range, eolCount, firstLineLength, lastLineLength, firstCharCode);