From f637ad84e3af9cecddcd0ff3c89609087ab9701e Mon Sep 17 00:00:00 2001 From: Marc Gilleron Date: Mon, 12 Feb 2018 02:36:15 +0100 Subject: Added find & replace in files --- editor/plugins/script_text_editor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editor/plugins/script_text_editor.h') diff --git a/editor/plugins/script_text_editor.h b/editor/plugins/script_text_editor.h index 22e8fbce25..903fb0dffa 100644 --- a/editor/plugins/script_text_editor.h +++ b/editor/plugins/script_text_editor.h @@ -105,6 +105,7 @@ class ScriptTextEditor : public ScriptEditorBase { SEARCH_REPLACE, SEARCH_LOCATE_FUNCTION, SEARCH_GOTO_LINE, + SEARCH_IN_FILES, DEBUG_TOGGLE_BREAKPOINT, DEBUG_REMOVE_ALL_BREAKPOINTS, DEBUG_GOTO_NEXT_BREAKPOINT, @@ -163,6 +164,7 @@ public: virtual void tag_saved_version(); virtual void goto_line(int p_line, bool p_with_error = false); + void goto_line_selection(int p_line, int p_begin, int p_end); virtual void reload(bool p_soft); virtual void get_breakpoints(List *p_breakpoints); -- cgit v1.2.3