Skip to content

Commit e72589d

Browse files
committed
Remove the collapserange addon
Too specialized. Out of scope.
1 parent 68b2994 commit e72589d

File tree

4 files changed

+0
-178
lines changed

4 files changed

+0
-178
lines changed

addon/fold/collapserange.js

Lines changed: 0 additions & 68 deletions
This file was deleted.

demo/collapserange.html

Lines changed: 0 additions & 104 deletions
This file was deleted.

doc/compress.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

doc/manual.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)