ladybird/Libraries/LibLine
AnotherTest 88f542dc30 LibLine: Support applying styles to suggestions
This commit also adds the concept of "anchored" styles, which are
applied to a specific part of the line, and are tracked to always stay
applied to that specific part.

Inserting text in the middle of an anchored style extends it, and
removing the styled substring causes the style to be removed as well.
2020-05-21 01:37:19 +02:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Editor.cpp LibLine: Support applying styles to suggestions 2020-05-21 01:37:19 +02:00
Editor.h LibLine: Support applying styles to suggestions 2020-05-21 01:37:19 +02:00
Span.h LibLine: Default to resolving Spans as byte offsets 2020-05-19 20:02:28 +02:00
Style.h LibLine: Support applying styles to suggestions 2020-05-21 01:37:19 +02:00