mirror of
https://github.com/atom/atom.git
synced 2026-02-15 00:55:14 -05:00
Style color of folded line numbers
This commit is contained in:
@@ -307,6 +307,10 @@ class EditSession
|
||||
fold.destroy()
|
||||
@setCursorBufferPosition([fold.startRow, 0])
|
||||
|
||||
isFoldedAtBufferRow: (bufferRow) ->
|
||||
screenRow = @screenPositionForBufferPosition([bufferRow]).row
|
||||
@isFoldedAtScreenRow(screenRow)
|
||||
|
||||
isFoldedAtScreenRow: (screenRow) ->
|
||||
@lineForScreenRow(screenRow)?.fold?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user