Home
last modified time | relevance | path

Searched refs:getLineRect (Results 1 – 5 of 5) sorted by relevance

/plugin/moaieditor/scripts/match/
Dmatches.js71 const top = editor.getLineRect(match.startline).top;
72 const bottom = editor.getLineRect(match.endline).bottom;
103 shift = editor.getLineRect(match.startline).top - match.scroll.top;
151 const top = editor.getLineRect(match.startline).top;
152 const bottom = editor.getLineRect(match.endline).bottom;
165 const top = editor.getLineRect(match.startline).top;
166 const bottom = editor.getLineRect(match.endline).bottom;
/plugin/moaieditor/scripts/scroll/
Dscroll.js115 return this.object.getLineRect(this.linenum).top;
149 let top = editor.getLineRect(this.startline, 'viewport').top;
150 let bottom = editor.getLineRect(this.endline, 'viewport').bottom;
217 var rect = editor.getLineRect(i);
243 const rect = this.object.getLineRect(linenum);
/plugin/moaieditor/plugins/codemirror/
Dcm_main.js165 getLineRect(linenum, mode='local') { method in MoaiEditor.Codemirror
211 const start = this.getLineRect(data.startline);
212 const end = this.getLineRect(data.endline);
/plugin/moaieditor/scripts/
Dmirror.js136 getLineRect(linenum, mode='local') { method in MoaiEditor.TextAreaMirror
208 const start = this.getLineRect(data.startline);
209 const end = this.getLineRect(data.endline);
Ddirty.js367 top = editor.getLineRect(topline).bottom;
370 bottom = editor.getLineRect(bottomline).top;