Lines Matching refs:TextEditChangeImpl
608 var TextEditChangeImpl = /** @class */ (function () { function
609 function TextEditChangeImpl(edits) { class in AnonymousFunction410cd55f0100.TextEditChangeImpl
612 TextEditChangeImpl.prototype.insert = function (position, newText) { class
615 TextEditChangeImpl.prototype.replace = function (range, newText) {
618 TextEditChangeImpl.prototype.delete = function (range) {
621 TextEditChangeImpl.prototype.add = function (edit) {
624 TextEditChangeImpl.prototype.all = function () {
627 TextEditChangeImpl.prototype.clear = function () {
630 return TextEditChangeImpl;
644 var textEditChange = new TextEditChangeImpl(change.edits);
651 var textEditChange = new TextEditChangeImpl(workspaceEdit.changes[key]);
690 result = new TextEditChangeImpl(edits);
708 result = new TextEditChangeImpl(edits);