1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 06:38:10 +00:00

HackStudio: Add AutoCompleteBox

Can be used to display the list of autocomplete suggestions and apply
a suggestion that was chosen by the user.
This commit is contained in:
Itamar 2020-09-20 20:56:02 +03:00 committed by Andreas Kling
parent 42bdcf1828
commit 7d6e6eb268
3 changed files with 223 additions and 0 deletions

View file

@ -1,4 +1,5 @@
set(SOURCES
AutoCompleteBox.cpp
CodeDocument.cpp
CppAutoComplete.cpp
CursorTool.cpp