1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-21 04:12:06 +00:00
serenity/Userland/DevTools/HackStudio/LanguageServers
thankyouverycool 92fffc3abc LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere
This is a helpful option to prevent unwanted side effects, distinguish
between user and programmatic input, etc. Sliders and SpinBoxes were
implementing it idiosyncratically, so let's generalize the API and
give Buttons and TextEditors the same ability.
2021-09-22 21:35:42 +02:00
..
Cpp LibCpp: Handle circular imports gracefully 2021-08-19 17:20:37 +02:00
Shell AK: Rename create<T> => make_ref_counted<T> 2021-09-03 02:36:09 +02:00
ClientConnection.cpp CppLanguageServer: Add "get_parameters_hint" capability 2021-07-04 17:50:33 +02:00
ClientConnection.h CppLanguageServer: Add "get_parameters_hint" capability 2021-07-04 17:50:33 +02:00
CMakeLists.txt LanguageServers: Rename AutoCompleteEngine => CodeComprehensionEngine 2021-05-16 16:39:21 +02:00
CodeComprehensionEngine.cpp LanguageServers: Don't VERIFY that set_todo_entries callback exists 2021-06-29 00:07:19 +04:30
CodeComprehensionEngine.h CppLanguageServer: Add "get_parameters_hint" capability 2021-07-04 17:50:33 +02:00
FileDB.cpp LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 2021-09-22 21:35:42 +02:00
FileDB.h LanguageServers: Add FileDB::project_root() getter 2021-05-22 15:52:11 +02:00
LanguageClient.ipc CppLanguageServer: Add "get_parameters_hint" capability 2021-07-04 17:50:33 +02:00
LanguageServer.ipc CppLanguageServer: Add "get_parameters_hint" capability 2021-07-04 17:50:33 +02:00