diff options
author | Itamar <itamar8910@gmail.com> | 2021-02-27 09:50:02 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-02-27 16:37:35 +0100 |
commit | 54bc9114b3ab741aed6cccb3e5eeb4ecd3ffc604 (patch) | |
tree | e2b7b40a562bbdfbd437b3a69d27cb9709d8a847 /Base | |
parent | a94b5376bcf9428a71ad84fddb87da29c944c05e (diff) | |
download | serenity-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.png | bin | 0 -> 892 bytes |
-rw-r--r-- | Base/res/icons/hackstudio/Function.png | bin | 0 -> 708 bytes |
-rw-r--r-- | Base/res/icons/hackstudio/Struct.png | bin | 0 -> 918 bytes |
-rw-r--r-- | Base/res/icons/hackstudio/Variable.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000000..082bdd16f5 --- /dev/null +++ b/Base/res/icons/hackstudio/Class.png diff --git a/Base/res/icons/hackstudio/Function.png b/Base/res/icons/hackstudio/Function.png Binary files differnew file mode 100644 index 0000000000..c776832b37 --- /dev/null +++ b/Base/res/icons/hackstudio/Function.png diff --git a/Base/res/icons/hackstudio/Struct.png b/Base/res/icons/hackstudio/Struct.png Binary files differnew file mode 100644 index 0000000000..763d984654 --- /dev/null +++ b/Base/res/icons/hackstudio/Struct.png diff --git a/Base/res/icons/hackstudio/Variable.png b/Base/res/icons/hackstudio/Variable.png Binary files differnew file mode 100644 index 0000000000..ecafe2e39a --- /dev/null +++ b/Base/res/icons/hackstudio/Variable.png |