summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorItamar <itamar8910@gmail.com>2021-02-27 09:50:02 +0200
committerAndreas Kling <kling@serenityos.org>2021-02-27 16:37:35 +0100
commit54bc9114b3ab741aed6cccb3e5eeb4ecd3ffc604 (patch)
treee2b7b40a562bbdfbd437b3a69d27cb9709d8a847 /Base
parenta94b5376bcf9428a71ad84fddb87da29c944c05e (diff)
downloadserenity-54bc9114b3ab741aed6cccb3e5eeb4ecd3ffc604.zip
HackStudio: Support searching symbol declarations in the Locator
The Locator now keeps a cache of the declared symbol in a document. The language client updates that cache whenever it gets an update from the language server about declared symbols. This allows searching for symbol declarations in the Locator, in addition to file names. Closes #5478
Diffstat (limited to 'Base')
-rw-r--r--Base/res/icons/hackstudio/Class.pngbin0 -> 892 bytes
-rw-r--r--Base/res/icons/hackstudio/Function.pngbin0 -> 708 bytes
-rw-r--r--Base/res/icons/hackstudio/Struct.pngbin0 -> 918 bytes
-rw-r--r--Base/res/icons/hackstudio/Variable.pngbin0 -> 805 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/hackstudio/Class.png b/Base/res/icons/hackstudio/Class.png
new file mode 100644
index 0000000000..082bdd16f5
--- /dev/null
+++ b/Base/res/icons/hackstudio/Class.png
Binary files differ
diff --git a/Base/res/icons/hackstudio/Function.png b/Base/res/icons/hackstudio/Function.png
new file mode 100644
index 0000000000..c776832b37
--- /dev/null
+++ b/Base/res/icons/hackstudio/Function.png
Binary files differ
diff --git a/Base/res/icons/hackstudio/Struct.png b/Base/res/icons/hackstudio/Struct.png
new file mode 100644
index 0000000000..763d984654
--- /dev/null
+++ b/Base/res/icons/hackstudio/Struct.png
Binary files differ
diff --git a/Base/res/icons/hackstudio/Variable.png b/Base/res/icons/hackstudio/Variable.png
new file mode 100644
index 0000000000..ecafe2e39a
--- /dev/null
+++ b/Base/res/icons/hackstudio/Variable.png
Binary files differ