summaryrefslogtreecommitdiffstats
path: root/editor/icons
diff options
context:
space:
mode:
authorA Thousand Ships <96648715+AThousandShips@users.noreply.github.com>2023-12-07 15:51:40 +0100
committerA Thousand Ships <96648715+AThousandShips@users.noreply.github.com>2024-08-28 18:32:21 +0200
commit5c9cd6a604d30e48b73dbb558b8d6bf50b97c2a0 (patch)
tree039b1c5bc674b85b396d2e0ed3736708a1ca3004 /editor/icons
parentf648de1a83cf006dbfdaa075219ad4348628e58f (diff)
downloadredot-engine-5c9cd6a604d30e48b73dbb558b8d6bf50b97c2a0.tar.gz
`EditorHelpSearch` improvements
* Adds all member types to empty search * Nests hierarchy adding constructors, methods, operators, etc. under a nested entry to reduce clutter Co-authored-by: MewPurPur <mew.pur.pur@gmail.com>
Diffstat (limited to 'editor/icons')
-rw-r--r--editor/icons/MemberConstructor.svg1
-rw-r--r--editor/icons/MemberOperator.svg1
2 files changed, 2 insertions, 0 deletions
diff --git a/editor/icons/MemberConstructor.svg b/editor/icons/MemberConstructor.svg
new file mode 100644
index 0000000000..0e61768739
--- /dev/null
+++ b/editor/icons/MemberConstructor.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#e0e0e0" d="M9 6c-1.33 2.67-1.33 4.33 0 7h2c-1.33-2.67-1.33-4.33 0-7zm4 0c1.33 2.67 1.33 4.33 0 7h2c1.33-2.67 1.33-4.33 0-7zM1 11a1 1 0 0 0 0 2 1 1 0 0 0 0-2zm6 2v-2H6a1 1 0 0 1 0-2h1V7H6a3 3 0 0 0 0 6z"/></svg> \ No newline at end of file
diff --git a/editor/icons/MemberOperator.svg b/editor/icons/MemberOperator.svg
new file mode 100644
index 0000000000..a00d990e26
--- /dev/null
+++ b/editor/icons/MemberOperator.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><path fill="#e0e0e0" d="M9 6c-1.33 2.67-1.33 4.33 0 7h2c-1.33-2.67-1.33-4.33 0-7zm4 0c1.33 2.67 1.33 4.33 0 7h2c1.33-2.67 1.33-4.33 0-7zM1 11a1 1 0 0 0 0 2 1 1 0 0 0 0-2zm4-4a3 3 0 0 0 0 6 3 3 0 0 0 0-6zm0 2a1 1 0 0 1 0 2 1 1 0 0 1 0-2z"/></svg> \ No newline at end of file