Lines Matching refs:selection
132 let selection = this.controller.getSelection();
133 let spans = selection.spans
157 let selection = this.controller.getSelection();
158 let spans = selection.spans
183 let selection = this.controller.getSelection();
184 let spans = selection.spans
215 let selection = this.controller.getSelection();
216 let spans = selection.spans
303 let selection = this.controller.getSelection();
308 let spans = selection.spans
316 this.start = selection.selection[0]
317 this.end = selection.selection[1]
387 if (value.selection[0] == -1 && value.selection[1] == -1) {
390 this.start = value.selection[0]
391 this.end = value.selection[1]