mirror of
https://github.com/atom/atom.git
synced 2026-02-16 17:45:24 -05:00
Update tokenizedbuffers
This commit is contained in:
@@ -67,13 +67,13 @@ class TokenizedBuffer
|
||||
setVisible: (@visible) ->
|
||||
@tokenizeInBackground() if @visible
|
||||
|
||||
# Public: Retrieves the current tab length.
|
||||
# Retrieves the current tab length.
|
||||
#
|
||||
# Returns a {Number}.
|
||||
getTabLength: ->
|
||||
@tabLength
|
||||
|
||||
# Public: Specifies the tab length.
|
||||
# Specifies the tab length.
|
||||
#
|
||||
# tabLength - A {Number} that defines the new tab length.
|
||||
setTabLength: (@tabLength) ->
|
||||
@@ -263,7 +263,7 @@ class TokenizedBuffer
|
||||
stop()
|
||||
position
|
||||
|
||||
# Public: Gets the row number of the last line.
|
||||
# Gets the row number of the last line.
|
||||
#
|
||||
# Returns a {Number}.
|
||||
getLastRow: ->
|
||||
|
||||
Reference in New Issue
Block a user