led/src
Nathan Vegdahl e1c9a6955d Lines now internally use ropes to store their text.
The rope uses a large leaf-node text length, so in the vast majority of
cases this ends up being the same as directly storing the string data.
But in the case that the line becomes extremely long, this will allow
for reasonable performance
2015-02-15 14:56:56 -08:00
..
buffer Lines now internally use ropes to store their text. 2015-02-15 14:56:56 -08:00
editor Line numbers are now displayed in left-hand gutter. 2015-02-08 19:17:48 -08:00
font Source Code Pro is now embedded in the executable as the default font. 2015-01-21 20:21:34 -08:00
gui WIP: moving GUI code over to use LineFormatter. 2015-01-25 14:00:45 -08:00
term_ui Line numbers are now displayed in left-hand gutter. 2015-02-08 19:17:48 -08:00
formatter.rs Moved the rest of file loading/saving into Buffer. 2015-02-07 23:35:25 -08:00
main.rs Line numbers are now displayed in left-hand gutter. 2015-02-08 19:17:48 -08:00
string_utils.rs Beginnings of a Rope data structure for strings. 2015-02-14 14:19:46 -08:00
utils.rs Line numbers are now displayed in left-hand gutter. 2015-02-08 19:17:48 -08:00