Itamar
|
b35293d945
LibCodeComprehension: Re-organize code comprehension related code
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Itamar
|
75ee77f8a1
HackStudio: Rename HackStudio::ServerConnection=>ConnectionToServer
|
3 年之前 |
Itamar
|
d88da82e28
Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer
|
3 年之前 |
Itamar
|
33043f269d
HackStudio: Add tokens_info_result() and tokens_info_result() IPC calls
|
3 年之前 |
mjz19910
|
3102d8e160
Everywhere: Fix many spelling errors
|
3 年之前 |
Itamar
|
408f05bbb9
HackStudio: Decrease the maximal crash frequency of the server to 10 sec
|
3 年之前 |
Itamar
|
28ff7d49ad
HackStudio: Only send the content of open files to language server
|
3 年之前 |
Andreas Kling
|
235f39e449
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
|
3 年之前 |
Brian Gianforcaro
|
a4c37d49a0
DevTools: Remove unused header includes
|
3 年之前 |
Andreas Kling
|
c7d891765c
LibGfx: Use "try_" prefix for static factory functions
|
4 年之前 |
Itamar
|
32be65a8b4
CppLanguageServer: Add "get_parameters_hint" capability
|
4 年之前 |
Federico Guerinoni
|
e0f1c237d2
HackStudio: Make TODO entries clickable
|
4 年之前 |
Federico Guerinoni
|
26a7356e90
LanguageServers: Add function to collect TODO entries in a document
|
4 年之前 |
Andreas Kling
|
c1c252ddb2
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
|
4 年之前 |
Itamar
|
b1531b78f6
HackStudio+CppLanguageServer: Remove lexer-based autocomplete engine
|
4 年之前 |
Gunnar Beutner
|
5bb79ea0a7
Userland: Update IPC calls to use proxies
|
4 年之前 |
Gunnar Beutner
|
065040872f
Userland: Change IPC funcs to use plain arguments instead of a struct
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Itamar
|
667926df73
HackStudio: Store known symbol declarations in ProjectDeclarations
|
4 年之前 |
Itamar
|
cfa100cb65
HackStudio: Restart LanguageServer if it crashes
|
4 年之前 |
Itamar
|
74070ef74d
HackStudio: Map connections to langauge-servers by language name
|
4 年之前 |
Itamar
|
17e6287333
LanguageServers/Cpp: Fix typo
|
4 年之前 |
Itamar
|
54bc9114b3
HackStudio: Support searching symbol declarations in the Locator
|
4 年之前 |
Itamar
|
4b483071fb
LanguageServers: Add ProjectLoaction, Declaration types and use in IPC
|
4 年之前 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 年之前 |
Itamar
|
5bc82c0185
LanguageServers/Cpp: Add 'FindDeclaration' capability
|
4 年之前 |
Itamar
|
715933ce8b
HackStudio: Handle crash of the LanguageServer gracefully
|
4 年之前 |
Itamar
|
bed06b13f3
LanguageServers/Cpp: Add FileDB and pass project_root in Greet()
|
4 年之前 |
Ben Wiederhake
|
0a2304ba05
Everywhere: Fix weird includes
|
4 年之前 |