Lines Matching refs:moaiEditor
30 this.editors.push( moaiEditor.mirror );
31 for (let name in moaiEditor.plugins) {
32 const plugin = moaiEditor.plugins[name];
52 moaiEditor.layout.goRight();
54 moaiEditor.scroll.halt();
56 moaiEditor.scroll.copy();
71 moaiEditor.scroll.paste();
73 moaiEditor.dirty.showDirtyArea();
82 moaiEditor.layout.goRight();
84 const value = {soft:'off', off:'soft'}[moaiEditor.editor.linewrap.value];
85 moaiEditor.editor.linewrap.value = value;
86 moaiEditor.editor.current.setWrap(value);