File tree Expand file tree Collapse file tree 4 files changed +0
-178
lines changed
Expand file tree Collapse file tree 4 files changed +0
-178
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ <h1><span class="logo-braces">{ }</span> <a href="http://codemirror.net/">CodeMi
142142 < option value ="http://codemirror.net/addon/fold/xml-fold.js "> xml-fold.js</ option >
143143 < option value ="http://codemirror.net/addon/fold/brace-fold.js "> brace-fold.js</ option >
144144 < option value ="http://codemirror.net/addon/fold/indent-fold.js "> indent-fold.js</ option >
145- < option value ="http://codemirror.net/addon/fold/collapserange.js "> collapserange.js</ option >
146145 < option value ="http://codemirror.net/addon/hint/simple-hint.js "> simple-hint.js</ option >
147146 < option value ="http://codemirror.net/addon/hint/javascript-hint.js "> javascript-hint.js</ option >
148147 < option value ="http://codemirror.net/addon/hint/xml-hint.js "> xml-hint.js</ option >
Original file line number Diff line number Diff line change @@ -1463,11 +1463,6 @@ <h2 id="addons">Add-ons</h2>
14631463 where indentation determines block structure (Python, Haskell),
14641464 and < code > CodeMirror.tagRangeFinder</ code > , for XML-style
14651465 languages.</ dd >
1466- < dt id ="addon_collapserange "> < a href ="../addon/fold/collapserange.js "> < code > fold/collapserange.js</ code > </ a > </ dt >
1467- < dd > Another approach to
1468- folding. < a href ="../demo/collapserange.html "> See demo</ a > .
1469- Allows the user to select a range to fold by clicking in the
1470- gutter.</ dd >
14711466 < dt id ="addon_runmode "> < a href ="../addon/runmode/runmode.js "> < code > runmode/runmode.js</ code > </ a > </ dt >
14721467 < dd > Can be used to run a CodeMirror mode over text without
14731468 actually opening an editor instance.
You can’t perform that action at this time.
0 commit comments