Home
last modified time | relevance | path

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

/plugin/moaieditor/scripts/match/
Dmatches.js72 const top = editor.getLineRect(match.startline).top;
73 const bottom = editor.getLineRect(match.endline).bottom;
104 shift = editor.getLineRect(match.startline).top - match.scroll.top;
152 const top = editor.getLineRect(match.startline).top;
153 const bottom = editor.getLineRect(match.endline).bottom;
166 const top = editor.getLineRect(match.startline).top;
167 const bottom = editor.getLineRect(match.endline).bottom;
/plugin/moaieditor/scripts/scroll/
Dscroll.js116 return this.object.getLineRect(this.linenum).top;
147 let top = editor.getLineRect(this.startline, 'viewport').top;
148 let bottom = editor.getLineRect(this.endline, 'viewport').bottom;
214 var rect = editor.getLineRect(i);
240 const rect = this.object.getLineRect(linenum);
/plugin/moaieditor/plugins/codemirror/
Dcm_main.js156 getLineRect(linenum, mode='local') { method in MoaiEditor.Codemirror
202 const start = this.getLineRect(data.startline);
203 const end = this.getLineRect(data.endline);
/plugin/moaieditor/scripts/
Dmirror.js135 getLineRect(linenum, mode='local') { method in MoaiEditor.TextAreaMirror
207 const start = this.getLineRect(data.startline);
208 const end = this.getLineRect(data.endline);
Ddirty.js364 top = editor.getLineRect(topline).bottom;
367 bottom = editor.getLineRect(bottomline).top;