Federico Guerinoni
e0f1c237d2
HackStudio: Make TODO entries clickable
...
Now you can click a TODO entry to set focus on that position of that
file.
2021-06-23 19:00:11 +01:00
Brian Gianforcaro
1682f0b760
Everything: Move to SPDX license identifiers in all files.
...
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
2021-04-22 11:22:27 +02:00
Itamar
84e34d76d8
HackStudio+LanguageServers/Cpp: Show scope of symbols in Locator
2021-03-23 18:32:39 +01:00
Itamar
a94b5376bc
LanguageServers/Cpp: Update client asynchronously about symbols
...
As a document is parsed, the language server updates the client
asynchronously about symbol declarations it finds.
2021-02-27 16:37:35 +01:00
Itamar
71c7597130
LanguageServers/Cpp: Add type to Declarations
2021-02-27 16:37:35 +01:00
Itamar
4b483071fb
LanguageServers: Add ProjectLoaction, Declaration types and use in IPC
...
With this we can avoid passing (name, line, column) tuples in many
different places.
2021-02-27 16:37:35 +01:00
Andreas Kling
4055b03291
DevTools: Move to Userland/DevTools/
2021-01-12 12:18:55 +01:00