mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Implement name filter to PropertyEditor
- Add search bar to Inspector tab and to Project and Editor settings dialog
This commit is contained in:
parent
dd09f13f68
commit
82c8190013
8 changed files with 255 additions and 73 deletions
|
|
@ -51,6 +51,8 @@ class EditorSettingsDialog : public AcceptDialog {
|
|||
|
||||
Button *rescan_plugins;
|
||||
Tree *plugins;
|
||||
LineEdit *search_box;
|
||||
ToolButton *clear_button;
|
||||
PropertyEditor *property_editor;
|
||||
|
||||
Timer *timer;
|
||||
|
|
@ -71,6 +73,8 @@ class EditorSettingsDialog : public AcceptDialog {
|
|||
void _rescan_plugins();
|
||||
void _update_plugins();
|
||||
|
||||
void _clear_search_box();
|
||||
|
||||
protected:
|
||||
|
||||
static void _bind_methods();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue