You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Improve bookmarks
This commit is contained in:
@@ -97,6 +97,7 @@ class ShaderEditor : public PanelContainer {
|
||||
|
||||
MenuButton *edit_menu;
|
||||
MenuButton *search_menu;
|
||||
MenuButton *bookmarks_menu;
|
||||
MenuButton *settings_menu;
|
||||
PopupMenu *context_menu;
|
||||
uint64_t idle;
|
||||
@@ -118,6 +119,9 @@ protected:
|
||||
void _make_context_menu(bool p_selection);
|
||||
void _text_edit_gui_input(const Ref<InputEvent> &ev);
|
||||
|
||||
void _update_bookmark_list();
|
||||
void _bookmark_item_pressed(int p_idx);
|
||||
|
||||
public:
|
||||
void apply_shaders();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user