aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/script_editor_plugin.h
diff options
context:
space:
mode:
authorIgnacio Etcheverry2016-05-28 18:25:45 +0200
committerIgnacio Etcheverry2016-05-29 14:26:19 +0200
commit51be9beec9c38a8cd5a0f9a42a8258484aece9fb (patch)
treeef077fdd05d14543342d7df4f47d1ec9b33f9e46 /tools/editor/plugins/script_editor_plugin.h
parentaba972238ec23612a9b418c9aa39b903557813ee (diff)
downloadgodot-51be9beec9c38a8cd5a0f9a42a8258484aece9fb.tar.gz
godot-51be9beec9c38a8cd5a0f9a42a8258484aece9fb.tar.zst
godot-51be9beec9c38a8cd5a0f9a42a8258484aece9fb.zip
Diffstat (limited to 'tools/editor/plugins/script_editor_plugin.h')
-rw-r--r--tools/editor/plugins/script_editor_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/script_editor_plugin.h b/tools/editor/plugins/script_editor_plugin.h
index 20e0b621c..c6610a020 100644
--- a/tools/editor/plugins/script_editor_plugin.h
+++ b/tools/editor/plugins/script_editor_plugin.h
@@ -144,6 +144,7 @@ class ScriptEditor : public VBoxContainer {
EDIT_CLONE_DOWN,
SEARCH_FIND,
SEARCH_FIND_NEXT,
+ SEARCH_FIND_PREV,
SEARCH_REPLACE,
SEARCH_LOCATE_FUNCTION,
SEARCH_GOTO_LINE,
@@ -184,7 +185,6 @@ class ScriptEditor : public VBoxContainer {
HSplitContainer *script_split;
TabContainer *tab_container;
EditorFileDialog *file_dialog;
- FindReplaceDialog *find_replace_dialog;
GotoLineDialog *goto_line_dialog;
ConfirmationDialog *erase_tab_confirm;
ScriptCreateDialog *script_create_dialog;