mirror of
https://github.com/atom/atom.git
synced 2026-02-08 05:35:04 -05:00
Merge branch 'master' into ns-use-display-layers
# Conflicts: # package.json # src/display-buffer.coffee # src/text-editor.coffee # src/tokenized-buffer.coffee
This commit is contained in:
@@ -393,7 +393,10 @@ class DisplayBuffer extends Model
|
||||
@displayLayer.foldsIntersectingBufferRange(Range(Point(bufferRow, 0), Point(bufferRow, Infinity))).length > 0
|
||||
|
||||
isFoldedAtScreenRow: (screenRow) ->
|
||||
@isFoldedAtBufferRow(@bufferRowForScreenRow(screenRow))?
|
||||
@isFoldedAtBufferRow(@bufferRowForScreenRow(screenRow))
|
||||
|
||||
isFoldableAtBufferRow: (row) ->
|
||||
@tokenizedBuffer.isFoldableAtRow(row)
|
||||
|
||||
# Removes any folds found that contain the given buffer row.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user