Lines Matching refs:decorations
109 this.decorations = this.buildDecorations(view);
114 this.decorations = this.buildDecorations(update.view);
156 decorations: (v) => v.decorations,
173 update(decorations, tr) {
174 decorations = decorations.map(tr.changes);
177 decorations = decorations.update({ add: effect.value });
180 return decorations;
182 provide: (f) => EditorView.decorations.from(f),
599 const decorations = decorationsPerEditor[editorId];
600 if (decorations.length > 0) {
602 effects: errorDecorationEffect.of(decorations.sort((a, b) => a.from - b.from)),