mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:37:45 +00:00
LibGUI+HackStudio: Add an opt-in autocompletion interface to TextEditor
...and use that to implement autocomplete in HackStudio. Now everyone can have autocomplete :^)
This commit is contained in:
parent
7e457b98c3
commit
20b74e4ede
19 changed files with 211 additions and 162 deletions
|
@ -6,9 +6,10 @@ set(SOURCES
|
|||
Action.cpp
|
||||
ActionGroup.cpp
|
||||
Application.cpp
|
||||
AutocompleteProvider.cpp
|
||||
BoxLayout.cpp
|
||||
Button.cpp
|
||||
BreadcrumbBar.cpp
|
||||
Button.cpp
|
||||
Calendar.cpp
|
||||
CheckBox.cpp
|
||||
Clipboard.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue