mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Preliminary approach to updating the gutter
This is just to get specs passing. We want to use the intact ranges to only render the exact lines that changed.
This commit is contained in:
@@ -776,6 +776,7 @@ class Editor extends View
|
||||
@lastRenderedScreenRow = renderTo
|
||||
@updatePaddingOfRenderedLines()
|
||||
@adjustMinWidthOfRenderedLines()
|
||||
@gutter.renderLineNumbers(@firstRenderedScreenRow, @lastRenderedScreenRow)
|
||||
# @handleScrollHeightChange()
|
||||
|
||||
computeIntactRanges: ->
|
||||
|
||||
Reference in New Issue
Block a user