We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac4e32 commit 4382283Copy full SHA for 4382283
1 file changed
doc/manual.html
@@ -3147,6 +3147,11 @@ <h2 id="addons">Addons</h2>
3147
A demo of the addon is available <a href="../demo/hardwrap.html">here</a>.
3148
</dd>
3149
3150
+ <dt id="addon_scrollpastend"><a href="../addon/scroll/scrollpastend.js"><code>scroll/scrollpastend.js</code></a></dt>
3151
+ <dd>Defines an option `"scrollPastEnd"` that, when set to a
3152
+ truthy value, allows the user to scroll one editor height of
3153
+ empty space into view at the bottom of the editor.</dd>
3154
+
3155
<dt id="addon_merge"><a href="../addon/merge/merge.js"><code>merge/merge.js</code></a></dt>
3156
<dd>Implements an interface for merging changes, using either a
3157
2-way or a 3-way view. The <code>CodeMirror.MergeView</code>
0 commit comments