Lines Matching refs:moaiEditor
69 this.textarea = moaiEditor.layout.textarea;
72 var line = moaiEditor.createHTML('<div class="moaied-mirror-line"></div>');
73 var content = moaiEditor.createHTML('<span class="moaied-mirror-line-content"></span>');
74 var match = moaiEditor.createHTML('<div class="moaied-highlight-match"></div>');
81 …this.mirror = moaiEditor.createHTML('<div id="moaied__mirror" class="moaied-display-none"></div>');
82 moaiEditor.layout.editpane.appendChild(this.mirror);
85 this.content = moaiEditor.createHTML('<div id="moaied__mirror_content"></div>');
90 this.dirty = moaiEditor.createHTML('<div class="moaied-show-dirty-area"></div>');
94 …const scrollpoints = moaiEditor.createHTML('<div id="moaied__scrollpoints_overlay" class="moaied-h…
102 …this.flashbox = moaiEditor.createHTML('<div id="moaied__mirror_flashbox" class="moaied-flashbox"><…
116 this.watcher.lines = moaiEditor.layout.textarea.value.split("\n");
123 this.addMatches(moaiEditor.matches.matches);
125 moaiEditor.matches.recalcScrollPoints();
183 moaiEditor.layout.elements.textarea.wrap = value;
184 dw_editor.setWrap (moaiEditor.layout.elements.textarea, value);
204 …this.flashbox = moaiEditor.createHTML('<div id="moaied__mirror_flashbox" class="moaied-flashbox"><…
230 if (!moaiEditor.scroll.sync.disabled) {
235 moaiEditor.scroll.sync.onScroll();
270 moaiEditor.matches.recalcScrollPoints();
285 moaiEditor.matches.onTextChanged(change);
288 moaiEditor.dirty.onTextChanged(change);
329 if (moaiEditor.strict)
441 return moaiEditor.scroll.tools.getMaxScrollY(this.outer.textarea);
483 const maxScroll = moaiEditor.scroll.tools.getMaxScrollY(this.outer.textarea);