mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
ScriptEditor/ShaderEditor: Replace find/replace dialog with a bar
This commit is contained in:
parent
aba972238e
commit
51be9beec9
9 changed files with 621 additions and 47 deletions
|
|
@ -76,6 +76,7 @@ class ShaderEditor : public Control {
|
|||
EDIT_SELECT_ALL,
|
||||
SEARCH_FIND,
|
||||
SEARCH_FIND_NEXT,
|
||||
SEARCH_FIND_PREV,
|
||||
SEARCH_REPLACE,
|
||||
//SEARCH_LOCATE_SYMBOL,
|
||||
SEARCH_GOTO_LINE,
|
||||
|
|
@ -88,7 +89,6 @@ class ShaderEditor : public Control {
|
|||
uint64_t idle;
|
||||
|
||||
TabContainer *tab_container;
|
||||
FindReplaceDialog *find_replace_dialog;
|
||||
GotoLineDialog *goto_line_dialog;
|
||||
ConfirmationDialog *erase_tab_confirm;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue