Add missing params

This commit is contained in:
Garen Torikian 2012-08-31 16:56:28 -07:00
commit d0eac39245
4 changed files with 28 additions and 14 deletions

View file

@ -56,9 +56,12 @@
</div><h3 id="VirtualRenderer.isScrollableBy" class="methodToggle methodClicker inactive">&nbsp;&nbsp;&nbsp;</h3><div class="description"><p>Returns <code>true</code> if you can still scroll by either parameter; in other words, you haven&#39;t reached the end of the file or line.</p>
<h4>Arguments</h4><table class="argumentTable argument-list table table-striped table-bordered"><tr class="argumentRow "><td class="argName ">deltaX</td><td class="argType" "><a href="http://www.nodemanual.org/latest/js_doc/Number.html" class="" title="Number" data-id="Number">Number</a></td><td class="argDescription "><p>Required. The x value to scroll by</p>
</td></tr><tr class="argumentRow "><td class="argName ">deltaY</td><td class="argType" "><a href="http://www.nodemanual.org/latest/js_doc/Number.html" class="" title="Number" data-id="Number">Number</a></td><td class="argDescription "><p>Required. The y value to scroll by</p>
</td></tr></table></div></div></div></div></article><article id="VirtualRenderer.onResize" data-title="VirtualRenderer.onResize (class method)" class="article"><div class="section method"><div class="memberContent"><div class="title"><ul class="signatures"><li class="signature"><ul><li class="signature-call"><span id="VirtualRenderer.onResize" class="member-name methodClicker"><span class="sigClassName">VirtualRenderer.</span><span class="sigMemberName">onResize</span></span>(<span class="sigArgList"><a href="http://www.nodemanual.org/latest/js_doc/Boolean.html" class="argument methodClicker" title="Boolean" data-id="Boolean">Boolean</a> force</span>)</li></ul><ul class="metaInfo"></ul></li></ul></div><div class="sideToggler"><div id="ellipsis_VirtualRenderer.onResize" class="ellipsis_description"><p>Triggers a resize of the editor.</p>
</td></tr></table></div></div></div></div></article><article id="VirtualRenderer.onResize" data-title="VirtualRenderer.onResize (class method)" class="article"><div class="section method"><div class="memberContent"><div class="title"><ul class="signatures"><li class="signature"><ul><li class="signature-call"><span id="VirtualRenderer.onResize" class="member-name methodClicker"><span class="sigClassName">VirtualRenderer.</span><span class="sigMemberName">onResize</span></span>(<span class="sigArgList"><a href="http://www.nodemanual.org/latest/js_doc/Boolean.html" class="argument methodClicker" title="Boolean" data-id="Boolean">Boolean</a> force, <a href="http://www.nodemanual.org/latest/js_doc/Number.html" class="argument methodClicker" title="Number" data-id="Number">Number</a> gutterWidth, <a href="http://www.nodemanual.org/latest/js_doc/Number.html" class="argument methodClicker" title="Number" data-id="Number">Number</a> width, <a href="http://www.nodemanual.org/latest/js_doc/Number.html" class="argument methodClicker" title="Number" data-id="Number">Number</a> height</span>)</li></ul><ul class="metaInfo"></ul></li></ul></div><div class="sideToggler"><div id="ellipsis_VirtualRenderer.onResize" class="ellipsis_description"><p>Triggers a resize of the editor.</p>
</div><h3 id="VirtualRenderer.onResize" class="methodToggle methodClicker inactive">&nbsp;&nbsp;&nbsp;</h3><div class="description"><p>Triggers a resize of the editor.</p>
<h4>Arguments</h4><table class="argumentTable argument-list table table-striped table-bordered"><tr class="argumentRow "><td class="argName ">force</td><td class="argType" "><a href="http://www.nodemanual.org/latest/js_doc/Boolean.html" class="" title="Boolean" data-id="Boolean">Boolean</a></td><td class="argDescription "><p>Required. If <code>true</code>, recomputes the size, even if the height and width haven&#39;t changed</p>
</td></tr><tr class="argumentRow "><td class="argName ">gutterWidth</td><td class="argType" "><a href="http://www.nodemanual.org/latest/js_doc/Number.html" class="" title="Number" data-id="Number">Number</a></td><td class="argDescription "><p>Required. The width of the gutter in pixels</p>
</td></tr><tr class="argumentRow "><td class="argName ">width</td><td class="argType" "><a href="http://www.nodemanual.org/latest/js_doc/Number.html" class="" title="Number" data-id="Number">Number</a></td><td class="argDescription "><p>Required. The width of the editor in pixels</p>
</td></tr><tr class="argumentRow "><td class="argName ">height</td><td class="argType" "><a href="http://www.nodemanual.org/latest/js_doc/Number.html" class="" title="Number" data-id="Number">Number</a></td><td class="argDescription "><p>Required. The hiehgt of the editor, in pixels</p>
</td></tr></table></div></div></div></div></article><article id="VirtualRenderer.removeGutterDecoration" data-title="VirtualRenderer.removeGutterDecoration (class method)" class="article"><div class="section method"><div class="memberContent"><div class="title"><ul class="signatures"><li class="signature"><ul><li class="signature-call"><span id="VirtualRenderer.removeGutterDecoration" class="member-name methodClicker"><span class="sigClassName">VirtualRenderer.</span><span class="sigMemberName">removeGutterDecoration</span></span>(<span class="sigArgList">row, className</span>)<li class="signature-returns"><ul class="argument-types"><li class="argument-type"><span class="returnType " title="VirtualRenderer.removeGutterDecoration (class method)">Void</span></li></ul></li></li></ul><ul class="metaInfo"><li><span class="label deprecated">Deprecated</span></li></ul></li></ul></div><div class="sideToggler"><div id="ellipsis_VirtualRenderer.removeGutterDecoration" class="ellipsis_description"><p>Deprecated; (moved to <a href="edit_session.html#EditSession" class="link-short" title="EditSession (class)" data-id="EditSession"><code>EditSession</code></a>)</p>
</div><h3 id="VirtualRenderer.removeGutterDecoration" class="methodToggle methodClicker inactive">&nbsp;&nbsp;&nbsp;</h3><div class="description"><p>Deprecated; (moved to <a href="edit_session.html#EditSession" class="link-short" title="EditSession (class)" data-id="EditSession"><code>EditSession</code></a>)</p>
</div></div></div></div></article><article id="VirtualRenderer.scrollBy" data-title="VirtualRenderer.scrollBy (class method)" class="article"><div class="section method"><div class="memberContent"><div class="title"><ul class="signatures"><li class="signature"><ul><li class="signature-call"><span id="VirtualRenderer.scrollBy" class="member-name methodClicker"><span class="sigClassName">VirtualRenderer.</span><span class="sigMemberName">scrollBy</span></span>(<span class="sigArgList"><a href="http://www.nodemanual.org/latest/js_doc/Number.html" class="argument methodClicker" title="Number" data-id="Number">Number</a> deltaX, <a href="http://www.nodemanual.org/latest/js_doc/Number.html" class="argument methodClicker" title="Number" data-id="Number">Number</a> deltaY</span>)</li></ul><ul class="metaInfo"></ul></li></ul></div><div class="sideToggler"><div id="ellipsis_VirtualRenderer.scrollBy" class="ellipsis_description"><p>Scrolls the editor across both x- and y-axes.</p>
@ -137,9 +140,10 @@
</div><h3 id="VirtualRenderer.updateFontSize" class="methodToggle methodClicker inactive">&nbsp;&nbsp;&nbsp;</h3><div class="description"><p>Updates the font size.</p>
</div></div></div></div></article><article id="VirtualRenderer.updateFrontMarkers" data-title="VirtualRenderer.updateFrontMarkers (class method)" class="article"><div class="section method"><div class="memberContent"><div class="title"><ul class="signatures"><li class="signature"><ul><li class="signature-call"><span id="VirtualRenderer.updateFrontMarkers" class="member-name methodClicker"><span class="sigClassName">VirtualRenderer.</span><span class="sigMemberName">updateFrontMarkers</span></span>(<span class="sigArgList"></span>)</li></ul><ul class="metaInfo"></ul></li></ul></div><div class="sideToggler"><div id="ellipsis_VirtualRenderer.updateFrontMarkers" class="ellipsis_description"><p>Schedules an update to all the front markers in the document.</p>
</div><h3 id="VirtualRenderer.updateFrontMarkers" class="methodToggle methodClicker inactive">&nbsp;&nbsp;&nbsp;</h3><div class="description"><p>Schedules an update to all the front markers in the document.</p>
</div></div></div></div></article><article id="VirtualRenderer.updateFull" data-title="VirtualRenderer.updateFull (class method)" class="article"><div class="section method"><div class="memberContent"><div class="title"><ul class="signatures"><li class="signature"><ul><li class="signature-call"><span id="VirtualRenderer.updateFull" class="member-name methodClicker"><span class="sigClassName">VirtualRenderer.</span><span class="sigMemberName">updateFull</span></span>(<span class="sigArgList"></span>)</li></ul><ul class="metaInfo"></ul></li></ul></div><div class="sideToggler"><div id="ellipsis_VirtualRenderer.updateFull" class="ellipsis_description"><p>Triggers a full update of all the layers, for all the rows.</p>
</div></div></div></div></article><article id="VirtualRenderer.updateFull" data-title="VirtualRenderer.updateFull (class method)" class="article"><div class="section method"><div class="memberContent"><div class="title"><ul class="signatures"><li class="signature"><ul><li class="signature-call"><span id="VirtualRenderer.updateFull" class="member-name methodClicker"><span class="sigClassName">VirtualRenderer.</span><span class="sigMemberName">updateFull</span></span>(<span class="sigArgList"><a href="http://www.nodemanual.org/latest/js_doc/Boolean.html" class="argument methodClicker" title="Boolean" data-id="Boolean">Boolean</a> force</span>)</li></ul><ul class="metaInfo"></ul></li></ul></div><div class="sideToggler"><div id="ellipsis_VirtualRenderer.updateFull" class="ellipsis_description"><p>Triggers a full update of all the layers, for all the rows.</p>
</div><h3 id="VirtualRenderer.updateFull" class="methodToggle methodClicker inactive">&nbsp;&nbsp;&nbsp;</h3><div class="description"><p>Triggers a full update of all the layers, for all the rows.</p>
</div></div></div></div></article><article id="VirtualRenderer.updateLines" data-title="VirtualRenderer.updateLines (class method)" class="article"><div class="section method"><div class="memberContent"><div class="title"><ul class="signatures"><li class="signature"><ul><li class="signature-call"><span id="VirtualRenderer.updateLines" class="member-name methodClicker"><span class="sigClassName">VirtualRenderer.</span><span class="sigMemberName">updateLines</span></span>(<span class="sigArgList"><a href="http://www.nodemanual.org/latest/js_doc/Number.html" class="argument methodClicker" title="Number" data-id="Number">Number</a> firstRow, <a href="http://www.nodemanual.org/latest/js_doc/Number.html" class="argument methodClicker" title="Number" data-id="Number">Number</a> lastRow</span>)</li></ul><ul class="metaInfo"></ul></li></ul></div><div class="sideToggler"><div id="ellipsis_VirtualRenderer.updateLines" class="ellipsis_description"><p>Triggers a partial update of the text, from the range given by the two parameters.</p>
<h4>Arguments</h4><table class="argumentTable argument-list table table-striped table-bordered"><tr class="argumentRow "><td class="argName ">force</td><td class="argType" "><a href="http://www.nodemanual.org/latest/js_doc/Boolean.html" class="" title="Boolean" data-id="Boolean">Boolean</a></td><td class="argDescription "><p>Required. If <code>true</code>, forces the changes through</p>
</td></tr></table></div></div></div></div></article><article id="VirtualRenderer.updateLines" data-title="VirtualRenderer.updateLines (class method)" class="article"><div class="section method"><div class="memberContent"><div class="title"><ul class="signatures"><li class="signature"><ul><li class="signature-call"><span id="VirtualRenderer.updateLines" class="member-name methodClicker"><span class="sigClassName">VirtualRenderer.</span><span class="sigMemberName">updateLines</span></span>(<span class="sigArgList"><a href="http://www.nodemanual.org/latest/js_doc/Number.html" class="argument methodClicker" title="Number" data-id="Number">Number</a> firstRow, <a href="http://www.nodemanual.org/latest/js_doc/Number.html" class="argument methodClicker" title="Number" data-id="Number">Number</a> lastRow</span>)</li></ul><ul class="metaInfo"></ul></li></ul></div><div class="sideToggler"><div id="ellipsis_VirtualRenderer.updateLines" class="ellipsis_description"><p>Triggers a partial update of the text, from the range given by the two parameters.</p>
</div><h3 id="VirtualRenderer.updateLines" class="methodToggle methodClicker inactive">&nbsp;&nbsp;&nbsp;</h3><div class="description"><p>Triggers a partial update of the text, from the range given by the two parameters.</p>
<h4>Arguments</h4><table class="argumentTable argument-list table table-striped table-bordered"><tr class="argumentRow "><td class="argName ">firstRow</td><td class="argType" "><a href="http://www.nodemanual.org/latest/js_doc/Number.html" class="" title="Number" data-id="Number">Number</a></td><td class="argDescription "><p>Required. The first row to update</p>
</td></tr><tr class="argumentRow "><td class="argName ">lastRow</td><td class="argType" "><a href="http://www.nodemanual.org/latest/js_doc/Number.html" class="" title="Number" data-id="Number">Number</a></td><td class="argDescription "><p>Required. The last row to update</p>