1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 10:31:00 +00:00
serenity/Libraries/LibLine
AnotherTest 7ef48171ce LibLine: Complete only common prefixes, and tweak suggestion logic
On the first tab, only complete the token without suggesting extra
stuff, and on further tabs, show suggestions.
Except in one case where the completion is all in the buffer, then
we show the suggestions, but do no completion.
2020-04-19 17:21:55 +02:00
..
Editor.cpp LibLine: Complete only common prefixes, and tweak suggestion logic 2020-04-19 17:21:55 +02:00
Editor.h LibLine: Complete only common prefixes, and tweak suggestion logic 2020-04-19 17:21:55 +02:00
Makefile LibLine: Rename LineEditor.{cpp,h} => Editor.{cpp,h} 2020-03-31 13:34:57 +02:00
Span.h LibLine: Add live styling support 2020-04-05 16:11:13 +02:00
Style.h LibLine: Add live styling support 2020-04-05 16:11:13 +02:00