Files
atom/spec
Antonio Scandurra b5b324875e Don't render line-numbers corresponding to lines that need measuring
Rendering those line numbers in the gutter isn't useful, and it puts
unneeded pressure to the DOM. In the process of changing
`updateLineNumbersState`, we have also refactored it to stop relying on
row ranges being contiguous. This allows that code path to be:

1. Less error-prone, because we were trying to access rows that weren't
actually rendered, thus potentially throwing errors when measuring
non-contiguous screen rows that weren't visible.
2. Tighter, because we can just iterate over each screen row and ask for
its soft-wrap descriptor.
2016-05-16 10:58:37 +02:00
..
2016-03-31 10:40:57 +02:00
🎨
2016-03-25 16:37:01 +01:00
2016-04-27 17:06:37 -04:00
2015-11-11 01:23:07 +02:00
📝
2016-04-14 14:19:09 +00:00
2016-04-14 22:02:35 -07:00
2016-05-02 11:32:38 -04:00
2016-03-01 10:56:03 -05:00