refactor: simplify symbols palette naming
And give it an icon like the other palettes.
This commit is contained in:
parent
1fd9cdfd7f
commit
36d98dce7c
1 changed files with 3 additions and 3 deletions
|
|
@ -14,9 +14,9 @@ const ed = @import("../../editor.zig");
|
||||||
const module_name = @typeName(@This());
|
const module_name = @typeName(@This());
|
||||||
const Widget = @import("../../Widget.zig");
|
const Widget = @import("../../Widget.zig");
|
||||||
|
|
||||||
pub const label = "Go to Symbol";
|
pub const label = "Search symbols";
|
||||||
pub const name = "Go to";
|
pub const name = " symbols";
|
||||||
pub const description = "Symbols in scope";
|
pub const description = "file symbols";
|
||||||
pub const icon = " ";
|
pub const icon = " ";
|
||||||
pub const modal_dim = false;
|
pub const modal_dim = false;
|
||||||
pub const placement = .top_right;
|
pub const placement = .top_right;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue