From 3d6dc69334e191a9473671f9c9a52fba0b62e9cb Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Mon, 30 Mar 2015 20:36:39 -0400 Subject: [PATCH] basic wireframe site --- public/codemirror-compressed.js | 18 + public/codemirror.css | 323 ++ public/codemirror.js | 8685 +++++++++++++++++++++++++++++++ public/sh_c.min.js | 1 + public/sh_emacs.min.css | 1 + public/sh_main.min.js | 4 + public/site.css | 32 + views/.index.jade.swp | Bin 0 -> 12288 bytes views/base.jade | 12 +- views/index.jade | 48 +- views/mixins/navbar.jade | 6 + 11 files changed, 9124 insertions(+), 6 deletions(-) create mode 100644 public/codemirror-compressed.js create mode 100644 public/codemirror.css create mode 100644 public/codemirror.js create mode 100644 public/sh_c.min.js create mode 100644 public/sh_emacs.min.css create mode 100644 public/sh_main.min.js create mode 100644 public/site.css create mode 100644 views/.index.jade.swp create mode 100644 views/mixins/navbar.jade diff --git a/public/codemirror-compressed.js b/public/codemirror-compressed.js new file mode 100644 index 0000000..daad57a --- /dev/null +++ b/public/codemirror-compressed.js @@ -0,0 +1,18 @@ +/* CodeMirror - Minified & Bundled + Generated on 3/26/2015 with http://codemirror.net/doc/compress.html + Version: HEAD + + CodeMirror Library: + - codemirror.js + Modes: + - clike.js + Add-ons: + - colorize.js + */ + +!function(a){if("object"==typeof exports&&"object"==typeof module)module.exports=a();else{if("function"==typeof define&&define.amd)return define([],a);this.CodeMirror=a()}}(function(){"use strict";function v(a,b){if(!(this instanceof v))return new v(a,b);this.options=b=b?ch(b):{},ch(ve,b,!1),I(b);var c=b.value;"string"==typeof c&&(c=new Yf(c,b.mode)),this.doc=c;var g=new v.inputStyles[b.inputStyle](this),h=this.display=new w(a,c,g);h.wrapper.CodeMirror=this,E(this),C(this),b.lineWrapping&&(this.display.wrapper.className+=" CodeMirror-wrap"),b.autofocus&&!n&&h.input.focus(),M(this),this.state={keyMaps:[],overlays:[],modeGen:0,overwrite:!1,delayingBlurEvent:!1,focused:!1,suppressEdits:!1,pasteIncoming:!1,cutIncoming:!1,draggingText:!1,highlight:new Tg,keySeq:null,specialChars:null};var i=this;d&&11>e&&setTimeout(function(){i.display.input.reset(!0)},20),nd(this),wh(),Tc(this),this.curOp.forceUpdate=!0,ag(this,c),b.autofocus&&!n||i.hasFocus()?setTimeout(dh(Ud,this),20):Vd(this);for(var j in we)we.hasOwnProperty(j)&&we[j](this,b[j],ye);R(this),b.finishInit&&b.finishInit(this);for(var k=0;ke&&(h.gutters.style.zIndex=-1,h.scroller.style.paddingRight=0),f||a&&n||(h.scroller.draggable=!0),b&&(b.appendChild?b.appendChild(h.wrapper):b(h.wrapper)),h.viewFrom=h.viewTo=c.first,h.reportedViewFrom=h.reportedViewTo=c.first,h.view=[],h.renderedView=null,h.externalMeasured=null,h.viewOffset=0,h.lastWrapHeight=h.lastWrapWidth=0,h.updateLineNumbers=null,h.nativeBarWidth=h.barHeight=h.barWidth=0,h.scrollbarsClipped=!1,h.lineNumWidth=h.lineNumInnerWidth=h.lineNumChars=null,h.alignWidgets=!1,h.cachedCharWidth=h.cachedTextHeight=h.cachedPaddingH=null,h.maxLine=null,h.maxLineLength=0,h.maxLineChanged=!1,h.wheelDX=h.wheelDY=h.wheelStartX=h.wheelStartY=null,h.shift=!1,h.selForContextMenu=null,h.activeTouch=null,g.init(h)}function x(a){a.doc.mode=v.getMode(a.options,a.doc.modeOption),y(a)}function y(a){a.doc.iter(function(a){a.stateAfter&&(a.stateAfter=null),a.styles&&(a.styles=null)}),a.doc.frontier=a.doc.first,gc(a,100),a.state.modeGen++,a.curOp&&gd(a)}function z(a){a.options.lineWrapping?(sh(a.display.wrapper,"CodeMirror-wrap"),a.display.sizer.style.minWidth="",a.display.sizerWidth=null):(rh(a.display.wrapper,"CodeMirror-wrap"),H(a)),B(a),gd(a),Dc(a),setTimeout(function(){N(a)},100)}function A(a){var b=Pc(a.display),c=a.options.lineWrapping,d=c&&Math.max(5,a.display.scroller.clientWidth/Qc(a.display)-3);return function(e){if(sf(a.doc,e))return 0;var f=0;if(e.widgets)for(var g=0;gb.maxLineLength&&(b.maxLineLength=c,b.maxLine=a)})}function I(a){var b=$g(a.gutters,"CodeMirror-linenumbers");-1==b&&a.lineNumbers?a.gutters=a.gutters.concat(["CodeMirror-linenumbers"]):b>-1&&!a.lineNumbers&&(a.gutters=a.gutters.slice(0),a.gutters.splice(b,1))}function J(a){var b=a.display,c=b.gutters.offsetWidth,d=Math.round(a.doc.height+lc(a.display));return{clientHeight:b.scroller.clientHeight,viewHeight:b.wrapper.clientHeight,scrollWidth:b.scroller.scrollWidth,clientWidth:b.scroller.clientWidth,viewWidth:b.wrapper.clientWidth,barLeft:a.options.fixedGutter?c:0,docHeight:d,scrollHeight:d+nc(a)+b.barHeight,nativeBarWidth:b.nativeBarWidth,gutterWidth:c}}function K(a,b,c){this.cm=c;var f=this.vert=kh("div",[kh("div",null,null,"min-width: 1px")],"CodeMirror-vscrollbar"),g=this.horiz=kh("div",[kh("div",null,null,"height: 100%; min-height: 1px")],"CodeMirror-hscrollbar");a(f),a(g),Eg(f,"scroll",function(){f.clientHeight&&b(f.scrollTop,"vertical")}),Eg(g,"scroll",function(){g.clientWidth&&b(g.scrollLeft,"horizontal")}),this.checkedOverlay=!1,d&&8>e&&(this.horiz.style.minHeight=this.vert.style.minWidth="18px")}function L(){}function M(a){a.display.scrollbars&&(a.display.scrollbars.clear(),a.display.scrollbars.addClass&&rh(a.display.wrapper,a.display.scrollbars.addClass)),a.display.scrollbars=new v.scrollbarModel[a.options.scrollbarStyle](function(b){a.display.wrapper.insertBefore(b,a.display.scrollbarFiller),Eg(b,"mousedown",function(){a.state.focused&&setTimeout(function(){a.display.input.focus()},0)}),b.setAttribute("cm-not-content","true")},function(b,c){"horizontal"==c?Dd(a,b):Cd(a,b)},a),a.display.scrollbars.addClass&&sh(a.display.wrapper,a.display.scrollbars.addClass)}function N(a,b){b||(b=J(a));var c=a.display.barWidth,d=a.display.barHeight;O(a,b);for(var e=0;4>e&&c!=a.display.barWidth||d!=a.display.barHeight;e++)c!=a.display.barWidth&&a.options.lineWrapping&&$(a),O(a,J(a)),c=a.display.barWidth,d=a.display.barHeight}function O(a,b){var c=a.display,d=c.scrollbars.update(b);c.sizer.style.paddingRight=(c.barWidth=d.right)+"px",c.sizer.style.paddingBottom=(c.barHeight=d.bottom)+"px",d.right&&d.bottom?(c.scrollbarFiller.style.display="block",c.scrollbarFiller.style.height=d.bottom+"px",c.scrollbarFiller.style.width=d.right+"px"):c.scrollbarFiller.style.display="",d.bottom&&a.options.coverGutterNextToScrollbar&&a.options.fixedGutter?(c.gutterFiller.style.display="block",c.gutterFiller.style.height=d.bottom+"px",c.gutterFiller.style.width=b.gutterWidth+"px"):c.gutterFiller.style.display=""}function P(a,b,c){var d=c&&null!=c.top?Math.max(0,c.top):a.scroller.scrollTop;d=Math.floor(d-kc(a));var e=c&&null!=c.bottom?c.bottom:d+a.wrapper.clientHeight,f=gg(b,d),g=gg(b,e);if(c&&c.ensure){var h=c.ensure.from.line,i=c.ensure.to.line;f>h?(f=h,g=gg(b,hg(bg(b,h))+a.wrapper.clientHeight)):Math.min(i,b.lastLine())>=g&&(f=gg(b,hg(bg(b,i))-a.wrapper.clientHeight),g=i)}return{from:f,to:Math.max(g,f+1)}}function Q(a){var b=a.display,c=b.view;if(b.alignWidgets||b.gutters.firstChild&&a.options.fixedGutter){for(var d=T(b)-b.scroller.scrollLeft+a.doc.scrollLeft,e=b.gutters.offsetWidth,f=d+"px",g=0;g=c.viewFrom&&b.visible.to<=c.viewTo&&(null==c.updateLineNumbers||c.updateLineNumbers>=c.viewTo)&&c.renderedView==c.view&&0==md(a))return!1;R(a)&&(id(a),b.dims=ab(a));var e=d.first+d.size,f=Math.max(b.visible.from-a.options.viewportMargin,d.first),g=Math.min(e,b.visible.to+a.options.viewportMargin);c.viewFromg&&c.viewTo-g<20&&(g=Math.min(e,c.viewTo)),u&&(f=qf(a.doc,f),g=rf(a.doc,g));var h=f!=c.viewFrom||g!=c.viewTo||c.lastWrapHeight!=b.wrapperHeight||c.lastWrapWidth!=b.wrapperWidth;ld(a,f,g),c.viewOffset=hg(bg(a.doc,c.viewFrom)),a.display.mover.style.top=c.viewOffset+"px";var i=md(a);if(!h&&0==i&&!b.force&&c.renderedView==c.view&&(null==c.updateLineNumbers||c.updateLineNumbers>=c.viewTo))return!1;var j=ph();return i>4&&(c.lineDiv.style.display="none"),bb(a,c.updateLineNumbers,b.dims),i>4&&(c.lineDiv.style.display=""),c.renderedView=c.view,j&&ph()!=j&&j.offsetHeight&&j.focus(),mh(c.cursorDiv),mh(c.selectionDiv),c.gutters.style.height=0,h&&(c.lastWrapHeight=b.wrapperHeight,c.lastWrapWidth=b.wrapperWidth,gc(a,400)),c.updateLineNumbers=null,!0}function X(a,b){for(var c=b.force,d=b.viewport,e=!0;;e=!1){if(e&&a.options.lineWrapping&&b.oldDisplayWidth!=oc(a))c=!0;else if(c=!1,d&&null!=d.top&&(d={top:Math.min(a.doc.height+lc(a.display)-pc(a),d.top)}),b.visible=P(a.display,a.doc,d),b.visible.from>=a.display.viewFrom&&b.visible.to<=a.display.viewTo)break;if(!W(a,b))break;$(a);var f=J(a);bc(a),Z(a,f),N(a,f)}b.signal(a,"update",a),(a.display.viewFrom!=a.display.reportedViewFrom||a.display.viewTo!=a.display.reportedViewTo)&&(b.signal(a,"viewportChange",a,a.display.viewFrom,a.display.viewTo),a.display.reportedViewFrom=a.display.viewFrom,a.display.reportedViewTo=a.display.viewTo)}function Y(a,b){var c=new U(a,b);if(W(a,c)){$(a),X(a,c);var d=J(a);bc(a),Z(a,d),N(a,d),c.finish()}}function Z(a,b){a.display.sizer.style.minHeight=b.docHeight+"px";var c=b.docHeight+a.display.barHeight;a.display.heightForcer.style.top=c+"px",a.display.gutters.style.height=Math.max(c+nc(a),b.clientHeight)+"px"}function $(a){for(var b=a.display,c=b.lineDiv.offsetTop,f=0;fe){var i=g.node.offsetTop+g.node.offsetHeight;h=i-c,c=i}else{var j=g.node.getBoundingClientRect();h=j.bottom-j.top}var k=g.line.height-h;if(2>h&&(h=Pc(b)),(k>.001||-.001>k)&&(eg(g.line,h),_(g.line),g.rest))for(var l=0;l=b&&m.lineNumber;m.changes&&($g(m.changes,"gutter")>-1&&(p=!1),cb(a,m,k,c)),p&&(mh(m.lineNumber),m.lineNumber.appendChild(document.createTextNode(S(a.options,k)))),h=m.node.nextSibling}else{var n=kb(a,m,k,c);g.insertBefore(n,h)}k+=m.size}for(;h;)h=i(h)}function cb(a,b,c,d){for(var e=0;ee&&(a.node.style.zIndex=2)),a.node}function eb(a){var b=a.bgClass?a.bgClass+" "+(a.line.bgClass||""):a.line.bgClass;if(b&&(b+=" CodeMirror-linebackground"),a.background)b?a.background.className=b:(a.background.parentNode.removeChild(a.background),a.background=null);else if(b){var c=db(a);a.background=c.insertBefore(kh("div",null,b),c.firstChild)}}function fb(a,b){var c=a.display.externalMeasured;return c&&c.line==b.line?(a.display.externalMeasured=null,b.measure=c.measure,c.built):Mf(a,b)}function gb(a,b){var c=b.text.className,d=fb(a,b);b.text==b.node&&(b.node=d.pre),b.text.parentNode.replaceChild(d.pre,b.text),b.text=d.pre,d.bgClass!=b.bgClass||d.textClass!=b.textClass?(b.bgClass=d.bgClass,b.textClass=d.textClass,hb(b)):c&&(b.text.className=c)}function hb(a){eb(a),a.line.wrapClass?db(a).className=a.line.wrapClass:a.node!=a.text&&(a.node.className="");var b=a.textClass?a.textClass+" "+(a.line.textClass||""):a.line.textClass;a.text.className=b||""}function ib(a,b,c,d){b.gutter&&(b.node.removeChild(b.gutter),b.gutter=null);var e=b.line.gutterMarkers;if(a.options.lineNumbers||e){var f=db(b),g=b.gutter=kh("div",null,"CodeMirror-gutter-wrapper","left: "+(a.options.fixedGutter?d.fixedPos:-d.gutterTotalWidth)+"px; width: "+d.gutterTotalWidth+"px");if(a.display.input.setUneditable(g),f.insertBefore(g,b.text),b.line.gutterClass&&(g.className+=" "+b.line.gutterClass),!a.options.lineNumbers||e&&e["CodeMirror-linenumbers"]||(b.lineNumber=g.appendChild(kh("div",S(a.options,c),"CodeMirror-linenumber CodeMirror-gutter-elt","left: "+d.gutterLeft["CodeMirror-linenumbers"]+"px; width: "+a.display.lineNumInnerWidth+"px"))),e)for(var h=0;h1&&(vb&&vb.join("\n")==b?g=0==d.ranges.length%vb.length&&_g(vb,Dh):f.length==d.ranges.length&&(g=_g(f,function(a){return[a]})));for(var h=d.ranges.length-1;h>=0;h--){var i=d.ranges[h],j=i.from(),k=i.to();i.empty()&&(c&&c>0?j=ob(j.line,j.ch-c):a.state.overwrite&&!a.state.pasteIncoming&&(k=ob(k.line,Math.min(bg(e,k.line).text.length,k.ch+Yg(f).length))));var l=a.curOp.updateInput,m={from:j,to:k,text:g?g[h%g.length]:f,origin:a.state.pasteIncoming?"paste":a.state.cutIncoming?"cut":"+input"};if(ce(a.doc,m),Ig(a,"inputRead",a,m),b&&!a.state.pasteIncoming&&a.options.electricChars&&a.options.smartIndent&&i.head.ch<100&&(!h||d.ranges[h-1].head.line!=i.head.line)){var n=a.getModeAt(i.head),o=Yd(m);if(n.electricChars){for(var p=0;p-1){qe(a,o.line,"smart");break}}else n.electricInput&&n.electricInput.test(bg(e,o.line).text.slice(0,o.ch))&&qe(a,o.line,"smart")}}oe(a),a.curOp.updateInput=l,a.curOp.typing=!0,a.state.pasteIncoming=a.state.cutIncoming=!1}function xb(a){for(var b=[],c=[],d=0;de?i.map:j[e],g=0;ge?a.line:a.rest[e]),l=f[g]+d;return(0>d||h!=b)&&(l=f[g+(d?1:0)]),ob(k,l)}}}var d=a.text.firstChild,e=!1;if(!b||!oh(d,b))return Db(ob(fg(a.line),0),!0);if(b==d&&(e=!0,b=d.childNodes[c],c=0,!b)){var f=a.rest?Yg(a.rest):a.line;return Db(ob(fg(f),f.text.length),e)}var g=3==b.nodeType?b:null,h=b;for(g||1!=b.childNodes.length||3!=b.firstChild.nodeType||(g=b.firstChild,c&&(c=g.nodeValue.length));h.parentNode!=d;)h=h.parentNode;var i=a.measure,j=i.maps,l=k(g,h,c);if(l)return Db(l,e);for(var m=h.nextSibling,n=g?g.nodeValue.length-c:0;m;m=m.nextSibling){if(l=k(m,m.firstChild,0))return Db(ob(l.line,l.ch-n),e);n+=m.textContent.length}for(var o=h.previousSibling,n=c;o;o=o.previousSibling){if(l=k(o,o.firstChild,-1))return Db(ob(l.line,l.ch+n),e);n+=m.textContent.length}}function Gb(a,b,c,d,e){function h(a){return function(b){return b.id==a}}function i(b){if(1==b.nodeType){var c=b.getAttribute("cm-text");if(null!=c)return""==c&&(c=b.textContent.replace(/\u200b/g,"")),f+=c,void 0;var k,j=b.getAttribute("cm-marker");if(j){var l=a.findMarks(ob(d,0),ob(e+1,0),h(+j));return l.length&&(k=l[0].find())&&(f+=cg(a.doc,k.from,k.to).join("\n")),void 0}if("false"==b.getAttribute("contenteditable"))return;for(var m=0;m=0){var g=sb(f.from(),e.from()),h=rb(f.to(),e.to()),i=f.empty()?e.from()==e.head:f.from()==f.head;b>=d&&--b,a.splice(--d,2,new Ib(i?h:g,i?g:h))}}return new Hb(a,b)}function Kb(a,b){return new Hb([new Ib(a,b||a)],0)}function Lb(a,b){return Math.max(a.first,Math.min(b,a.first+a.size-1))}function Mb(a,b){if(b.linec?ob(c,bg(a,c).text.length):Nb(b,bg(a,b.line).text.length)}function Nb(a,b){var c=a.ch;return null==c||c>b?ob(a.line,b):0>c?ob(a.line,0):a}function Ob(a,b){return b>=a.first&&b=f.ch:j.to>f.ch))){if(d&&(Gg(k,"beforeCursorEnter"),k.explicitlyCleared)){if(h.markedSpans){--i;continue}break}if(!k.atomic)continue;var l=k.find(0>g?-1:1);if(0==pb(l,f)&&(l.ch+=g,l.ch<0?l=l.line>a.first?Mb(a,ob(l.line-1)):null:l.ch>h.text.length&&(l=l.lineb&&(b=0),b=Math.round(b),d=Math.round(d),f.appendChild(kh("div",null,"CodeMirror-selected","position: absolute; left: "+a+"px; top: "+b+"px; width: "+(null==c?i-a:c)+"px; height: "+(d-b)+"px"))}function k(b,c,d){function m(c,d){return Ic(a,ob(b,c),"div",f,d)}var k,l,f=bg(e,b),g=f.text.length;return Jh(ig(f),c||0,null==d?g:d,function(a,b,e){var n,o,p,f=m(a,"left");if(a==b)n=f,o=p=f.left;else{if(n=m(b-1,"right"),"rtl"==e){var q=f;f=n,n=q}o=f.left,p=n.right}null==c&&0==a&&(o=h),n.top-f.top>3&&(j(o,f.top,null,f.bottom),o=h,f.bottoml.bottom||n.bottom==l.bottom&&n.right>l.right)&&(l=n),h+1>o&&(o=h),j(o,n.top,p-o,n.bottom)}),{start:k,end:l}}var d=a.display,e=a.doc,f=document.createDocumentFragment(),g=mc(a.display),h=g.left,i=Math.max(d.sizerWidth,oc(a)-d.sizer.offsetLeft)-g.right,l=b.from(),m=b.to();if(l.line==m.line)k(l.line,l.ch,m.ch);else{var n=bg(e,l.line),o=bg(e,m.line),p=of(n)==of(o),q=k(l.line,l.ch,p?n.text.length+1:null).end,r=k(m.line,p?0:null,m.ch).start;p&&(q.top0?b.blinker=setInterval(function(){b.cursorDiv.style.visibility=(c=!c)?"":"hidden"},a.options.cursorBlinkRate):a.options.cursorBlinkRate<0&&(b.cursorDiv.style.visibility="hidden")}}function gc(a,b){a.doc.mode.startState&&a.doc.frontier=a.display.viewTo)){var c=+new Date+a.options.workTime,d=Ee(b.mode,jc(a,b.frontier)),e=[];b.iter(b.frontier,Math.min(b.first+b.size,a.display.viewTo+500),function(f){if(b.frontier>=a.display.viewFrom){var g=f.styles,h=Gf(a,f,d,!0);f.styles=h.styles;var i=f.styleClasses,j=h.classes;j?f.styleClasses=j:i&&(f.styleClasses=null);for(var k=!g||g.length!=f.styles.length||i!=j&&(!i||!j||i.bgClass!=j.bgClass||i.textClass!=j.textClass),l=0;!k&&lc?(gc(a,a.options.workDelay),!0):void 0}),e.length&&ad(a,function(){for(var b=0;bg;--h){if(h<=f.first)return f.first;var i=bg(f,h-1);if(i.stateAfter&&(!c||h<=f.frontier))return h;var j=Ug(i.text,null,a.options.tabSize);(null==e||d>j)&&(e=h-1,d=j)}return e}function jc(a,b,c){var d=a.doc,e=a.display;if(!d.mode.startState)return!0;var f=ic(a,b,c),g=f>d.first&&bg(d,f-1).stateAfter;return g=g?Ee(d.mode,g):Fe(d.mode),d.iter(f,b,function(c){If(a,c.text,g);var h=f==b-1||0==f%5||f>=e.viewFrom&&f2&&f.push((i.bottom+j.top)/2-c.top)}}f.push(c.bottom-c.top)}}function rc(a,b,c){if(a.line==b)return{map:a.measure.map,cache:a.measure.cache};for(var d=0;dc)return{map:a.measure.maps[d],cache:a.measure.caches[d],before:!0}}function sc(a,b){b=of(b);var c=fg(b),d=a.display.externalMeasured=new ed(a.doc,b,c);d.lineN=c;var e=d.built=Mf(a,d);return d.text=e.pre,nh(a.display.lineMeasure,e.pre),d}function tc(a,b,c,d){return wc(a,vc(a,b),c,d)}function uc(a,b){if(b>=a.display.viewFrom&&b=c.lineN&&bb?(e=0,f=1,g="left"):j>b?(e=b-i,f=e+1):(h==a.length-3||b==j&&a[h+3]>b)&&(f=j-i,e=f-1,b>=j&&(g="right")),null!=e){if(d=a[h+2],i==j&&c==(d.insertLeft?"left":"right")&&(g=c),"left"==c&&0==e)for(;h&&a[h-2]==a[h-3]&&a[h-1].insertLeft;)d=a[(h-=3)+2],g="left";if("right"==c&&e==j-i)for(;hm;m++){for(;i&&jh(b.line.text.charAt(g.coverStart+i));)--i;for(;g.coverStart+je&&0==i&&j==g.coverEnd-g.coverStart)l=h.parentNode.getBoundingClientRect();else if(d&&a.options.lineWrapping){var n=lh(h,i,j).getClientRects();l=n.length?n["right"==f?n.length-1:0]:xc}else l=lh(h,i,j).getBoundingClientRect()||xc;if(l.left||l.right||0==i)break;j=i,i-=1,k="right"}d&&11>e&&(l=Ac(a.display.measure,l))}else{i>0&&(k=f="right");var n;l=a.options.lineWrapping&&(n=h.getClientRects()).length>1?n["right"==f?n.length-1:0]:h.getBoundingClientRect()}if(d&&9>e&&!i&&(!l||!l.left&&!l.right)){var o=h.parentNode.getClientRects()[0];l=o?{left:o.left,right:o.left+Qc(a.display),top:o.top,bottom:o.bottom}:xc}for(var p=l.top-b.rect.top,q=l.bottom-b.rect.top,r=(p+q)/2,s=b.view.measure.heights,m=0;mc.from?g(a-1):g(a,d)}d=d||bg(a.doc,b.line),e||(e=vc(a,d));var i=ig(d),j=b.ch;if(!i)return g(j);var k=Th(i,j),l=h(j,k);return null!=Sh&&(l.other=h(j,Sh)),l}function Kc(a,b){var c=0,b=Mb(a.doc,b);a.options.lineWrapping||(c=Qc(a.display)*b.ch);var d=bg(a.doc,b.line),e=hg(d)+kc(a.display);return{left:c,right:c,top:e,bottom:e+d.height}}function Lc(a,b,c,d){var e=ob(a,b);return e.xRel=d,c&&(e.outside=!0),e}function Mc(a,b,c){var d=a.doc;if(c+=a.display.viewOffset,0>c)return Lc(d.first,0,!0,-1);var e=gg(d,c),f=d.first+d.size-1;if(e>f)return Lc(d.first+d.size-1,bg(d,f).text.length,!0,1);0>b&&(b=0);for(var g=bg(d,e);;){var h=Nc(a,g,e,b,c),i=mf(g),j=i&&i.find(0,!0);if(!i||!(h.ch>j.from.ch||h.ch==j.from.ch&&h.xRel>0))return h;e=fg(g=j.to.line)}}function Nc(a,b,c,d,e){function j(d){var e=Jc(a,ob(c,d),"line",b,i);return g=!0,f>e.bottom?e.left-h:fq)return Lc(c,n,r,1);for(;;){if(k?n==m||n==Vh(b,m,1):1>=n-m){for(var s=o>d||q-d>=d-o?m:n,t=d-(s==m?o:q);jh(b.text.charAt(s));)++s;var u=Lc(c,s,s==m?p:r,-1>t?-1:t>1?1:0);return u}var v=Math.ceil(l/2),w=m+v;if(k){w=m;for(var x=0;v>x;++x)w=Vh(b,w,1)}var y=j(w);y>d?(n=w,q=y,(r=g)&&(q+=1e3),l=v):(m=w,o=y,p=g,l-=v)}}function Pc(a){if(null!=a.cachedTextHeight)return a.cachedTextHeight;if(null==Oc){Oc=kh("pre");for(var b=0;49>b;++b)Oc.appendChild(document.createTextNode("x")),Oc.appendChild(kh("br"));Oc.appendChild(document.createTextNode("x"))}nh(a.measure,Oc);var c=Oc.offsetHeight/50;return c>3&&(a.cachedTextHeight=c),mh(a.measure),c||1}function Qc(a){if(null!=a.cachedCharWidth)return a.cachedCharWidth;var b=kh("span","xxxxxxxxxx"),c=kh("pre",[b]);nh(a.measure,c);var d=b.getBoundingClientRect(),e=(d.right-d.left)/10;return e>2&&(a.cachedCharWidth=e),e||10}function Tc(a){a.curOp={cm:a,viewChanged:!1,startHeight:a.doc.height,forceUpdate:!1,updateInput:null,typing:!1,changeObjs:null,cursorActivityHandlers:null,cursorActivityCalled:0,selectionChanged:!1,updateMaxLine:!1,scrollLeft:null,scrollTop:null,scrollToPos:null,id:++Sc},Rc?Rc.ops.push(a.curOp):a.curOp.ownsGroup=Rc={ops:[a.curOp],delayedCallbacks:[]}}function Uc(a){var b=a.delayedCallbacks,c=0;do{for(;c=c.viewTo)||c.maxLineChanged&&b.options.lineWrapping,a.update=a.mustUpdate&&new U(b,a.mustUpdate&&{top:a.scrollTop,ensure:a.scrollToPos},a.forceUpdate)}function Yc(a){a.updatedDisplay=a.mustUpdate&&W(a.cm,a.update)}function Zc(a){var b=a.cm,c=b.display;a.updatedDisplay&&$(b),a.barMeasure=J(b),c.maxLineChanged&&!b.options.lineWrapping&&(a.adjustWidthTo=tc(b,c.maxLine,c.maxLine.text.length).left+3,b.display.sizerWidth=a.adjustWidthTo,a.barMeasure.scrollWidth=Math.max(c.scroller.clientWidth,c.sizer.offsetLeft+a.adjustWidthTo+nc(b)+b.display.barWidth),a.maxScrollLeft=Math.max(0,c.sizer.offsetLeft+a.adjustWidthTo-oc(b))),(a.updatedDisplay||a.selectionChanged)&&(a.preparedSelection=c.input.prepareSelection())}function $c(a){var b=a.cm;null!=a.adjustWidthTo&&(b.display.sizer.style.minWidth=a.adjustWidthTo+"px",a.maxScrollLeftf;f=e){var g=new ed(a.doc,bg(a.doc,f),f);e=f+g.size,d.push(g)}return d}function gd(a,b,c,d){null==b&&(b=a.doc.first),null==c&&(c=a.doc.first+a.doc.size),d||(d=0);var e=a.display;if(d&&cb)&&(e.updateLineNumbers=b),a.curOp.viewChanged=!0,b>=e.viewTo)u&&qf(a.doc,b)e.viewFrom?id(a):(e.viewFrom+=d,e.viewTo+=d);else if(b<=e.viewFrom&&c>=e.viewTo)id(a);else if(b<=e.viewFrom){var f=kd(a,c,c+d,1);f?(e.view=e.view.slice(f.index),e.viewFrom=f.lineN,e.viewTo+=d):id(a)}else if(c>=e.viewTo){var f=kd(a,b,b,-1);f?(e.view=e.view.slice(0,f.index),e.viewTo=f.lineN):id(a)}else{var g=kd(a,b,b,-1),h=kd(a,c,c+d,1);g&&h?(e.view=e.view.slice(0,g.index).concat(fd(a,g.lineN,h.lineN)).concat(e.view.slice(h.index)),e.viewTo+=d):id(a)}var i=e.externalMeasured;i&&(c=e.lineN&&b=d.viewTo)){var f=d.view[jd(a,b)];if(null!=f.node){var g=f.changes||(f.changes=[]);-1==$g(g,c)&&g.push(c)}}}function id(a){a.display.viewFrom=a.display.viewTo=a.doc.first,a.display.view=[],a.display.viewOffset=0}function jd(a,b){if(b>=a.display.viewTo)return null;if(b-=a.display.viewFrom,0>b)return null;for(var c=a.display.view,d=0;db)return d}function kd(a,b,c,d){var f,e=jd(a,b),g=a.display.view;if(!u||c==a.doc.first+a.doc.size)return{index:e,lineN:c};for(var h=0,i=a.display.viewFrom;e>h;h++)i+=g[h].size;if(i!=b){if(d>0){if(e==g.length-1)return null;f=i+g[e].size-b,e++}else f=i-b;b+=f,c+=f}for(;qf(a.doc,c)!=c;){if(e==(0>d?0:g.length-1))return null;c+=d*g[e-(0>d?1:0)].size,e+=d}return{index:e,lineN:c}}function ld(a,b,c){var d=a.display,e=d.view;0==e.length||b>=d.viewTo||c<=d.viewFrom?(d.view=fd(a,b,c),d.viewFrom=b):(d.viewFrom>b?d.view=fd(a,b,d.viewFrom).concat(d.view):d.viewFromc&&(d.view=d.view.slice(0,jd(a,c)))),d.viewTo=c}function md(a){for(var b=a.display.view,c=0,d=0;d400}function j(b){Kg(a,b)||Bg(b)}var b=a.display;Eg(b.scroller,"mousedown",bd(a,rd)),d&&11>e?Eg(b.scroller,"dblclick",bd(a,function(b){if(!Kg(a,b)){var c=qd(a,b);if(c&&!yd(a,b)&&!pd(a.display,b)){yg(b);var d=a.findWordAt(c);Rb(a.doc,d.anchor,d.head)}}})):Eg(b.scroller,"dblclick",function(b){Kg(a,b)||yg(b)}),s||Eg(b.scroller,"contextmenu",function(b){Wd(a,b)});var c,f={end:0};Eg(b.scroller,"touchstart",function(a){if(!h(a)){clearTimeout(c);var d=+new Date;b.activeTouch={start:d,moved:!1,prev:d-f.end<=300?f:null},1==a.touches.length&&(b.activeTouch.left=a.touches[0].pageX,b.activeTouch.top=a.touches[0].pageY)}}),Eg(b.scroller,"touchmove",function(){b.activeTouch&&(b.activeTouch.moved=!0)}),Eg(b.scroller,"touchend",function(c){var d=b.activeTouch;if(d&&!pd(b,c)&&null!=d.left&&!d.moved&&new Date-d.start<300){var f,e=a.coordsChar(b.activeTouch,"page");f=!d.prev||i(d,d.prev)?new Ib(e,e):!d.prev.prev||i(d,d.prev.prev)?a.findWordAt(e):new Ib(ob(e.line,0),Mb(a.doc,ob(e.line+1,0))),a.setSelection(f.anchor,f.head),a.focus(),yg(c)}g()}),Eg(b.scroller,"touchcancel",g),Eg(b.scroller,"scroll",function(){b.scroller.clientHeight&&(Cd(a,b.scroller.scrollTop),Dd(a,b.scroller.scrollLeft,!0),Gg(a,"scroll",a))}),Eg(b.scroller,"mousewheel",function(b){Hd(a,b)}),Eg(b.scroller,"DOMMouseScroll",function(b){Hd(a,b)}),Eg(b.wrapper,"scroll",function(){b.wrapper.scrollTop=b.wrapper.scrollLeft=0}),a.options.dragDrop&&(Eg(b.scroller,"dragstart",function(b){Bd(a,b)}),Eg(b.scroller,"dragenter",j),Eg(b.scroller,"dragover",j),Eg(b.scroller,"drop",bd(a,Ad)));var k=b.input.getField();Eg(k,"keyup",function(b){Rd.call(a,b)}),Eg(k,"keydown",bd(a,Pd)),Eg(k,"keypress",bd(a,Sd)),Eg(k,"focus",dh(Ud,a)),Eg(k,"blur",dh(Vd,a))}function od(a){var b=a.display;(b.lastWrapHeight!=b.wrapper.clientHeight||b.lastWrapWidth!=b.wrapper.clientWidth)&&(b.cachedCharWidth=b.cachedTextHeight=b.cachedPaddingH=null,b.scrollbarsClipped=!1,a.setSize())}function pd(a,b){for(var c=Cg(b);c!=a.wrapper;c=c.parentNode)if(!c||1==c.nodeType&&"true"==c.getAttribute("cm-ignore-events")||c.parentNode==a.sizer&&c!=a.mover)return!0}function qd(a,b,c,d){var e=a.display;if(!c&&"true"==Cg(b).getAttribute("cm-not-content"))return null;var f,g,h=e.lineSpace.getBoundingClientRect();try{f=b.clientX-h.left,g=b.clientY-h.top}catch(b){return null}var j,i=Mc(a,f,g);if(d&&1==i.xRel&&(j=bg(a.doc,i.line).text).length==i.ch){var k=Ug(j,j.length,a.options.tabSize)-j.length;i=ob(i.line,Math.max(0,Math.round((f-mc(a.display).left)/Qc(a.display))-k))}return i}function rd(a){var b=this,c=b.display;if(!(c.activeTouch&&c.input.supportsTouch()||Kg(b,a))){if(c.shift=a.shiftKey,pd(c,a))return f||(c.scroller.draggable=!1,setTimeout(function(){c.scroller.draggable=!0},100)),void 0;if(!yd(b,a)){var d=qd(b,a);switch(window.focus(),Dg(a)){case 1:d?ud(b,a,d):Cg(a)==c.scroller&&yg(a);break;case 2:f&&(b.state.lastMiddleDown=+new Date),d&&Rb(b.doc,d),setTimeout(function(){c.input.focus()},20),yg(a);break;case 3:s?Wd(b,a):Td(b)}}}}function ud(a,b,c){d?setTimeout(dh(tb,a),0):tb(a);var f,e=+new Date;td&&td.time>e-400&&0==pb(td.pos,c)?f="triple":sd&&sd.time>e-400&&0==pb(sd.pos,c)?(f="double",td={time:e,pos:c}):(f="single",sd={time:e,pos:c});var i,g=a.doc.sel,h=o?b.metaKey:b.ctrlKey;a.options.dragDrop&&yh&&!ub(a)&&"single"==f&&(i=g.contains(c))>-1&&!g.ranges[i].empty()?vd(a,b,c,h):wd(a,b,c,f,h)}function vd(a,b,c,g){var h=a.display,i=bd(a,function(j){f&&(h.scroller.draggable=!1),a.state.draggingText=!1,Fg(document,"mouseup",i),Fg(h.scroller,"drop",i),Math.abs(b.clientX-j.clientX)+Math.abs(b.clientY-j.clientY)<10&&(yg(j),g||Rb(a.doc,c),f||d&&9==e?setTimeout(function(){document.body.focus(),h.input.focus()},20):h.input.focus())});f&&(h.scroller.draggable=!0),a.state.draggingText=i,h.scroller.dragDrop&&h.scroller.dragDrop(),Eg(document,"mouseup",i),Eg(h.scroller,"drop",i)}function wd(a,b,c,d,e){function o(b){if(0!=pb(n,b))if(n=b,"rect"==d){for(var e=[],f=a.options.tabSize,k=Ug(bg(g,c.line).text,c.ch,f),l=Ug(bg(g,b.line).text,b.ch,f),m=Math.min(k,l),o=Math.max(k,l),p=Math.min(c.line,b.line),q=Math.min(a.lastLine(),Math.max(c.line,b.line));q>=p;p++){var r=bg(g,p).text,s=Vg(r,m,f);m==o?e.push(new Ib(ob(p,s),ob(p,s))):r.length>s&&e.push(new Ib(ob(p,s),ob(p,Vg(r,o,f))))}e.length||e.push(new Ib(c,c)),Xb(g,Jb(j.ranges.slice(0,i).concat(e),i),{origin:"*mouse",scroll:!1}),a.scrollIntoView(b)}else{var t=h,u=t.anchor,v=b;if("single"!=d){if("double"==d)var w=a.findWordAt(b);else var w=new Ib(ob(b.line,0),Mb(g,ob(b.line+1,0)));pb(w.anchor,u)>0?(v=w.head,u=sb(t.from(),w.anchor)):(v=w.anchor,u=rb(t.to(),w.head))}var e=j.ranges.slice(0);e[i]=new Ib(Mb(g,u),v),Xb(g,Jb(e,i),Rg)}}function r(b){var c=++q,e=qd(a,b,!0,"rect"==d);if(e)if(0!=pb(e,n)){tb(a),o(e);var h=P(f,g);(e.line>=h.to||e.linep.bottom?20:0;i&&setTimeout(bd(a,function(){q==c&&(f.scroller.scrollTop+=i,r(b))}),50)}}function s(a){q=1/0,yg(a),f.input.focus(),Fg(document,"mousemove",t),Fg(document,"mouseup",u),g.history.lastSelOrigin=null}var f=a.display,g=a.doc;yg(b);var h,i,j=g.sel,k=j.ranges;if(e&&!b.shiftKey?(i=g.sel.contains(c),h=i>-1?k[i]:new Ib(c,c)):(h=g.sel.primary(),i=g.sel.primIndex),b.altKey)d="rect",e||(h=new Ib(c,c)),c=qd(a,b,!0,!0),i=-1;else if("double"==d){var l=a.findWordAt(c);h=a.display.shift||g.extend?Qb(g,h,l.anchor,l.head):l}else if("triple"==d){var m=new Ib(ob(c.line,0),Mb(g,ob(c.line+1,0)));h=a.display.shift||g.extend?Qb(g,h,m.anchor,m.head):m}else h=Qb(g,h,c);e?-1==i?(i=k.length,Xb(g,Jb(k.concat([h]),i),{scroll:!1,origin:"*mouse"})):k.length>1&&k[i].empty()&&"single"==d&&!b.shiftKey?(Xb(g,Jb(k.slice(0,i).concat(k.slice(i+1)),0)),j=g.sel):Tb(g,i,h,Rg):(i=0,Xb(g,new Hb([h],0),Rg),j=g.sel);var n=c,p=f.wrapper.getBoundingClientRect(),q=0,t=bd(a,function(a){Dg(a)?r(a):s(a)}),u=bd(a,s);Eg(document,"mousemove",t),Eg(document,"mouseup",u)}function xd(a,b,c,d,e){try{var f=b.clientX,g=b.clientY}catch(b){return!1}if(f>=Math.floor(a.display.gutters.getBoundingClientRect().right))return!1;d&&yg(b);var h=a.display,i=h.lineDiv.getBoundingClientRect();if(g>i.bottom||!Mg(a,c))return Ag(b);g-=i.top-h.viewOffset;for(var j=0;j=f){var l=gg(a.doc,g),m=a.options.gutters[j];return e(a,c,a,l,m,b),Ag(b)}}}function yd(a,b){return xd(a,b,"gutterClick",!0,Ig)}function Ad(a){var b=this;if(!Kg(b,a)&&!pd(b.display,a)){yg(a),d&&(zd=+new Date);var c=qd(b,a,!0),e=a.dataTransfer.files;if(c&&!ub(b))if(e&&e.length&&window.FileReader&&window.File)for(var f=e.length,g=Array(f),h=0,i=function(a,d){var e=new FileReader;e.onload=bd(b,function(){if(g[d]=e.result,++h==f){c=Mb(b.doc,c);var a={from:c,to:c,text:Dh(g.join("\n")),origin:"paste"};ce(b.doc,a),Wb(b.doc,Kb(c,Yd(a)))}}),e.readAsText(a)},j=0;f>j;++j)i(e[j],j);else{if(b.state.draggingText&&b.doc.sel.contains(c)>-1)return b.state.draggingText(a),setTimeout(function(){b.display.input.focus()},20),void 0;try{var g=a.dataTransfer.getData("Text");if(g){if(b.state.draggingText&&!(o?a.metaKey:a.ctrlKey))var k=b.listSelections();if(Yb(b.doc,Kb(c,c)),k)for(var j=0;jj.clientWidth||g&&j.scrollHeight>j.clientHeight){if(g&&o&&f)a:for(var k=c.target,l=h.view;k!=j;k=k.parentNode)for(var m=0;mn?p=Math.max(0,p+n-50):q=Math.min(b.doc.height,q+n+50),Y(b,{top:p,bottom:q})}20>Ed&&(null==h.wheelStartX?(h.wheelStartX=j.scrollLeft,h.wheelStartY=j.scrollTop,h.wheelDX=e,h.wheelDY=g,setTimeout(function(){if(null!=h.wheelStartX){var a=j.scrollLeft-h.wheelStartX,b=j.scrollTop-h.wheelStartY,c=b&&h.wheelDY&&b/h.wheelDY||a&&h.wheelDX&&a/h.wheelDX;h.wheelStartX=h.wheelStartY=null,c&&(Fd=(Fd*Ed+c)/(Ed+1),++Ed)}},200)):(h.wheelDX+=e,h.wheelDY+=g))}}function Id(a,b,c){if("string"==typeof b&&(b=Ge[b],!b))return!1;a.display.input.ensurePolled();var d=a.display.shift,e=!1;try{ub(a)&&(a.state.suppressEdits=!0),c&&(a.display.shift=!1),e=b(a)!=Pg}finally{a.display.shift=d,a.state.suppressEdits=!1}return e}function Jd(a,b,c){for(var d=0;de&&27==a.keyCode&&(a.returnValue=!1);var c=a.keyCode;b.display.shift=16==c||a.shiftKey;var f=Md(b,a);i&&(Od=f?c:null,!f&&88==c&&!Fh&&(o?a.metaKey:a.ctrlKey)&&b.replaceSelection("",null,"cut")),18!=c||/\bCodeMirror-crosshair\b/.test(b.display.lineDiv.className)||Qd(b)}}function Qd(a){function c(a){18!=a.keyCode&&a.altKey||(rh(b,"CodeMirror-crosshair"),Fg(document,"keyup",c),Fg(document,"mouseover",c))}var b=a.display.lineDiv;sh(b,"CodeMirror-crosshair"),Eg(document,"keyup",c),Eg(document,"mouseover",c)}function Rd(a){16==a.keyCode&&(this.doc.sel.shift=!1),Kg(this,a)}function Sd(a){var b=this;if(!(pd(b.display,a)||Kg(b,a)||a.ctrlKey&&!a.altKey||o&&a.metaKey)){var c=a.keyCode,d=a.charCode;if(i&&c==Od)return Od=null,yg(a),void 0;if(!i||a.which&&!(a.which<10)||!Md(b,a)){var e=String.fromCharCode(null==d?c:d);Nd(b,a,e)||b.display.input.onKeyPress(a)}}}function Td(a){a.state.delayingBlurEvent=!0,setTimeout(function(){a.state.delayingBlurEvent&&(a.state.delayingBlurEvent=!1,Vd(a))},100)}function Ud(a){a.state.delayingBlurEvent&&(a.state.delayingBlurEvent=!1),"nocursor"!=a.options.readOnly&&(a.state.focused||(Gg(a,"focus",a),a.state.focused=!0,sh(a.display.wrapper,"CodeMirror-focused"),a.curOp||a.display.selForContextMenu==a.doc.sel||(a.display.input.reset(),f&&setTimeout(function(){a.display.input.reset(!0)},20)),a.display.input.receivedFocus()),fc(a))}function Vd(a){a.state.delayingBlurEvent||(a.state.focused&&(Gg(a,"blur",a),a.state.focused=!1,rh(a.display.wrapper,"CodeMirror-focused")),clearInterval(a.display.blinker),setTimeout(function(){a.state.focused||(a.display.shift=!1)},150))}function Wd(a,b){pd(a.display,b)||Xd(a,b)||a.display.input.onContextMenu(b)}function Xd(a,b){return Mg(a,"gutterContextMenu")?xd(a,b,"gutterContextMenu",!1,Gg):!1}function Zd(a,b){if(pb(a,b.from)<0)return a;if(pb(a,b.to)<=0)return Yd(b);var c=a.line+b.text.length-(b.to.line-b.from.line)-1,d=a.ch;return a.line==b.to.line&&(d+=Yd(b).ch-b.to.ch),ob(c,d)}function $d(a,b){for(var c=[],d=0;d=0;--e)de(a,{from:d[e].from,to:d[e].to,text:e?[""]:b.text});else de(a,b)}}function de(a,b){if(1!=b.text.length||""!=b.text[0]||0!=pb(b.from,b.to)){var c=$d(a,b);ng(a,b,c,a.cm?a.cm.curOp.id:0/0),ge(a,b,c,af(a,b));var d=[];_f(a,function(a,c){c||-1!=$g(d,a.history)||(xg(a.history,b),d.push(a.history)),ge(a,b,null,af(a,b))})}}function ee(a,b,c){if(!a.cm||!a.cm.state.suppressEdits){for(var e,d=a.history,f=a.sel,g="undo"==b?d.done:d.undone,h="undo"==b?d.undone:d.done,i=0;i=0;--i){var l=e.changes[i];if(l.origin=b,k&&!be(a,l,!1))return g.length=0,void 0;j.push(kg(a,l));var m=i?$d(a,l):Yg(g);ge(a,l,m,cf(a,l)),!i&&a.cm&&a.cm.scrollIntoView({from:l.from,to:Yd(l)});var n=[];_f(a,function(a,b){b||-1!=$g(n,a.history)||(xg(a.history,l),n.push(a.history)),ge(a,l,null,cf(a,l))})}}}}function fe(a,b){if(0!=b&&(a.first+=b,a.sel=new Hb(_g(a.sel.ranges,function(a){return new Ib(ob(a.anchor.line+b,a.anchor.ch),ob(a.head.line+b,a.head.ch))}),a.sel.primIndex),a.cm)){gd(a.cm,a.first,a.first-b,b);for(var c=a.cm.display,d=c.viewFrom;da.lastLine())){if(b.from.linef&&(b={from:b.from,to:ob(f,bg(a,f).text.length),text:[b.text[0]],origin:b.origin}),b.removed=cg(a,b.from,b.to),c||(c=$d(a,b)),a.cm?he(a.cm,b,d):Uf(a,b,d),Yb(a,c,Qg)}}function he(a,b,c){var d=a.doc,e=a.display,f=b.from,g=b.to,h=!1,i=f.line;a.options.lineWrapping||(i=fg(of(bg(d,f.line))),d.iter(i,g.line+1,function(a){return a==e.maxLine?(h=!0,!0):void 0})),d.sel.contains(b.from,b.to)>-1&&Lg(a),Uf(d,b,c,A(a)),a.options.lineWrapping||(d.iter(i,f.line+b.text.length,function(a){var b=G(a);b>e.maxLineLength&&(e.maxLine=a,e.maxLineLength=b,e.maxLineChanged=!0,h=!1)}),h&&(a.curOp.updateMaxLine=!0)),d.frontier=Math.min(d.frontier,f.line),gc(a,400);var j=b.text.length-(g.line-f.line)-1;b.full?gd(a):f.line!=g.line||1!=b.text.length||Tf(a.doc,b)?gd(a,f.line,g.line+1,j):hd(a,f.line,"text");var k=Mg(a,"changes"),l=Mg(a,"change");if(l||k){var m={from:f,to:g,text:b.text,removed:b.removed,origin:b.origin};l&&Ig(a,"change",a,m),k&&(a.curOp.changeObjs||(a.curOp.changeObjs=[])).push(m)}a.display.selForContextMenu=null}function ie(a,b,c,d,e){if(d||(d=c),pb(d,c)<0){var f=d;d=c,c=f}"string"==typeof b&&(b=Dh(b)),ce(a,{from:c,to:d,text:b,origin:e})}function je(a,b){if(!Kg(a,"scrollCursorIntoView")){var c=a.display,d=c.sizer.getBoundingClientRect(),e=null;if(b.top+d.top<0?e=!0:b.bottom+d.top>(window.innerHeight||document.documentElement.clientHeight)&&(e=!1),null!=e&&!l){var f=kh("div","\u200b",null,"position: absolute; top: "+(b.top-c.viewOffset-kc(a.display))+"px; height: "+(b.bottom-b.top+nc(a)+c.barHeight)+"px; left: "+b.left+"px; width: 2px;");a.display.lineSpace.appendChild(f),f.scrollIntoView(e),a.display.lineSpace.removeChild(f)}}}function ke(a,b,c,d){null==d&&(d=0);for(var e=0;5>e;e++){var f=!1,g=Jc(a,b),h=c&&c!=b?Jc(a,c):g,i=me(a,Math.min(g.left,h.left),Math.min(g.top,h.top)-d,Math.max(g.left,h.left),Math.max(g.bottom,h.bottom)+d),j=a.doc.scrollTop,k=a.doc.scrollLeft;if(null!=i.scrollTop&&(Cd(a,i.scrollTop),Math.abs(a.doc.scrollTop-j)>1&&(f=!0)),null!=i.scrollLeft&&(Dd(a,i.scrollLeft),Math.abs(a.doc.scrollLeft-k)>1&&(f=!0)),!f)break}return g}function le(a,b,c,d,e){var f=me(a,b,c,d,e);null!=f.scrollTop&&Cd(a,f.scrollTop),null!=f.scrollLeft&&Dd(a,f.scrollLeft)}function me(a,b,c,d,e){var f=a.display,g=Pc(a.display);0>c&&(c=0);var h=a.curOp&&null!=a.curOp.scrollTop?a.curOp.scrollTop:f.scroller.scrollTop,i=pc(a),j={};e-c>i&&(e=c+i);var k=a.doc.height+lc(f),l=g>c,m=e>k-g;if(h>c)j.scrollTop=l?0:c;else if(e>h+i){var n=Math.min(c,(m?k:e)-i);n!=h&&(j.scrollTop=n)}var o=a.curOp&&null!=a.curOp.scrollLeft?a.curOp.scrollLeft:f.scroller.scrollLeft,p=oc(a)-(a.options.fixedGutter?f.gutters.offsetWidth:0),q=d-b>p;return q&&(d=b+p),10>b?j.scrollLeft=0:o>b?j.scrollLeft=Math.max(0,b-(q?0:10)):d>p+o-3&&(j.scrollLeft=d+(q?0:10)-p),j}function ne(a,b,c){(null!=b||null!=c)&&pe(a),null!=b&&(a.curOp.scrollLeft=(null==a.curOp.scrollLeft?a.doc.scrollLeft:a.curOp.scrollLeft)+b),null!=c&&(a.curOp.scrollTop=(null==a.curOp.scrollTop?a.doc.scrollTop:a.curOp.scrollTop)+c)}function oe(a){pe(a);var b=a.getCursor(),c=b,d=b;a.options.lineWrapping||(c=b.ch?ob(b.line,b.ch-1):b,d=ob(b.line,b.ch+1)),a.curOp.scrollToPos={from:c,to:d,margin:a.options.cursorScrollMargin,isCursor:!0}}function pe(a){var b=a.curOp.scrollToPos;if(b){a.curOp.scrollToPos=null;var c=Kc(a,b.from),d=Kc(a,b.to),e=me(a,Math.min(c.left,d.left),Math.min(c.top,d.top)-b.margin,Math.max(c.right,d.right),Math.max(c.bottom,d.bottom)+b.margin);a.scrollTo(e.scrollLeft,e.scrollTop)}}function qe(a,b,c,d){var f,e=a.doc;null==c&&(c="add"),"smart"==c&&(e.mode.indent?f=jc(a,b):c="prev");var g=a.options.tabSize,h=bg(e,b),i=Ug(h.text,null,g);h.stateAfter&&(h.stateAfter=null);var k,j=h.text.match(/^\s*/)[0];if(d||/\S/.test(h.text)){if("smart"==c&&(k=e.mode.indent(f,h.text.slice(j.length),h.text),k==Pg||k>150)){if(!d)return;c="prev"}}else k=0,c="not";"prev"==c?k=b>e.first?Ug(bg(e,b-1).text,null,g):0:"add"==c?k=i+a.options.indentUnit:"subtract"==c?k=i-a.options.indentUnit:"number"==typeof c&&(k=i+c),k=Math.max(0,k);var l="",m=0;if(a.options.indentWithTabs)for(var n=Math.floor(k/g);n;--n)m+=g,l+=" ";if(k>m&&(l+=Xg(k-m)),l!=j)ie(e,l,ob(b,0),ob(b,j.length),"+input");else for(var n=0;n=0;b--)ie(a.doc,"",d[b].from,d[b].to,"+delete");oe(a)})}function te(a,b,c,d,e){function k(){var b=f+c;return b=a.first+a.size?j=!1:(f=b,i=bg(a,b))}function l(a){var b=(e?Vh:Wh)(i,g,c,!0);if(null==b){if(a||!k())return j=!1;g=e?(0>c?Nh:Mh)(i):0>c?i.text.length:0}else g=b;return!0}var f=b.line,g=b.ch,h=c,i=bg(a,f),j=!0;if("char"==d)l();else if("column"==d)l(!0);else if("word"==d||"group"==d)for(var m=null,n="group"==d,o=a.cm&&a.cm.getHelper(b,"wordChars"),p=!0;!(0>c)||l(!p);p=!1){var q=i.text.charAt(g)||"\n",r=gh(q,o)?"w":n&&"\n"==q?"n":!n||/\s/.test(q)?null:"p";if(!n||p||r||(r="s"),m&&m!=r){0>c&&(c=1,l());break}if(r&&(m=r),c>0&&!l(!p))break}var s=ac(a,ob(f,g),h,!0);return j||(s.hitSide=!0),s}function ue(a,b,c,d){var g,e=a.doc,f=b.left;if("page"==d){var h=Math.min(a.display.wrapper.clientHeight,window.innerHeight||document.documentElement.clientHeight);g=b.top+c*(h-(0>c?1.5:.5)*Pc(a.display))}else"line"==d&&(g=c>0?b.bottom+3:b.top-3);for(;;){var i=Mc(a,f,g);if(!i.outside)break;if(0>c?0>=g:g>=e.height){i.hitSide=!0;break}g+=5*c}return i}function xe(a,b,c,d){v.defaults[a]=b,c&&(we[a]=d?function(a,b,d){d!=ye&&c(a,b,d)}:c)}function Ie(a){for(var c,d,e,f,b=a.split(/-(?!$)/),a=b[b.length-1],g=0;g0||0==g&&f.clearWhenEmpty!==!1)return f;if(f.replacedWith&&(f.collapsed=!0,f.widgetNode=kh("span",[f.replacedWith],"CodeMirror-widget"),d.handleMouseEvents||f.widgetNode.setAttribute("cm-ignore-events","true"),d.insertLeft&&(f.widgetNode.insertLeft=!0)),f.collapsed){if(nf(a,b.line,b,c,f)||b.line!=c.line&&nf(a,c.line,b,c,f))throw new Error("Inserting collapsed marker partially overlapping an existing one");u=!0}f.addToHistory&&ng(a,{from:b,to:c,origin:"markText"},a.sel,0/0);var j,h=b.line,i=a.cm;if(a.iter(h,c.line+1,function(a){i&&f.collapsed&&!i.options.lineWrapping&&of(a)==i.display.maxLine&&(j=!0),f.collapsed&&h!=b.line&&eg(a,0),Ze(a,new We(f,h==b.line?b.ch:null,h==c.line?c.ch:null)),++h}),f.collapsed&&a.iter(b.line,c.line+1,function(b){sf(a,b)&&eg(b,0)}),f.clearOnEnter&&Eg(f,"beforeCursorEnter",function(){f.clear()}),f.readOnly&&(t=!0,(a.history.done.length||a.history.undone.length)&&a.clearHistory()),f.collapsed&&(f.id=++Oe,f.atomic=!0),i){if(j&&(i.curOp.updateMaxLine=!0),f.collapsed)gd(i,b.line,c.line+1);else if(f.className||f.title||f.startStyle||f.endStyle||f.css)for(var k=b.line;k<=c.line;k++)hd(i,k,"text");f.atomic&&$b(i.doc),Ig(i,"markerAdded",i,f)}return f}function Se(a,b,c,d,e){d=ch(d),d.shared=!1;var f=[Qe(a,b,c,d,e)],g=f[0],h=d.widgetNode;return _f(a,function(a){h&&(d.widgetNode=h.cloneNode(!0)),f.push(Qe(a,Mb(a,b),Mb(a,c),d,e));for(var i=0;i=b:f.to>b);(e||(e=[])).push(new We(g,f.from,i?null:f.to))}}return e}function _e(a,b,c){if(a)for(var e,d=0;d=b:f.to>b);if(h||f.from==b&&"bookmark"==g.type&&(!c||f.marker.insertLeft)){var i=null==f.from||(g.inclusiveLeft?f.from<=b:f.from0&&h)for(var l=0;ll;++l)o.push(q);o.push(i)}return o}function bf(a){for(var b=0;b0)){var k=[i,1],l=pb(j.from,h.from),m=pb(j.to,h.to);(0>l||!g.inclusiveLeft&&!l)&&k.push({from:j.from,to:h.from}),(m>0||!g.inclusiveRight&&!m)&&k.push({from:h.to,to:j.to}),e.splice.apply(e,k),i+=k.length-1}}return e}function ef(a){var b=a.markedSpans;if(b){for(var c=0;c=0&&0>=l||0>=k&&l>=0)&&(0>=k&&(pb(j.to,c)>0||i.marker.inclusiveRight&&e.inclusiveLeft)||k>=0&&(pb(j.from,d)<0||i.marker.inclusiveLeft&&e.inclusiveRight)))return!0}}}function of(a){for(var b;b=lf(a);)a=b.find(-1,!0).line;return a}function pf(a){for(var b,c;b=mf(a);)a=b.find(1,!0).line,(c||(c=[])).push(a);return c}function qf(a,b){var c=bg(a,b),d=of(c);return c==d?b:fg(d)}function rf(a,b){if(b>a.lastLine())return b;var d,c=bg(a,b);if(!sf(a,c))return b;for(;d=mf(c);)c=d.find(1,!0).line;return fg(c)+1}function sf(a,b){var c=u&&b.markedSpans;if(c)for(var d,e=0;ee;e++){d&&(d[0]=v.innerMode(a,c).mode);var f=a.token(b,c);if(b.pos>b.start)return f}throw new Error("Mode "+a.name+" failed to advance stream.")}function Ef(a,b,c,d){function e(a){return{start:k.start,end:k.pos,string:k.current(),type:h||null,state:a?Ee(f.mode,j):j}}var h,f=a.doc,g=f.mode;b=Mb(f,b);var l,i=bg(f,b.line),j=jc(a,b.line,c),k=new Ne(i.text,a.options.tabSize);for(d&&(l=[]);(d||k.posa.options.maxHighlightLength?(h=!1,g&&If(a,b,d,k.pos),k.pos=b.length,l=null):l=Bf(Df(c,k,d,m),f),m){var n=m[0].name;n&&(l="m-"+(l?n+" "+l:n))}if(!h||j!=l){for(;ij;){var d=e[i];d>a&&e.splice(i,1,a,e[i+1],d),i+=2,j=Math.min(a,d)}if(b)if(h.opaque)e.splice(c,i-c,a,"cm-overlay "+b),i=c+2;else for(;i>c;c+=2){var f=e[c+1];e[c+1]=(f?f+" ":"")+"cm-overlay "+b}},f)}return{styles:e,classes:f.bgClass||f.textClass?f:null}}function Hf(a,b,c){if(!b.styles||b.styles[0]!=a.state.modeGen){var d=Gf(a,b,b.stateAfter=jc(a,fg(b)));b.styles=d.styles,d.classes?b.styleClasses=d.classes:b.styleClasses&&(b.styleClasses=null),c===a.doc.frontier&&a.doc.frontier++}return b.styles}function If(a,b,c,d){var e=a.doc.mode,f=new Ne(b,a.options.tabSize);for(f.start=f.pos=d||0,""==b&&Cf(e,c);!f.eol()&&f.pos<=a.options.maxHighlightLength;)Df(e,f,c),f.start=f.pos}function Lf(a,b){if(!a||/^\s*$/.test(a))return null;var c=b.addModeClass?Kf:Jf;return c[a]||(c[a]=a.replace(/\S+/g,"cm-$&"))}function Mf(a,b){var c=kh("span",null,null,f?"padding-right: .1px":null),e={pre:kh("pre",[c]),content:c,col:0,pos:0,cm:a,splitSpaces:(d||f)&&a.getOption("lineWrapping")};b.measure={};for(var g=0;g<=(b.rest?b.rest.length:0);g++){var i,h=g?b.rest[g-1]:b.line;e.pos=0,e.addToken=Of,Ch(a.display.measure)&&(i=ig(h))&&(e.addToken=Qf(e.addToken,i)),e.map=[];var j=b!=a.display.externalMeasured&&fg(h);Sf(h,e,Hf(a,h,j)),h.styleClasses&&(h.styleClasses.bgClass&&(e.bgClass=th(h.styleClasses.bgClass,e.bgClass||"")),h.styleClasses.textClass&&(e.textClass=th(h.styleClasses.textClass,e.textClass||""))),0==e.map.length&&e.map.push(0,0,e.content.appendChild(Ah(a.display.measure))),0==g?(b.measure.map=e.map,b.measure.cache={}):((b.measure.maps||(b.measure.maps=[])).push(e.map),(b.measure.caches||(b.measure.caches=[])).push({}))}return f&&/\bcm-tab\b/.test(e.content.lastChild.className)&&(e.content.className="cm-tab-wrap-hack"),Gg(a,"renderLine",a,b.line,e.pre),e.pre.className&&(e.textClass=th(e.pre.className,e.textClass||"")),e}function Nf(a){var b=kh("span","\u2022","cm-invalidchar");return b.title="\\u"+a.charCodeAt(0).toString(16),b.setAttribute("aria-label",b.title),b}function Of(a,b,c,f,g,h,i){if(b){var j=a.splitSpaces?b.replace(/ {3,}/g,Pf):b,k=a.cm.state.specialChars,l=!1;if(k.test(b))for(var m=document.createDocumentFragment(),n=0;;){k.lastIndex=n;var o=k.exec(b),p=o?o.index-n:b.length-n;if(p){var q=document.createTextNode(j.slice(n,n+p));d&&9>e?m.appendChild(kh("span",[q])):m.appendChild(q),a.map.push(a.pos,a.pos+p,q),a.col+=p,a.pos+=p}if(!o)break;if(n+=p+1," "==o[0]){var r=a.cm.options.tabSize,s=r-a.col%r,q=m.appendChild(kh("span",Xg(s),"cm-tab"));q.setAttribute("role","presentation"),q.setAttribute("cm-text"," "),a.col+=s}else{var q=a.cm.options.specialCharPlaceholder(o[0]);q.setAttribute("cm-text",o[0]),d&&9>e?m.appendChild(kh("span",[q])):m.appendChild(q),a.col+=1}a.map.push(a.pos,a.pos+1,q),a.pos++}else{a.col+=b.length;var m=document.createTextNode(j);a.map.push(a.pos,a.pos+b.length,m),d&&9>e&&(l=!0),a.pos+=b.length}if(c||f||g||l||i){var t=c||"";f&&(t+=f),g&&(t+=g);var u=kh("span",[m],t,i);return h&&(u.title=h),a.content.appendChild(u)}a.content.appendChild(m)}}function Pf(a){for(var b=" ",c=0;cj&&m.from<=j)break}if(m.to>=k)return a(c,d,e,f,g,h,i);a(c,d.slice(0,m.to-j),e,f,null,h,i),f=null,d=d.slice(m.to-j),j=m.to}}}function Rf(a,b,c,d){var e=!d&&c.widgetNode;e&&a.map.push(a.pos,a.pos+b,e),!d&&a.cm.display.input.needsContentAttribute&&(e||(e=a.content.appendChild(document.createElement("span"))),e.setAttribute("cm-marker",c.id)),e&&(a.cm.display.input.setUneditable(e),a.content.appendChild(e)),a.pos+=b}function Sf(a,b,c){var d=a.markedSpans,e=a.text,f=0;if(d)for(var k,l,n,o,p,q,r,h=e.length,i=0,g=1,j="",m=0;;){if(m==i){n=o=p=q=l="",r=null,m=1/0;for(var s=[],t=0;ti)?(null!=u.to&&m>u.to&&(m=u.to,o=""),v.className&&(n+=" "+v.className),v.css&&(l=v.css),v.startStyle&&u.from==i&&(p+=" "+v.startStyle),v.endStyle&&u.to==m&&(o+=" "+v.endStyle),v.title&&!q&&(q=v.title),v.collapsed&&(!r||jf(r.marker,v)<0)&&(r=u)):u.from>i&&m>u.from&&(m=u.from),"bookmark"==v.type&&u.from==i&&v.widgetNode&&s.push(v)}if(r&&(r.from||0)==i&&(Rf(b,(null==r.to?h+1:r.to)-i,r.marker,null==r.from),null==r.to))return;if(!r&&s.length)for(var t=0;t=h)break;for(var w=Math.min(h,m);;){if(j){var x=i+j.length;if(!r){var y=x>w?j.slice(0,w-i):j;b.addToken(b,y,k?k+n:n,p,i+y.length==m?o:"",q,l)}if(x>=w){j=j.slice(w-i),i=w;break}i=x,p=""}j=e.slice(f,f=c[g++]),k=Lf(c[g++],b.cm.options)}}else for(var g=1;gc;++c)f.push(new yf(j[c],e(c),d));return f}var h=b.from,i=b.to,j=b.text,k=bg(a,h.line),l=bg(a,i.line),m=Yg(j),n=e(j.length-1),o=i.line-h.line;if(b.full)a.insert(0,g(0,j.length)),a.remove(j.length,a.size-j.length);else if(Tf(a,b)){var p=g(0,j.length-1);f(l,l.text,n),o&&a.remove(h.line,o),p.length&&a.insert(h.line,p)}else if(k==l)if(1==j.length)f(k,k.text.slice(0,h.ch)+m+k.text.slice(i.ch),n);else{var p=g(1,j.length-1);p.push(new yf(m+k.text.slice(i.ch),n,d)),f(k,k.text.slice(0,h.ch)+j[0],e(0)),a.insert(h.line+1,p)}else if(1==j.length)f(k,k.text.slice(0,h.ch)+j[0]+l.text.slice(i.ch),e(0)),a.remove(h.line+1,o);else{f(k,k.text.slice(0,h.ch)+j[0],e(0)),f(l,m+l.text.slice(i.ch),n);var p=g(1,j.length-1);o>1&&a.remove(h.line+1,o-1),a.insert(h.line+1,p)}Ig(a,"change",a,b)}function Vf(a){this.lines=a,this.parent=null;for(var b=0,c=0;bb||b>=a.size)throw new Error("There is no line "+(b+a.first)+" in the document.");for(var c=a;!c.lines;)for(var d=0;;++d){var e=c.children[d],f=e.chunkSize();if(f>b){c=e;break}b-=f}return c.lines[b]}function cg(a,b,c){var d=[],e=b.line;return a.iter(b.line,c.line+1,function(a){var f=a.text;e==c.line&&(f=f.slice(0,c.ch)),e==b.line&&(f=f.slice(b.ch)),d.push(f),++e}),d}function dg(a,b,c){var d=[];return a.iter(b,c,function(a){d.push(a.text)}),d}function eg(a,b){var c=b-a.height;if(c)for(var d=a;d;d=d.parent)d.height+=c}function fg(a){if(null==a.parent)return null;for(var b=a.parent,c=$g(b.lines,a),d=b.parent;d;b=d,d=d.parent)for(var e=0;d.children[e]!=b;++e)c+=d.children[e].chunkSize();return c+b.first}function gg(a,b){var c=a.first;a:do{for(var d=0;db){a=e;continue a}b-=f,c+=e.chunkSize()}return c}while(!a.lines);for(var d=0;db)break;b-=h}return c+d}function hg(a){a=of(a);for(var b=0,c=a.parent,d=0;d1&&!a.done[a.done.length-2].ranges?(a.done.pop(),Yg(a.done)):void 0}function ng(a,b,c,d){var e=a.history;e.undone.length=0;var g,f=+new Date;if((e.lastOp==d||e.lastOrigin==b.origin&&b.origin&&("+"==b.origin.charAt(0)&&a.cm&&e.lastModTime>f-a.cm.options.historyEventDelay||"*"==b.origin.charAt(0)))&&(g=mg(e,e.lastOp==d))){var h=Yg(g.changes);0==pb(b.from,b.to)&&0==pb(b.from,h.to)?h.to=Yd(b):g.changes.push(kg(a,b))}else{var i=Yg(e.done);for(i&&i.ranges||qg(a.sel,e.done),g={changes:[kg(a,b)],generation:e.generation},e.done.push(g);e.done.length>e.undoDepth;)e.done.shift(),e.done[0].ranges||e.done.shift()}e.done.push(c),e.generation=++e.maxGeneration,e.lastModTime=e.lastSelTime=f,e.lastOp=e.lastSelOp=d,e.lastOrigin=e.lastSelOrigin=b.origin,h||Gg(a,"historyAdded")}function og(a,b,c,d){var e=b.charAt(0);return"*"==e||"+"==e&&c.ranges.length==d.ranges.length&&c.somethingSelected()==d.somethingSelected()&&new Date-a.history.lastSelTime<=(a.cm?a.cm.options.historyEventDelay:500)}function pg(a,b,c,d){var e=a.history,f=d&&d.origin;c==e.lastSelOp||f&&e.lastSelOrigin==f&&(e.lastModTime==e.lastSelTime&&e.lastOrigin==f||og(a,f,Yg(e.done),b))?e.done[e.done.length-1]=b:qg(b,e.done),e.lastSelTime=+new Date,e.lastSelOrigin=f,e.lastSelOp=c,d&&d.clearRedo!==!1&&lg(e.undone)}function qg(a,b){var c=Yg(b);c&&c.ranges&&c.equals(a)||b.push(a)}function rg(a,b,c,d){var e=b["spans_"+a.id],f=0;a.iter(Math.max(a.first,c),Math.min(a.first+a.size,d),function(c){c.markedSpans&&((e||(e=b["spans_"+a.id]={}))[f]=c.markedSpans),++f})}function sg(a){if(!a)return null;for(var c,b=0;b-1&&(Yg(h)[l]=j[l],delete j[l])}}}return e}function vg(a,b,c,d){c0}function Ng(a){a.prototype.on=function(a,b){Eg(this,a,b)},a.prototype.off=function(a,b){Fg(this,a,b)}}function Tg(){this.id=null}function Vg(a,b,c){for(var d=0,e=0;;){var f=a.indexOf(" ",d);-1==f&&(f=a.length);var g=f-d;if(f==a.length||e+g>=b)return d+Math.min(g,b-e);if(e+=f-d,e+=c-e%c,d=f+1,e>=b)return d}}function Xg(a){for(;Wg.length<=a;)Wg.push(Yg(Wg)+" ");return Wg[a]}function Yg(a){return a[a.length-1]}function $g(a,b){for(var c=0;c-1&&fh(a)?!0:b.test(a):fh(a)}function hh(a){for(var b in a)if(a.hasOwnProperty(b)&&a[b])return!1;return!0}function jh(a){return a.charCodeAt(0)>=768&&ih.test(a)}function kh(a,b,c,d){var e=document.createElement(a);if(c&&(e.className=c),d&&(e.style.cssText=d),"string"==typeof b)e.appendChild(document.createTextNode(b));else if(b)for(var f=0;f0;--b)a.removeChild(a.firstChild);return a}function nh(a,b){return mh(a).appendChild(b)}function ph(){return document.activeElement}function qh(a){return new RegExp("(^|\\s)"+a+"(?:$|\\s)\\s*")}function th(a,b){for(var c=a.split(" "),d=0;d2&&!(d&&8>e))}var c=zh?kh("span","\u200b"):kh("span","\xa0",null,"display: inline-block; width: 1px; margin-right: -1px");return c.setAttribute("cm-text",""),c}function Ch(a){if(null!=Bh)return Bh;var b=nh(a,document.createTextNode("A\u062eA")),c=lh(b,0,1).getBoundingClientRect();if(!c||c.left==c.right)return!1;var d=lh(b,1,2).getBoundingClientRect();return Bh=d.right-c.right<3}function Hh(a){if(null!=Gh)return Gh;var b=nh(a,kh("span","x")),c=b.getBoundingClientRect(),d=lh(b,0,1).getBoundingClientRect();return Gh=Math.abs(c.left-d.left)>1}function Jh(a,b,c,d){if(!a)return d(b,c,"ltr");for(var e=!1,f=0;fb||b==c&&g.to==b)&&(d(Math.max(g.from,b),Math.min(g.to,c),1==g.level?"rtl":"ltr"),e=!0)}e||d(b,c,"ltr")}function Kh(a){return a.level%2?a.to:a.from}function Lh(a){return a.level%2?a.from:a.to}function Mh(a){var b=ig(a);return b?Kh(b[0]):0}function Nh(a){var b=ig(a);return b?Lh(Yg(b)):a.text.length}function Oh(a,b){var c=bg(a.doc,b),d=of(c);d!=c&&(b=fg(d));var e=ig(d),f=e?e[0].level%2?Nh(d):Mh(d):0;return ob(b,f)}function Ph(a,b){for(var c,d=bg(a.doc,b);c=mf(d);)d=c.find(1,!0).line,b=null;var e=ig(d),f=e?e[0].level%2?Mh(d):Nh(d):d.text.length;return ob(null==b?fg(d):b,f)}function Qh(a,b){var c=Oh(a,b.line),d=bg(a.doc,c.line),e=ig(d);if(!e||0==e[0].level){var f=Math.max(0,d.text.search(/\S/)),g=b.line==c.line&&b.ch<=f&&b.ch;return ob(c.line,g?0:f)}return c}function Rh(a,b,c){var d=a[0].level;return b==d?!0:c==d?!1:c>b}function Th(a,b){Sh=null;for(var d,c=0;cb)return c;if(e.from==b||e.to==b){if(null!=d)return Rh(a,e.level,a[d].level)?(e.from!=e.to&&(Sh=d),c):(e.from!=e.to&&(Sh=c),d);d=c}}return d}function Uh(a,b,c,d){if(!d)return b+c;do b+=c;while(b>0&&jh(a.text.charAt(b)));return b}function Vh(a,b,c,d){var e=ig(a);if(!e)return Wh(a,b,c,d);for(var f=Th(e,b),g=e[f],h=Uh(a,b,g.level%2?-c:c,d);;){if(h>g.from&&h0==g.level%2?g.to:g.from);if(g=e[f+=c],!g)return null;h=c>0==g.level%2?Uh(a,g.to,-1,d):Uh(a,g.from,1,d)}}function Wh(a,b,c,d){var e=b+c;if(d)for(;e>0&&jh(a.text.charAt(e));)e+=c;return 0>e||e>a.text.length?null:e}var a=/gecko\/\d/i.test(navigator.userAgent),b=/MSIE \d/.test(navigator.userAgent),c=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent),d=b||c,e=d&&(b?document.documentMode||6:c[1]),f=/WebKit\//.test(navigator.userAgent),g=f&&/Qt\/\d+\.\d+/.test(navigator.userAgent),h=/Chrome\//.test(navigator.userAgent),i=/Opera\//.test(navigator.userAgent),j=/Apple Computer/.test(navigator.vendor),k=/Mac OS X 1\d\D([8-9]|\d\d)\D/.test(navigator.userAgent),l=/PhantomJS/.test(navigator.userAgent),m=/AppleWebKit/.test(navigator.userAgent)&&/Mobile\/\w+/.test(navigator.userAgent),n=m||/Android|webOS|BlackBerry|Opera Mini|Opera Mobi|IEMobile/i.test(navigator.userAgent),o=m||/Mac/.test(navigator.platform),p=/win/i.test(navigator.platform),q=i&&navigator.userAgent.match(/Version\/(\d*\.\d*)/);q&&(q=Number(q[1])),q&&q>=15&&(i=!1,f=!0);var r=o&&(g||i&&(null==q||12.11>q)),s=a||d&&e>=9,t=!1,u=!1;K.prototype=ch({update:function(a){var b=a.scrollWidth>a.clientWidth+1,c=a.scrollHeight>a.clientHeight+1,d=a.nativeBarWidth;if(c){this.vert.style.display="block",this.vert.style.bottom=b?d+"px":"0";var e=a.viewHeight-(b?d:0);this.vert.firstChild.style.height=Math.max(0,a.scrollHeight-a.clientHeight+e)+"px"}else this.vert.style.display="",this.vert.firstChild.style.height="0";if(b){this.horiz.style.display="block",this.horiz.style.right=c?d+"px":"0",this.horiz.style.left=a.barLeft+"px";var f=a.viewWidth-a.barLeft-(c?d:0);this.horiz.firstChild.style.width=a.scrollWidth-a.clientWidth+f+"px"}else this.horiz.style.display="",this.horiz.firstChild.style.width="0";return!this.checkedOverlay&&a.clientHeight>0&&(0==d&&this.overlayHack(),this.checkedOverlay=!0),{right:c?d:0,bottom:b?d:0}},setScrollLeft:function(a){this.horiz.scrollLeft!=a&&(this.horiz.scrollLeft=a)},setScrollTop:function(a){this.vert.scrollTop!=a&&(this.vert.scrollTop=a)},overlayHack:function(){var a=o&&!k?"12px":"18px";this.horiz.style.minHeight=this.vert.style.minWidth=a;var b=this,c=function(a){Cg(a)!=b.vert&&Cg(a)!=b.horiz&&bd(b.cm,rd)(a)};Eg(this.vert,"mousedown",c),Eg(this.horiz,"mousedown",c)},clear:function(){var a=this.horiz.parentNode;a.removeChild(this.horiz),a.removeChild(this.vert)}},K.prototype),L.prototype=ch({update:function(){return{bottom:0,right:0}},setScrollLeft:function(){},setScrollTop:function(){},clear:function(){}},L.prototype),v.scrollbarModel={"native":K,"null":L},U.prototype.signal=function(a,b){Mg(a,b)&&this.events.push(arguments)},U.prototype.finish=function(){for(var a=0;a=9&&b.hasSelection&&(b.hasSelection=null),b.poll()}),Eg(h,"paste",function(){if(f&&!c.state.fakedLastChar&&!(new Date-c.state.lastMiddleDown<200)){var a=h.selectionStart,d=h.selectionEnd;h.value+="$",h.selectionEnd=d,h.selectionStart=a,c.state.fakedLastChar=!0}c.state.pasteIncoming=!0,b.fastPoll()}),Eg(h,"cut",i),Eg(h,"copy",i),Eg(a.scroller,"paste",function(d){pd(a,d)||(c.state.pasteIncoming=!0,b.focus())}),Eg(a.lineSpace,"selectstart",function(b){pd(a,b)||yg(b)})},prepareSelection:function(){var a=this.cm,b=a.display,c=a.doc,d=cc(a);if(a.options.moveInputWithCursor){var e=Jc(a,c.sel.primary().head,"div"),f=b.wrapper.getBoundingClientRect(),g=b.lineDiv.getBoundingClientRect();d.teTop=Math.max(0,Math.min(b.wrapper.clientHeight-10,e.top+g.top-f.top)),d.teLeft=Math.max(0,Math.min(b.wrapper.clientWidth-10,e.left+g.left-f.left))}return d},showSelection:function(a){var b=this.cm,c=b.display;nh(c.cursorDiv,a.cursors),nh(c.selectionDiv,a.selection),null!=a.teTop&&(this.wrapper.style.top=a.teTop+"px",this.wrapper.style.left=a.teLeft+"px")},reset:function(a){if(!this.contextMenuPending){var b,c,f=this.cm,g=f.doc;if(f.somethingSelected()){this.prevInput="";var h=g.sel.primary();b=Fh&&(h.to().line-h.from().line>100||(c=f.getSelection()).length>1e3);var i=b?"-":c||f.getSelection();this.textarea.value=i,f.state.focused&&Zg(this.textarea),d&&e>=9&&(this.hasSelection=i)}else a||(this.prevInput=this.textarea.value="",d&&e>=9&&(this.hasSelection=null));this.inaccurateSelection=b}},getField:function(){return this.textarea},supportsTouch:function(){return!1},focus:function(){if("nocursor"!=this.cm.options.readOnly&&(!n||ph()!=this.textarea))try{this.textarea.focus()}catch(a){}},blur:function(){this.textarea.blur()},resetPosition:function(){this.wrapper.style.top=this.wrapper.style.left=0},receivedFocus:function(){this.slowPoll()},slowPoll:function(){var a=this;a.pollingFast||a.polling.set(this.cm.options.pollInterval,function(){a.poll(),a.cm.state.focused&&a.slowPoll()})},fastPoll:function(){function c(){var d=b.poll();d||a?(b.pollingFast=!1,b.slowPoll()):(a=!0,b.polling.set(60,c))}var a=!1,b=this;b.pollingFast=!0,b.polling.set(20,c)},poll:function(){var a=this.cm,b=this.textarea,c=this.prevInput;if(!a.state.focused||Eh(b)&&!c||ub(a)||a.options.disableInput||a.state.keySeq)return!1;a.state.pasteIncoming&&a.state.fakedLastChar&&(b.value=b.value.substring(0,b.value.length-1),a.state.fakedLastChar=!1);var f=b.value;if(f==c&&!a.somethingSelected())return!1;if(d&&e>=9&&this.hasSelection===f||o&&/[\uf700-\uf7ff]/.test(f))return a.display.input.reset(),!1; +if(a.doc.sel==a.display.selForContextMenu){var g=f.charCodeAt(0);if(8203!=g||c||(c="\u200b"),8666==g)return this.reset(),this.cm.execCommand("undo")}for(var h=0,i=Math.min(c.length,f.length);i>h&&c.charCodeAt(h)==f.charCodeAt(h);)++h;var j=this;return ad(a,function(){wb(a,f.slice(h),c.length-h),f.length>1e3||f.indexOf("\n")>-1?b.value=j.prevInput="":j.prevInput=f}),!0},ensurePolled:function(){this.pollingFast&&this.poll()&&(this.pollingFast=!1)},onKeyPress:function(){d&&e>=9&&(this.hasSelection=null),this.fastPoll()},onContextMenu:function(a){function o(){if(null!=h.selectionStart){var a=c.somethingSelected(),d="\u200b"+(a?h.value:"");h.value="\u21da",h.value=d,b.prevInput=a?"":"\u200b",h.selectionStart=1,h.selectionEnd=d.length,g.selForContextMenu=c.doc.sel}}function p(){if(b.contextMenuPending=!1,b.wrapper.style.position="relative",h.style.cssText=m,d&&9>e&&g.scrollbars.setScrollTop(g.scroller.scrollTop=k),null!=h.selectionStart){(!d||d&&9>e)&&o();var a=0,f=function(){g.selForContextMenu==c.doc.sel&&0==h.selectionStart&&h.selectionEnd>0&&"\u200b"==b.prevInput?bd(c,Ge.selectAll)(c):a++<10?g.detectingSelectAll=setTimeout(f,500):g.input.reset()};g.detectingSelectAll=setTimeout(f,200)}}var b=this,c=b.cm,g=c.display,h=b.textarea,j=qd(c,a),k=g.scroller.scrollTop;if(j&&!i){var l=c.options.resetSelectionOnContextMenu;l&&-1==c.doc.sel.contains(j)&&bd(c,Xb)(c.doc,Kb(j),Qg);var m=h.style.cssText;if(b.wrapper.style.position="absolute",h.style.cssText="position: fixed; width: 30px; height: 30px; top: "+(a.clientY-5)+"px; left: "+(a.clientX-5)+"px; z-index: 1000; background: "+(d?"rgba(255, 255, 255, .05)":"transparent")+"; outline: none; border-width: 0; outline: none; overflow: hidden; opacity: .05; filter: alpha(opacity=5);",f)var n=window.scrollY;if(g.input.focus(),f&&window.scrollTo(null,n),g.input.reset(),c.somethingSelected()||(h.value=b.prevInput=" "),b.contextMenuPending=!0,g.selForContextMenu=c.doc.sel,clearTimeout(g.detectingSelectAll),d&&e>=9&&o(),s){Bg(a);var q=function(){Fg(window,"mouseup",q),setTimeout(p,20)};Eg(window,"mouseup",q)}else setTimeout(p,50)}},setUneditable:ah,needsContentAttribute:!1},zb.prototype),Bb.prototype=ch({init:function(a){function e(a){if(c.somethingSelected())vb=c.getSelections(),"cut"==a.type&&c.replaceSelection("",null,"cut");else{var b=xb(c);vb=b.text,"cut"==a.type&&c.operation(function(){c.setSelections(b.ranges,0,Qg),c.replaceSelection("",null,"cut")})}if(a.clipboardData&&!m)a.preventDefault(),a.clipboardData.clearData(),a.clipboardData.setData("text/plain",vb.join("\n"));else{var d=Ab(),e=d.firstChild;c.display.lineSpace.insertBefore(d,c.display.lineSpace.firstChild),e.value=vb.join("\n");var f=document.activeElement;Zg(e),setTimeout(function(){c.display.lineSpace.removeChild(d),f.focus()},50)}}var b=this,c=b.cm,d=b.div=a.lineDiv;d.contentEditable="true",yb(d),Eg(d,"paste",function(a){var b=a.clipboardData&&a.clipboardData.getData("text/plain");b&&(a.preventDefault(),c.replaceSelection(b,null,"paste"))}),Eg(d,"compositionstart",function(a){var d=a.data;if(b.composing={sel:c.doc.sel,data:d,startData:d},d){var e=c.doc.sel.primary(),f=c.getLine(e.head.line),g=f.indexOf(d,Math.max(0,e.head.ch-d.length));g>-1&&g<=e.head.ch&&(b.composing.sel=Kb(ob(e.head.line,g),ob(e.head.line,g+d.length)))}}),Eg(d,"compositionupdate",function(a){b.composing.data=a.data}),Eg(d,"compositionend",function(a){var c=b.composing;c&&(a.data==c.startData||/\u200b/.test(a.data)||(c.data=a.data),setTimeout(function(){c.handled||b.applyComposition(c),b.composing==c&&(b.composing=null)},50))}),Eg(d,"touchstart",function(){b.forceCompositionEnd()}),Eg(d,"input",function(){b.composing||b.pollContent()||ad(b.cm,function(){gd(c)})}),Eg(d,"copy",e),Eg(d,"cut",e)},prepareSelection:function(){var a=cc(this.cm,!1);return a.focus=this.cm.state.focused,a},showSelection:function(a){a&&this.cm.display.view.length&&(a.focus&&this.showPrimarySelection(),this.showMultipleSelections(a))},showPrimarySelection:function(){var b=window.getSelection(),c=this.cm.doc.sel.primary(),d=Eb(this.cm,b.anchorNode,b.anchorOffset),e=Eb(this.cm,b.focusNode,b.focusOffset);if(!d||d.bad||!e||e.bad||0!=pb(sb(d,e),c.from())||0!=pb(rb(d,e),c.to())){var f=Cb(this.cm,c.from()),g=Cb(this.cm,c.to());if(f||g){var h=this.cm.display.view,i=b.rangeCount&&b.getRangeAt(0);if(f){if(!g){var j=h[h.length-1].measure,k=j.maps?j.maps[j.maps.length-1]:j.map;g={node:k[k.length-1],offset:k[k.length-2]-k[k.length-3]}}}else f={node:h[0].measure.map[2],offset:0};try{var l=lh(f.node,f.offset,g.offset,g.node)}catch(m){}l&&(b.removeAllRanges(),b.addRange(l),i&&null==b.anchorNode?b.addRange(i):a&&this.startGracePeriod()),this.rememberSelection()}}},startGracePeriod:function(){var a=this;clearTimeout(this.gracePeriod),this.gracePeriod=setTimeout(function(){a.gracePeriod=!1,a.selectionChanged()&&a.cm.operation(function(){a.cm.curOp.selectionChanged=!0})},20)},showMultipleSelections:function(a){nh(this.cm.display.cursorDiv,a.cursors),nh(this.cm.display.selectionDiv,a.selection)},rememberSelection:function(){var a=window.getSelection();this.lastAnchorNode=a.anchorNode,this.lastAnchorOffset=a.anchorOffset,this.lastFocusNode=a.focusNode,this.lastFocusOffset=a.focusOffset},selectionInEditor:function(){var a=window.getSelection();if(!a.rangeCount)return!1;var b=a.getRangeAt(0).commonAncestorContainer;return oh(this.div,b)},focus:function(){"nocursor"!=this.cm.options.readOnly&&this.div.focus()},blur:function(){this.div.blur()},getField:function(){return this.div},supportsTouch:function(){return!0},receivedFocus:function(){function b(){a.cm.state.focused&&(a.pollSelection(),a.polling.set(a.cm.options.pollInterval,b))}var a=this;this.selectionInEditor()?this.pollSelection():ad(this.cm,function(){a.cm.curOp.selectionChanged=!0}),this.polling.set(this.cm.options.pollInterval,b)},selectionChanged:function(){var a=window.getSelection();return a.anchorNode!=this.lastAnchorNode||a.anchorOffset!=this.lastAnchorOffset||a.focusNode!=this.lastFocusNode||a.focusOffset!=this.lastFocusOffset},pollSelection:function(){if(!this.composing&&!this.gracePeriod&&this.selectionChanged()){var a=window.getSelection(),b=this.cm;this.rememberSelection();var c=Eb(b,a.anchorNode,a.anchorOffset),d=Eb(b,a.focusNode,a.focusOffset);c&&d&&ad(b,function(){Xb(b.doc,Kb(c,d),Qg),(c.bad||d.bad)&&(b.curOp.selectionChanged=!0)})}},pollContent:function(){var a=this.cm,b=a.display,c=a.doc.sel.primary(),d=c.from(),e=c.to();if(d.lineb.viewTo-1)return!1;var f;if(d.line==b.viewFrom||0==(f=jd(a,d.line)))var g=fg(b.view[0].line),h=b.view[0].node;else var g=fg(b.view[f].line),h=b.view[f-1].node.nextSibling;var i=jd(a,e.line);if(i==b.view.length-1)var j=b.viewTo-1,k=b.view[i].node;else var j=fg(b.view[i+1].line)-1,k=b.view[i+1].node.previousSibling;for(var l=Dh(Gb(a,h,k,g,j)),m=cg(a.doc,ob(g,0),ob(j,bg(a.doc,j).text.length));l.length>1&&m.length>1;)if(Yg(l)==Yg(m))l.pop(),m.pop(),j--;else{if(l[0]!=m[0])break;l.shift(),m.shift(),g++}for(var n=0,o=0,p=l[0],q=m[0],r=Math.min(p.length,q.length);r>n&&p.charCodeAt(n)==q.charCodeAt(n);)++n;for(var s=Yg(l),t=Yg(m),u=Math.min(s.length-(1==l.length?n:0),t.length-(1==m.length?n:0));u>o&&s.charCodeAt(s.length-o-1)==t.charCodeAt(t.length-o-1);)++o;l[l.length-1]=s.slice(0,s.length-o),l[0]=l[0].slice(n);var v=ob(g,n),w=ob(j,m.length?Yg(m).length-o:0);return l.length>1||l[0]||pb(v,w)?(ie(a.doc,l,v,w,"+input"),!0):void 0},ensurePolled:function(){this.forceCompositionEnd()},reset:function(){this.forceCompositionEnd()},forceCompositionEnd:function(){this.composing&&!this.composing.handled&&(this.applyComposition(this.composing),this.composing.handled=!0,this.div.blur(),this.div.focus())},applyComposition:function(a){a.data&&a.data!=a.startData&&bd(this.cm,wb)(this.cm,a.data,0,a.sel)},setUneditable:function(a){a.setAttribute("contenteditable","false")},onKeyPress:function(a){a.preventDefault(),bd(this.cm,wb)(this.cm,String.fromCharCode(null==a.charCode?a.keyCode:a.charCode),0)},onContextMenu:ah,resetPosition:ah,needsContentAttribute:!0},Bb.prototype),v.inputStyles={textarea:zb,contenteditable:Bb},Hb.prototype={primary:function(){return this.ranges[this.primIndex]},equals:function(a){if(a==this)return!0;if(a.primIndex!=this.primIndex||a.ranges.length!=this.ranges.length)return!1;for(var b=0;b=0&&pb(a,d.to())<=0)return c}return-1}},Ib.prototype={from:function(){return sb(this.anchor,this.head)},to:function(){return rb(this.anchor,this.head)},empty:function(){return this.head.line==this.anchor.line&&this.head.ch==this.anchor.ch}};var Oc,sd,td,xc={left:0,right:0,top:0,bottom:0},Rc=null,Sc=0,zd=0,Ed=0,Fd=null;d?Fd=-.53:a?Fd=15:h?Fd=-.7:j&&(Fd=-1/3);var Gd=function(a){var b=a.wheelDeltaX,c=a.wheelDeltaY;return null==b&&a.detail&&a.axis==a.HORIZONTAL_AXIS&&(b=a.detail),null==c&&a.detail&&a.axis==a.VERTICAL_AXIS?c=a.detail:null==c&&(c=a.wheelDelta),{x:b,y:c}};v.wheelEventPixels=function(a){var b=Gd(a);return b.x*=Fd,b.y*=Fd,b};var Kd=new Tg,Od=null,Yd=v.changeEnd=function(a){return a.text?ob(a.from.line+a.text.length-1,Yg(a.text).length+(1==a.text.length?a.from.ch:0)):a.to};v.prototype={constructor:v,focus:function(){window.focus(),this.display.input.focus()},setOption:function(a,b){var c=this.options,d=c[a];(c[a]!=b||"mode"==a)&&(c[a]=b,we.hasOwnProperty(a)&&bd(this,we[a])(this,b,d))},getOption:function(a){return this.options[a]},getDoc:function(){return this.doc},addKeyMap:function(a,b){this.state.keyMaps[b?"push":"unshift"](Me(a))},removeKeyMap:function(a){for(var b=this.state.keyMaps,c=0;cc&&(qe(this,e.head.line,a,!0),c=e.head.line,d==this.doc.sel.primIndex&&oe(this));else{var f=e.from(),g=e.to(),h=Math.max(c,f.line);c=Math.min(this.lastLine(),g.line-(g.ch?0:1))+1;for(var i=h;c>i;++i)qe(this,i,a);var j=this.doc.sel.ranges;0==f.ch&&b.length==j.length&&j[d].from().ch>0&&Tb(this.doc,d,new Ib(f,j[d].to()),Qg)}}}),getTokenAt:function(a,b){return Ef(this,a,b)},getLineTokens:function(a,b){return Ef(this,ob(a),b,!0)},getTokenTypeAt:function(a){a=Mb(this.doc,a);var f,b=Hf(this,bg(this.doc,a.line)),c=0,d=(b.length-1)/2,e=a.ch;if(0==e)f=b[2];else for(;;){var g=c+d>>1;if((g?b[2*g-1]:0)>=e)d=g;else{if(!(b[2*g+1]h?f:0==h?null:f.slice(0,h-1)},getModeAt:function(a){var b=this.doc.mode;return b.innerMode?v.innerMode(b,this.getTokenAt(a).state).mode:b},getHelper:function(a,b){return this.getHelpers(a,b)[0]},getHelpers:function(a,b){var c=[];if(!De.hasOwnProperty(b))return c;var d=De[b],e=this.getModeAt(a);if("string"==typeof e[b])d[e[b]]&&c.push(d[e[b]]);else if(e[b])for(var f=0;fd&&(a=d,c=!0);var e=bg(this.doc,a);return Gc(this,e,{top:0,left:0},b||"page").top+(c?this.doc.height-hg(e):0)},defaultTextHeight:function(){return Pc(this.display)},defaultCharWidth:function(){return Qc(this.display)},setGutterMarker:cd(function(a,b,c){return re(this.doc,a,"gutter",function(a){var d=a.gutterMarkers||(a.gutterMarkers={});return d[b]=c,!c&&hh(d)&&(a.gutterMarkers=null),!0})}),clearGutter:cd(function(a){var b=this,c=b.doc,d=c.first;c.iter(function(c){c.gutterMarkers&&c.gutterMarkers[a]&&(c.gutterMarkers[a]=null,hd(b,d,"gutter"),hh(c.gutterMarkers)&&(c.gutterMarkers=null)),++d})}),lineInfo:function(a){if("number"==typeof a){if(!Ob(this.doc,a))return null;var b=a;if(a=bg(this.doc,a),!a)return null}else{var b=fg(a);if(null==b)return null}return{line:b,handle:a,text:a.text,gutterMarkers:a.gutterMarkers,textClass:a.textClass,bgClass:a.bgClass,wrapClass:a.wrapClass,widgets:a.widgets}},getViewport:function(){return{from:this.display.viewFrom,to:this.display.viewTo}},addWidget:function(a,b,c,d,e){var f=this.display;a=Jc(this,Mb(this.doc,a));var g=a.bottom,h=a.left;if(b.style.position="absolute",b.setAttribute("cm-ignore-events","true"),this.display.input.setUneditable(b),f.sizer.appendChild(b),"over"==d)g=a.top;else if("above"==d||"near"==d){var i=Math.max(f.wrapper.clientHeight,this.doc.height),j=Math.max(f.sizer.clientWidth,f.lineSpace.clientWidth);("above"==d||a.bottom+b.offsetHeight>i)&&a.top>b.offsetHeight?g=a.top-b.offsetHeight:a.bottom+b.offsetHeight<=i&&(g=a.bottom),h+b.offsetWidth>j&&(h=j-b.offsetWidth)}b.style.top=g+"px",b.style.left=b.style.right="","right"==e?(h=f.sizer.clientWidth-b.offsetWidth,b.style.right="0px"):("left"==e?h=0:"middle"==e&&(h=(f.sizer.clientWidth-b.offsetWidth)/2),b.style.left=h+"px"),c&&le(this,h,g,h+b.offsetWidth,g+b.offsetHeight)},triggerOnKeyDown:cd(Pd),triggerOnKeyPress:cd(Sd),triggerOnKeyUp:Rd,execCommand:function(a){return Ge.hasOwnProperty(a)?Ge[a](this):void 0},findPosH:function(a,b,c,d){var e=1;0>b&&(e=-1,b=-b);for(var f=0,g=Mb(this.doc,a);b>f&&(g=te(this.doc,g,e,c,d),!g.hitSide);++f);return g},moveH:cd(function(a,b){var c=this;c.extendSelectionsBy(function(d){return c.display.shift||c.doc.extend||d.empty()?te(c.doc,d.head,a,b,c.options.rtlMoveVisually):0>a?d.from():d.to()},Sg)}),deleteH:cd(function(a,b){var c=this.doc.sel,d=this.doc;c.somethingSelected()?d.replaceSelection("",null,"+delete"):se(this,function(c){var e=te(d,c.head,a,b,!1);return 0>a?{from:e,to:c.head}:{from:c.head,to:e}})}),findPosV:function(a,b,c,d){var e=1,f=d;0>b&&(e=-1,b=-b);for(var g=0,h=Mb(this.doc,a);b>g;++g){var i=Jc(this,h,"div");if(null==f?f=i.left:i.left=f,h=ue(this,i,e,c),h.hitSide)break}return h},moveV:cd(function(a,b){var c=this,d=this.doc,e=[],f=!c.display.shift&&!d.extend&&d.sel.somethingSelected();if(d.extendSelectionsBy(function(g){if(f)return 0>a?g.from():g.to();var h=Jc(c,g.head,"div");null!=g.goalColumn&&(h.left=g.goalColumn),e.push(h.left);var i=ue(c,h,a,b);return"page"==b&&g==d.sel.primary()&&ne(c,null,Ic(c,i,"div").top-h.top),i},Sg),e.length)for(var g=0;g0&&h(c.charAt(d-1));)--d;for(;e.5)&&B(this),Gg(this,"refresh",this)}),swapDoc:cd(function(a){var b=this.doc;return b.cm=null,ag(this,a),Dc(this),this.display.input.reset(),this.scrollTo(a.scrollLeft,a.scrollTop),this.curOp.forceScroll=!0,Ig(this,"swapDoc",this,b),b}),getInputField:function(){return this.display.input.getField()},getWrapperElement:function(){return this.display.wrapper},getScrollerElement:function(){return this.display.scroller},getGutterElement:function(){return this.display.gutters}},Ng(v);var ve=v.defaults={},we=v.optionHandlers={},ye=v.Init={toString:function(){return"CodeMirror.Init"}};xe("value","",function(a,b){a.setValue(b)},!0),xe("mode",null,function(a,b){a.doc.modeOption=b,x(a)},!0),xe("indentUnit",2,x,!0),xe("indentWithTabs",!1),xe("smartIndent",!0),xe("tabSize",4,function(a){y(a),Dc(a),gd(a)},!0),xe("specialChars",/[\t\u0000-\u0019\u00ad\u200b-\u200f\u2028\u2029\ufeff]/g,function(a,b,c){a.state.specialChars=new RegExp(b.source+(b.test(" ")?"":"| "),"g"),c!=v.Init&&a.refresh()}),xe("specialCharPlaceholder",Nf,function(a){a.refresh()},!0),xe("electricChars",!0),xe("inputStyle",n?"contenteditable":"textarea",function(){throw new Error("inputStyle can not (yet) be changed in a running editor")},!0),xe("rtlMoveVisually",!p),xe("wholeLineUpdateBefore",!0),xe("theme","default",function(a){C(a),D(a)},!0),xe("keyMap","default",function(a,b,c){var d=Me(b),e=c!=v.Init&&Me(c);e&&e.detach&&e.detach(a,d),d.attach&&d.attach(a,e||null)}),xe("extraKeys",null),xe("lineWrapping",!1,z,!0),xe("gutters",[],function(a){I(a.options),D(a)},!0),xe("fixedGutter",!0,function(a,b){a.display.gutters.style.left=b?T(a.display)+"px":"0",a.refresh()},!0),xe("coverGutterNextToScrollbar",!1,function(a){N(a)},!0),xe("scrollbarStyle","native",function(a){M(a),N(a),a.display.scrollbars.setScrollTop(a.doc.scrollTop),a.display.scrollbars.setScrollLeft(a.doc.scrollLeft)},!0),xe("lineNumbers",!1,function(a){I(a.options),D(a)},!0),xe("firstLineNumber",1,D,!0),xe("lineNumberFormatter",function(a){return a},D,!0),xe("showCursorWhenSelecting",!1,bc,!0),xe("resetSelectionOnContextMenu",!0),xe("readOnly",!1,function(a,b){"nocursor"==b?(Vd(a),a.display.input.blur(),a.display.disabled=!0):(a.display.disabled=!1,b||a.display.input.reset())}),xe("disableInput",!1,function(a,b){b||a.display.input.reset()},!0),xe("dragDrop",!0),xe("cursorBlinkRate",530),xe("cursorScrollMargin",0),xe("cursorHeight",1,bc,!0),xe("singleCursorHeightPerLine",!0,bc,!0),xe("workTime",100),xe("workDelay",100),xe("flattenSpans",!0,y,!0),xe("addModeClass",!1,y,!0),xe("pollInterval",100),xe("undoDepth",200,function(a,b){a.doc.history.undoDepth=b}),xe("historyEventDelay",1250),xe("viewportMargin",10,function(a){a.refresh()},!0),xe("maxHighlightLength",1e4,y,!0),xe("moveInputWithCursor",!0,function(a,b){b||a.display.input.resetPosition()}),xe("tabindex",null,function(a,b){a.display.input.getField().tabIndex=b||""}),xe("autofocus",null);var ze=v.modes={},Ae=v.mimeModes={};v.defineMode=function(a,b){v.defaults.mode||"null"==a||(v.defaults.mode=a),arguments.length>2&&(b.dependencies=Array.prototype.slice.call(arguments,2)),ze[a]=b},v.defineMIME=function(a,b){Ae[a]=b},v.resolveMode=function(a){if("string"==typeof a&&Ae.hasOwnProperty(a))a=Ae[a];else if(a&&"string"==typeof a.name&&Ae.hasOwnProperty(a.name)){var b=Ae[a.name];"string"==typeof b&&(b={name:b}),a=bh(b,a),a.name=b.name}else if("string"==typeof a&&/^[\w\-]+\/[\w\-]+\+xml$/.test(a))return v.resolveMode("application/xml");return"string"==typeof a?{name:a}:a||{name:"null"}},v.getMode=function(a,b){var b=v.resolveMode(b),c=ze[b.name];if(!c)return v.getMode(a,"text/plain");var d=c(a,b);if(Be.hasOwnProperty(b.name)){var e=Be[b.name];for(var f in e)e.hasOwnProperty(f)&&(d.hasOwnProperty(f)&&(d["_"+f]=d[f]),d[f]=e[f])}if(d.name=b.name,b.helperType&&(d.helperType=b.helperType),b.modeProps)for(var f in b.modeProps)d[f]=b.modeProps[f];return d},v.defineMode("null",function(){return{token:function(a){a.skipToEnd()}}}),v.defineMIME("text/plain","null");var Be=v.modeExtensions={};v.extendMode=function(a,b){var c=Be.hasOwnProperty(a)?Be[a]:Be[a]={};ch(b,c)},v.defineExtension=function(a,b){v.prototype[a]=b},v.defineDocExtension=function(a,b){Yf.prototype[a]=b},v.defineOption=xe;var Ce=[];v.defineInitHook=function(a){Ce.push(a)};var De=v.helpers={};v.registerHelper=function(a,b,c){De.hasOwnProperty(a)||(De[a]=v[a]={_global:[]}),De[a][b]=c},v.registerGlobalHelper=function(a,b,c,d){v.registerHelper(a,b,d),De[a]._global.push({pred:c,val:d})};var Ee=v.copyState=function(a,b){if(b===!0)return b;if(a.copyState)return a.copyState(b);var c={};for(var d in b){var e=b[d];e instanceof Array&&(e=e.concat([])),c[d]=e}return c},Fe=v.startState=function(a,b,c){return a.startState?a.startState(b,c):!0};v.innerMode=function(a,b){for(;a.innerMode;){var c=a.innerMode(b);if(!c||c.mode==a)break;b=c.state,a=c.mode}return c||{mode:a,state:b}};var Ge=v.commands={selectAll:function(a){a.setSelection(ob(a.firstLine(),0),ob(a.lastLine()),Qg)},singleSelection:function(a){a.setSelection(a.getCursor("anchor"),a.getCursor("head"),Qg)},killLine:function(a){se(a,function(b){if(b.empty()){var c=bg(a.doc,b.head.line).text.length;return b.head.ch==c&&b.head.line0)e=new ob(e.line,e.ch+1),a.replaceRange(f.charAt(e.ch-1)+f.charAt(e.ch-2),ob(e.line,e.ch-2),e,"+transpose");else if(e.line>a.doc.first){var g=bg(a.doc,e.line-1).text;g&&a.replaceRange(f.charAt(0)+"\n"+g.charAt(g.length-1),ob(e.line-1,g.length-1),ob(e.line,1),"+transpose")}c.push(new Ib(e,e))}a.setSelections(c)})},newlineAndIndent:function(a){ad(a,function(){for(var b=a.listSelections().length,c=0;b>c;c++){var d=a.listSelections()[c];a.replaceRange("\n",d.anchor,d.head,"+input"),a.indentLine(d.from().line+1,null,!0),oe(a)}})},toggleOverwrite:function(a){a.toggleOverwrite()}},He=v.keyMap={};He.basic={Left:"goCharLeft",Right:"goCharRight",Up:"goLineUp",Down:"goLineDown",End:"goLineEnd",Home:"goLineStartSmart",PageUp:"goPageUp",PageDown:"goPageDown",Delete:"delCharAfter",Backspace:"delCharBefore","Shift-Backspace":"delCharBefore",Tab:"defaultTab","Shift-Tab":"indentAuto",Enter:"newlineAndIndent",Insert:"toggleOverwrite",Esc:"singleSelection"},He.pcDefault={"Ctrl-A":"selectAll","Ctrl-D":"deleteLine","Ctrl-Z":"undo","Shift-Ctrl-Z":"redo","Ctrl-Y":"redo","Ctrl-Home":"goDocStart","Ctrl-End":"goDocEnd","Ctrl-Up":"goLineUp","Ctrl-Down":"goLineDown","Ctrl-Left":"goGroupLeft","Ctrl-Right":"goGroupRight","Alt-Left":"goLineStart","Alt-Right":"goLineEnd","Ctrl-Backspace":"delGroupBefore","Ctrl-Delete":"delGroupAfter","Ctrl-S":"save","Ctrl-F":"find","Ctrl-G":"findNext","Shift-Ctrl-G":"findPrev","Shift-Ctrl-F":"replace","Shift-Ctrl-R":"replaceAll","Ctrl-[":"indentLess","Ctrl-]":"indentMore","Ctrl-U":"undoSelection","Shift-Ctrl-U":"redoSelection","Alt-U":"redoSelection",fallthrough:"basic"},He.emacsy={"Ctrl-F":"goCharRight","Ctrl-B":"goCharLeft","Ctrl-P":"goLineUp","Ctrl-N":"goLineDown","Alt-F":"goWordRight","Alt-B":"goWordLeft","Ctrl-A":"goLineStart","Ctrl-E":"goLineEnd","Ctrl-V":"goPageDown","Shift-Ctrl-V":"goPageUp","Ctrl-D":"delCharAfter","Ctrl-H":"delCharBefore","Alt-D":"delWordAfter","Alt-Backspace":"delWordBefore","Ctrl-K":"killLine","Ctrl-T":"transposeChars"},He.macDefault={"Cmd-A":"selectAll","Cmd-D":"deleteLine","Cmd-Z":"undo","Shift-Cmd-Z":"redo","Cmd-Y":"redo","Cmd-Home":"goDocStart","Cmd-Up":"goDocStart","Cmd-End":"goDocEnd","Cmd-Down":"goDocEnd","Alt-Left":"goGroupLeft","Alt-Right":"goGroupRight","Cmd-Left":"goLineLeft","Cmd-Right":"goLineRight","Alt-Backspace":"delGroupBefore","Ctrl-Alt-Backspace":"delGroupAfter","Alt-Delete":"delGroupAfter","Cmd-S":"save","Cmd-F":"find","Cmd-G":"findNext","Shift-Cmd-G":"findPrev","Cmd-Alt-F":"replace","Shift-Cmd-Alt-F":"replaceAll","Cmd-[":"indentLess","Cmd-]":"indentMore","Cmd-Backspace":"delWrappedLineLeft","Cmd-Delete":"delWrappedLineRight","Cmd-U":"undoSelection","Shift-Cmd-U":"redoSelection","Ctrl-Up":"goDocStart","Ctrl-Down":"goDocEnd",fallthrough:["basic","emacsy"]},He["default"]=o?He.macDefault:He.pcDefault,v.normalizeKeyMap=function(a){var b={};for(var c in a)if(a.hasOwnProperty(c)){var d=a[c];if(/^(name|fallthrough|(de|at)tach)$/.test(c))continue;if("..."==d){delete a[c];continue}for(var e=_g(c.split(" "),Ie),f=0;f=this.string.length},sol:function(){return this.pos==this.lineStart},peek:function(){return this.string.charAt(this.pos)||void 0},next:function(){return this.posb},eatSpace:function(){for(var a=this.pos;/[\s\u00a0]/.test(this.string.charAt(this.pos));)++this.pos;return this.pos>a},skipToEnd:function(){this.pos=this.string.length},skipTo:function(a){var b=this.string.indexOf(a,this.pos);return b>-1?(this.pos=b,!0):void 0},backUp:function(a){this.pos-=a},column:function(){return this.lastColumnPos0?null:(f&&b!==!1&&(this.pos+=f[0].length),f)}var d=function(a){return c?a.toLowerCase():a},e=this.string.substr(this.pos,a.length);return d(e)==d(a)?(b!==!1&&(this.pos+=a.length),!0):void 0},current:function(){return this.string.slice(this.start,this.pos)},hideFirstChars:function(a,b){this.lineStart+=a;try{return b()}finally{this.lineStart-=a}}};var Oe=0,Pe=v.TextMarker=function(a,b){this.lines=[],this.type=b,this.doc=a,this.id=++Oe};Ng(Pe),Pe.prototype.clear=function(){if(!this.explicitlyCleared){var a=this.doc.cm,b=a&&!a.curOp;if(b&&Tc(a),Mg(this,"clear")){var c=this.find();c&&Ig(this,"clear",c.from,c.to)}for(var d=null,e=null,f=0;fa.display.maxLineLength&&(a.display.maxLine=i,a.display.maxLineLength=j,a.display.maxLineChanged=!0)}null!=d&&a&&this.collapsed&&gd(a,d,e+1),this.lines.length=0,this.explicitlyCleared=!0,this.atomic&&this.doc.cantEdit&&(this.doc.cantEdit=!1,a&&$b(a.doc)),a&&Ig(a,"markerCleared",a,this),b&&Vc(a),this.parent&&this.parent.clear()}},Pe.prototype.find=function(a,b){null==a&&"bookmark"==this.type&&(a=1);for(var c,d,e=0;ec;++c){var e=this.lines[c];this.height-=e.height,Af(e),Ig(e,"delete")}this.lines.splice(a,b)},collapse:function(a){a.push.apply(a,this.lines)},insertInner:function(a,b,c){this.height+=c,this.lines=this.lines.slice(0,a).concat(b).concat(this.lines.slice(a));for(var d=0;da;++a)if(c(this.lines[a]))return!0}},Wf.prototype={chunkSize:function(){return this.size},removeInner:function(a,b){this.size-=b;for(var c=0;ca){var f=Math.min(b,e-a),g=d.height;if(d.removeInner(a,f),this.height-=g-d.height,e==f&&(this.children.splice(c--,1),d.parent=null),0==(b-=f))break;a=0}else a-=e}if(this.size-b<25&&(this.children.length>1||!(this.children[0]instanceof Vf))){var h=[];this.collapse(h),this.children=[new Vf(h)],this.children[0].parent=this}},collapse:function(a){for(var b=0;b=a){if(e.insertInner(a,b,c),e.lines&&e.lines.length>50){for(;e.lines.length>50;){var g=e.lines.splice(e.lines.length-25,25),h=new Vf(g);e.height-=h.height,this.children.splice(d+1,0,h),h.parent=this}this.maybeSpill()}break}a-=f}},maybeSpill:function(){if(!(this.children.length<=10)){var a=this;do{var b=a.children.splice(a.children.length-5,5),c=new Wf(b);if(a.parent){a.size-=c.size,a.height-=c.height;var e=$g(a.parent.children,a);a.parent.children.splice(e+1,0,c)}else{var d=new Wf(a.children);d.parent=a,a.children=[d,c],a=d}c.parent=a.parent}while(a.children.length>10);a.parent.maybeSpill()}},iterN:function(a,b,c){for(var d=0;da){var g=Math.min(b,f-a);if(e.iterN(a,g,c))return!0;if(0==(b-=g))break;a=0}else a-=f}}};var Xf=0,Yf=v.Doc=function(a,b,c){if(!(this instanceof Yf))return new Yf(a,b,c);null==c&&(c=0),Wf.call(this,[new Vf([new yf("",null)])]),this.first=c,this.scrollTop=this.scrollLeft=0,this.cantEdit=!1,this.cleanGeneration=1,this.frontier=c;var d=ob(c,0);this.sel=Kb(d),this.history=new jg(null),this.id=++Xf,this.modeOption=b,"string"==typeof a&&(a=Dh(a)),Uf(this,{from:d,to:d,text:a}),Xb(this,Kb(d),Qg)};Yf.prototype=bh(Wf.prototype,{constructor:Yf,iter:function(a,b,c){c?this.iterN(a-this.first,b-a,c):this.iterN(this.first,this.first+this.size,a)},insert:function(a,b){for(var c=0,d=0;d=0;f--)ce(this,d[f]);h?Wb(this,h):this.cm&&oe(this.cm)}),undo:dd(function(){ee(this,"undo")}),redo:dd(function(){ee(this,"redo")}),undoSelection:dd(function(){ee(this,"undo",!0)}),redoSelection:dd(function(){ee(this,"redo",!0)}),setExtending:function(a){this.extend=a},getExtending:function(){return this.extend},historySize:function(){for(var a=this.history,b=0,c=0,d=0;d=a.ch)&&b.push(e.marker.parent||e.marker)}return b},findMarks:function(a,b,c){a=Mb(this,a),b=Mb(this,b);var d=[],e=a.line;return this.iter(a.line,b.line+1,function(f){var g=f.markedSpans;if(g)for(var h=0;hi.to||null==i.from&&e!=a.line||e==b.line&&i.from>b.ch||c&&!c(i.marker)||d.push(i.marker.parent||i.marker)}++e}),d},getAllMarks:function(){var a=[];return this.iter(function(b){var c=b.markedSpans;if(c)for(var d=0;da?(b=a,!0):(a-=e,++c,void 0)}),Mb(this,ob(c,b))},indexFromPos:function(a){a=Mb(this,a);var b=a.ch;return a.lineb&&(b=a.from),null!=a.to&&a.toh||h>=b)return g+(b-f);g+=h-f,g+=c-g%c,f=h+1}},Wg=[""],Zg=function(a){a.select()};m?Zg=function(a){a.selectionStart=0,a.selectionEnd=a.value.length}:d&&(Zg=function(a){try{a.select()}catch(b){}});var lh,eh=/[\u00df\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/,fh=v.isWordChar=function(a){return/\w/.test(a)||a>"\x80"&&(a.toUpperCase()!=a.toLowerCase()||eh.test(a))},ih=/[\u0300-\u036f\u0483-\u0489\u0591-\u05bd\u05bf\u05c1\u05c2\u05c4\u05c5\u05c7\u0610-\u061a\u064b-\u065e\u0670\u06d6-\u06dc\u06de-\u06e4\u06e7\u06e8\u06ea-\u06ed\u0711\u0730-\u074a\u07a6-\u07b0\u07eb-\u07f3\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0900-\u0902\u093c\u0941-\u0948\u094d\u0951-\u0955\u0962\u0963\u0981\u09bc\u09be\u09c1-\u09c4\u09cd\u09d7\u09e2\u09e3\u0a01\u0a02\u0a3c\u0a41\u0a42\u0a47\u0a48\u0a4b-\u0a4d\u0a51\u0a70\u0a71\u0a75\u0a81\u0a82\u0abc\u0ac1-\u0ac5\u0ac7\u0ac8\u0acd\u0ae2\u0ae3\u0b01\u0b3c\u0b3e\u0b3f\u0b41-\u0b44\u0b4d\u0b56\u0b57\u0b62\u0b63\u0b82\u0bbe\u0bc0\u0bcd\u0bd7\u0c3e-\u0c40\u0c46-\u0c48\u0c4a-\u0c4d\u0c55\u0c56\u0c62\u0c63\u0cbc\u0cbf\u0cc2\u0cc6\u0ccc\u0ccd\u0cd5\u0cd6\u0ce2\u0ce3\u0d3e\u0d41-\u0d44\u0d4d\u0d57\u0d62\u0d63\u0dca\u0dcf\u0dd2-\u0dd4\u0dd6\u0ddf\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0eb1\u0eb4-\u0eb9\u0ebb\u0ebc\u0ec8-\u0ecd\u0f18\u0f19\u0f35\u0f37\u0f39\u0f71-\u0f7e\u0f80-\u0f84\u0f86\u0f87\u0f90-\u0f97\u0f99-\u0fbc\u0fc6\u102d-\u1030\u1032-\u1037\u1039\u103a\u103d\u103e\u1058\u1059\u105e-\u1060\u1071-\u1074\u1082\u1085\u1086\u108d\u109d\u135f\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17b7-\u17bd\u17c6\u17c9-\u17d3\u17dd\u180b-\u180d\u18a9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193b\u1a17\u1a18\u1a56\u1a58-\u1a5e\u1a60\u1a62\u1a65-\u1a6c\u1a73-\u1a7c\u1a7f\u1b00-\u1b03\u1b34\u1b36-\u1b3a\u1b3c\u1b42\u1b6b-\u1b73\u1b80\u1b81\u1ba2-\u1ba5\u1ba8\u1ba9\u1c2c-\u1c33\u1c36\u1c37\u1cd0-\u1cd2\u1cd4-\u1ce0\u1ce2-\u1ce8\u1ced\u1dc0-\u1de6\u1dfd-\u1dff\u200c\u200d\u20d0-\u20f0\u2cef-\u2cf1\u2de0-\u2dff\u302a-\u302f\u3099\u309a\ua66f-\ua672\ua67c\ua67d\ua6f0\ua6f1\ua802\ua806\ua80b\ua825\ua826\ua8c4\ua8e0-\ua8f1\ua926-\ua92d\ua947-\ua951\ua980-\ua982\ua9b3\ua9b6-\ua9b9\ua9bc\uaa29-\uaa2e\uaa31\uaa32\uaa35\uaa36\uaa43\uaa4c\uaab0\uaab2-\uaab4\uaab7\uaab8\uaabe\uaabf\uaac1\uabe5\uabe8\uabed\udc00-\udfff\ufb1e\ufe00-\ufe0f\ufe20-\ufe26\uff9e\uff9f]/;lh=document.createRange?function(a,b,c,d){var e=document.createRange();return e.setEnd(d||a,c),e.setStart(a,b),e}:function(a,b,c){var d=document.body.createTextRange();try{d.moveToElementText(a.parentNode)}catch(e){return d}return d.collapse(!0),d.moveEnd("character",c),d.moveStart("character",b),d};var oh=v.contains=function(a,b){if(3==b.nodeType&&(b=b.parentNode),a.contains)return a.contains(b);do if(11==b.nodeType&&(b=b.host),b==a)return!0;while(b=b.parentNode)};d&&11>e&&(ph=function(){try{return document.activeElement}catch(a){return document.body}});var zh,Bh,rh=v.rmClass=function(a,b){var c=a.className,d=qh(b).exec(c);if(d){var e=c.slice(d.index+d[0].length);a.className=c.slice(0,d.index)+(e?d[1]+e:"")}},sh=v.addClass=function(a,b){var c=a.className;qh(b).test(c)||(a.className+=(c?" ":"")+b)},vh=!1,yh=function(){if(d&&9>e)return!1;var a=kh("div");return"draggable"in a||"dragDrop"in a}(),Dh=v.splitLines=3!="\n\nb".split(/\n/).length?function(a){for(var b=0,c=[],d=a.length;d>=b;){var e=a.indexOf("\n",b);-1==e&&(e=a.length);var f=a.slice(b,"\r"==a.charAt(e-1)?e-1:e),g=f.indexOf("\r");-1!=g?(c.push(f.slice(0,g)),b+=g+1):(c.push(f),b=e+1)}return c}:function(a){return a.split(/\r\n?|\n/)},Eh=window.getSelection?function(a){try{return a.selectionStart!=a.selectionEnd}catch(b){return!1}}:function(a){try{var b=a.ownerDocument.selection.createRange()}catch(c){}return b&&b.parentElement()==a?0!=b.compareEndPoints("StartToEnd",b):!1},Fh=function(){var a=kh("div");return"oncopy"in a?!0:(a.setAttribute("oncopy","return;"),"function"==typeof a.oncopy)}(),Gh=null,Ih={3:"Enter",8:"Backspace",9:"Tab",13:"Enter",16:"Shift",17:"Ctrl",18:"Alt",19:"Pause",20:"CapsLock",27:"Esc",32:"Space",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"Left",38:"Up",39:"Right",40:"Down",44:"PrintScrn",45:"Insert",46:"Delete",59:";",61:"=",91:"Mod",92:"Mod",93:"Mod",107:"=",109:"-",127:"Delete",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'",63232:"Up",63233:"Down",63234:"Left",63235:"Right",63272:"Delete",63273:"Home",63275:"End",63276:"PageUp",63277:"PageDown",63302:"Insert"};v.keyNames=Ih,function(){for(var a=0;10>a;a++)Ih[a+48]=Ih[a+96]=String(a);for(var a=65;90>=a;a++)Ih[a]=String.fromCharCode(a);for(var a=1;12>=a;a++)Ih[a+111]=Ih[a+63235]="F"+a}();var Sh,Xh=function(){function c(c){return 247>=c?a.charAt(c):c>=1424&&1524>=c?"R":c>=1536&&1773>=c?b.charAt(c-1536):c>=1774&&2220>=c?"r":c>=8192&&8203>=c?"w":8204==c?"b":"L"}function j(a,b,c){this.level=a,this.from=b,this.to=c}var a="bbbbbbbbbtstwsbbbbbbbbbbbbbbssstwNN%%%NNNNNN,N,N1111111111NNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNNNLLLLLLLLLLLLLLLLLLLLLLLLLLNNNNbbbbbbsbbbbbbbbbbbbbbbbbbbbbbbbbb,N%%%%NNNNLNNNNN%%11NLNNN1LNNNNNLLLLLLLLLLLLLLLLLLLLLLLNLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLN",b="rrrrrrrrrrrr,rNNmmmmmmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmrrrrrrrnnnnnnnnnn%nnrrrmrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrmmmmmmmmmmmmmmmmmmmNmmmm",d=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac]/,e=/[stwN]/,f=/[LRr]/,g=/[Lb1n]/,h=/[1n]/,i="L";return function(a){if(!d.test(a))return!1;for(var m,b=a.length,k=[],l=0;b>l;++l)k.push(m=c(a.charCodeAt(l)));for(var l=0,n=i;b>l;++l){var m=k[l];"m"==m?k[l]=n:n=m}for(var l=0,o=i;b>l;++l){var m=k[l];"1"==m&&"r"==o?k[l]="n":f.test(m)&&(o=m,"r"==m&&(k[l]="R"))}for(var l=1,n=k[0];b-1>l;++l){var m=k[l];"+"==m&&"1"==n&&"1"==k[l+1]?k[l]="1":","!=m||n!=k[l+1]||"1"!=n&&"n"!=n||(k[l]=n),n=m}for(var l=0;b>l;++l){var m=k[l];if(","==m)k[l]="N";else if("%"==m){for(var p=l+1;b>p&&"%"==k[p];++p);for(var q=l&&"!"==k[l-1]||b>p&&"1"==k[p]?"1":"N",r=l;p>r;++r)k[r]=q;l=p-1}}for(var l=0,o=i;b>l;++l){var m=k[l];"L"==o&&"1"==m?k[l]="L":f.test(m)&&(o=m)}for(var l=0;b>l;++l)if(e.test(k[l])){for(var p=l+1;b>p&&e.test(k[p]);++p);for(var s="L"==(l?k[l-1]:i),t="L"==(b>p?k[p]:i),q=s||t?"L":"R",r=l;p>r;++r)k[r]=q;l=p-1}for(var v,u=[],l=0;b>l;)if(g.test(k[l])){var w=l;for(++l;b>l&&g.test(k[l]);++l);u.push(new j(0,w,l))}else{var x=l,y=u.length;for(++l;b>l&&"L"!=k[l];++l);for(var r=x;l>r;)if(h.test(k[r])){r>x&&u.splice(y,0,new j(1,x,r));var z=r;for(++r;l>r&&h.test(k[r]);++r);u.splice(y,0,new j(2,z,r)),x=r}else++r;l>x&&u.splice(y,0,new j(1,x,l))}return 1==u[0].level&&(v=a.match(/^\s+/))&&(u[0].from=v[0].length,u.unshift(new j(0,0,v[0].length))),1==Yg(u).level&&(v=a.match(/\s+$/))&&(Yg(u).to-=v[0].length,u.push(new j(0,b-v[0].length,b))),u[0].level!=Yg(u).level&&u.push(new j(u[0].level,b,b)),u}}();return v.version="5.1.1",v}),function(a){"object"==typeof exports&&"object"==typeof module?a(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],a):a(CodeMirror)}(function(a){"use strict";function b(a){for(var b={},c=a.split(" "),d=0;d!?|\/]/;return{startState:function(a){return{tokenize:null,context:new s((a||0)-d,0,"top",!1),indented:0,startOfLine:!0}},token:function(a,b){var c=b.context;if(a.sol()&&(null==c.align&&(c.align=!1),b.indented=a.indentation(),b.startOfLine=!0),a.eatSpace())return null;o=null;var d=(b.tokenize||p)(a,b);if("comment"==d||"meta"==d)return d;if(null==c.align&&(c.align=!0),";"!=o&&":"!=o&&","!=o||"statement"!=c.type)if("{"==o)t(b,a.column(),"}");else if("["==o)t(b,a.column(),"]");else if("("==o)t(b,a.column(),")");else if("}"==o){for(;"statement"==c.type;)c=u(b);for("}"==c.type&&(c=u(b));"statement"==c.type;)c=u(b)}else o==c.type?u(b):m&&(("}"==c.type||"top"==c.type)&&";"!=o||"statement"==c.type&&"newstatement"==o)&&t(b,a.column(),"statement");else u(b);return b.startOfLine=!1,d},indent:function(b,c){if(b.tokenize!=p&&null!=b.tokenize)return a.Pass;var g=b.context,h=c&&c.charAt(0);"statement"==g.type&&"}"==h&&(g=g.prev);var i=h==g.type;return"statement"==g.type?g.indented+("{"==h?0:e):!g.align||f&&")"==g.type?")"!=g.type||i?g.indented+(i?0:d):g.indented+e:g.column+(i?0:1)},electricChars:"{}",blockCommentStart:"/*",blockCommentEnd:"*/",lineComment:"//",fold:"brace"}});var c="auto if break int case long char register continue return default short do sizeof double static else struct entry switch extern typedef float union for unsigned goto while enum void const signed volatile";h(["text/x-csrc","text/x-c","text/x-chdr"],{name:"clike",keywords:b(c),blockKeywords:b("case do else for if switch while struct"),atoms:b("null"),hooks:{"#":d},modeProps:{fold:["brace","include"]}}),h(["text/x-c++src","text/x-c++hdr"],{name:"clike",keywords:b(c+" asm dynamic_cast namespace reinterpret_cast try bool explicit new "+"static_cast typeid catch operator template typename class friend private "+"this using const_cast inline public throw virtual delete mutable protected "+"wchar_t alignas alignof constexpr decltype nullptr noexcept thread_local final "+"static_assert override"),blockKeywords:b("catch class do else finally for if struct switch try while"),atoms:b("true false null"),hooks:{"#":d,u:e,U:e,L:e,R:e},modeProps:{fold:["brace","include"]}}),h("text/x-java",{name:"clike",keywords:b("abstract assert boolean break byte case catch char class const continue default do double else enum extends final finally float for goto if implements import instanceof int interface long native new package private protected public return short static strictfp super switch synchronized this throw throws transient try void volatile while"),blockKeywords:b("catch class do else finally for if switch try while"),atoms:b("true false null"),hooks:{"@":function(a){return a.eatWhile(/[\w\$_]/),"meta"}},modeProps:{fold:["brace","import"]}}),h("text/x-csharp",{name:"clike",keywords:b("abstract as base break case catch checked class const continue default delegate do else enum event explicit extern finally fixed for foreach goto if implicit in interface internal is lock namespace new operator out override params private protected public readonly ref return sealed sizeof stackalloc static struct switch this throw try typeof unchecked unsafe using virtual void volatile while add alias ascending descending dynamic from get global group into join let orderby partial remove select set value var yield"),blockKeywords:b("catch class do else finally for foreach if struct switch try while"),builtin:b("Boolean Byte Char DateTime DateTimeOffset Decimal Double Guid Int16 Int32 Int64 Object SByte Single String TimeSpan UInt16 UInt32 UInt64 bool byte char decimal double short int long object sbyte float string ushort uint ulong"),atoms:b("true false null"),hooks:{"@":function(a,b){return a.eat('"')?(b.tokenize=f,f(a,b)):(a.eatWhile(/[\w\$_]/),"meta")}}}),h("text/x-scala",{name:"clike",keywords:b("abstract case catch class def do else extends false final finally for forSome if implicit import lazy match new null object override package private protected return sealed super this throw trait try trye type val var while with yield _ : = => <- <: <% >: # @ assert assume require print println printf readLine readBoolean readByte readShort readChar readInt readLong readFloat readDouble AnyVal App Application Array BufferedIterator BigDecimal BigInt Char Console Either Enumeration Equiv Error Exception Fractional Function IndexedSeq Integral Iterable Iterator List Map Numeric Nil NotNull Option Ordered Ordering PartialFunction PartialOrdering Product Proxy Range Responder Seq Serializable Set Specializable Stream StringBuilder StringContext Symbol Throwable Traversable TraversableOnce Tuple Unit Vector :: #:: Boolean Byte Character CharSequence Class ClassLoader Cloneable Comparable Compiler Double Exception Float Integer Long Math Number Object Package Pair Process Runtime Runnable SecurityManager Short StackTraceElement StrictMath String StringBuffer System Thread ThreadGroup ThreadLocal Throwable Triple Void"),multiLineStrings:!0,blockKeywords:b("catch class do else finally for forSome if match switch try while"),atoms:b("true false null"),indentStatements:!1,hooks:{"@":function(a){return a.eatWhile(/[\w\$_]/),"meta"},'"':function(a,b){return a.match('""')?(b.tokenize=i,b.tokenize(a,b)):!1},"'":function(a){return a.eatWhile(/[\w\$_\xa1-\uffff]/),"atom"}},modeProps:{closeBrackets:{triples:'"'}}}),h(["x-shader/x-vertex","x-shader/x-fragment"],{name:"clike",keywords:b("float int bool void vec2 vec3 vec4 ivec2 ivec3 ivec4 bvec2 bvec3 bvec4 mat2 mat3 mat4 sampler1D sampler2D sampler3D samplerCube sampler1DShadow sampler2DShadow const attribute uniform varying break continue discard return for while do if else struct in out inout"),blockKeywords:b("for while do if else struct"),builtin:b("radians degrees sin cos tan asin acos atan pow exp log exp2 sqrt inversesqrt abs sign floor ceil fract mod min max clamp mix step smoothstep length distance dot cross normalize ftransform faceforward reflect refract matrixCompMult lessThan lessThanEqual greaterThan greaterThanEqual equal notEqual any all not texture1D texture1DProj texture1DLod texture1DProjLod texture2D texture2DProj texture2DLod texture2DProjLod texture3D texture3DProj texture3DLod texture3DProjLod textureCube textureCubeLod shadow1D shadow2D shadow1DProj shadow2DProj shadow1DLod shadow2DLod shadow1DProjLod shadow2DProjLod dFdx dFdy fwidth noise1 noise2 noise3 noise4"),atoms:b("true false gl_FragColor gl_SecondaryColor gl_Normal gl_Vertex gl_MultiTexCoord0 gl_MultiTexCoord1 gl_MultiTexCoord2 gl_MultiTexCoord3 gl_MultiTexCoord4 gl_MultiTexCoord5 gl_MultiTexCoord6 gl_MultiTexCoord7 gl_FogCoord gl_PointCoord gl_Position gl_PointSize gl_ClipVertex gl_FrontColor gl_BackColor gl_FrontSecondaryColor gl_BackSecondaryColor gl_TexCoord gl_FogFragCoord gl_FragCoord gl_FrontFacing gl_FragData gl_FragDepth gl_ModelViewMatrix gl_ProjectionMatrix gl_ModelViewProjectionMatrix gl_TextureMatrix gl_NormalMatrix gl_ModelViewMatrixInverse gl_ProjectionMatrixInverse gl_ModelViewProjectionMatrixInverse gl_TexureMatrixTranspose gl_ModelViewMatrixInverseTranspose gl_ProjectionMatrixInverseTranspose gl_ModelViewProjectionMatrixInverseTranspose gl_TextureMatrixInverseTranspose gl_NormalScale gl_DepthRange gl_ClipPlane gl_Point gl_FrontMaterial gl_BackMaterial gl_LightSource gl_LightModel gl_FrontLightModelProduct gl_BackLightModelProduct gl_TextureColor gl_EyePlaneS gl_EyePlaneT gl_EyePlaneR gl_EyePlaneQ gl_FogParameters gl_MaxLights gl_MaxClipPlanes gl_MaxTextureUnits gl_MaxTextureCoords gl_MaxVertexAttribs gl_MaxVertexUniformComponents gl_MaxVaryingFloats gl_MaxVertexTextureImageUnits gl_MaxTextureImageUnits gl_MaxFragmentUniformComponents gl_MaxCombineTextureImageUnits gl_MaxDrawBuffers"),hooks:{"#":d},modeProps:{fold:["brace","include"]}}),h("text/x-nesc",{name:"clike",keywords:b(c+"as atomic async call command component components configuration event generic "+"implementation includes interface module new norace nx_struct nx_union post provides "+"signal task uses abstract extends"),blockKeywords:b("case do else for if switch while struct"),atoms:b("null"),hooks:{"#":d},modeProps:{fold:["brace","include"]}}),h("text/x-objectivec",{name:"clike",keywords:b(c+"inline restrict _Bool _Complex _Imaginery BOOL Class bycopy byref id IMP in "+"inout nil oneway out Protocol SEL self super atomic nonatomic retain copy readwrite readonly"),atoms:b("YES NO NULL NILL ON OFF"),hooks:{"@":function(a){return a.eatWhile(/[\w\$]/),"keyword" +},"#":d},modeProps:{fold:"brace"}})}),function(a){"object"==typeof exports&&"object"==typeof module?a(require("../../lib/codemirror"),require("./runmode")):"function"==typeof define&&define.amd?define(["../../lib/codemirror","./runmode"],a):a(CodeMirror)}(function(a){"use strict";function c(a,d){if(3==a.nodeType)return d.push(a.nodeValue);for(var e=a.firstChild;e;e=e.nextSibling)c(e,d),b.test(a.nodeType)&&d.push("\n")}var b=/^(p|li|div|h\\d|pre|blockquote|td)$/;a.colorize=function(b,d){b||(b=document.body.getElementsByTagName("pre"));for(var e=0;e