Luke I. Wilson a90a367122 TextEdit: Replaced line-based rendering with character-based rendering.
With line-based rendering, it was more efficient but we were unable
to perform syntax highlighting, or more specifically, individual character
stylings. With this change, the rendering is likely to be slightly less
performant (because it is not as simple as string slicing) but much more
powerful.
2021-03-30 20:44:09 -05:00
..
2021-03-25 11:27:43 -05:00
2021-03-11 22:25:19 -06:00
2021-03-25 11:27:43 -05:00
2021-03-25 11:27:43 -05:00