| 
									
										
										
										
											2023-01-10 15:26:54 +01:00
										 |  |  | /**************************************************************************/ | 
					
						
							|  |  |  | /*  script_editor_plugin.h                                                */ | 
					
						
							|  |  |  | /**************************************************************************/ | 
					
						
							|  |  |  | /*                         This file is part of:                          */ | 
					
						
							|  |  |  | /*                             GODOT ENGINE                               */ | 
					
						
							|  |  |  | /*                        https://godotengine.org                         */ | 
					
						
							|  |  |  | /**************************************************************************/ | 
					
						
							|  |  |  | /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ | 
					
						
							|  |  |  | /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur.                  */ | 
					
						
							|  |  |  | /*                                                                        */ | 
					
						
							|  |  |  | /* Permission is hereby granted, free of charge, to any person obtaining  */ | 
					
						
							|  |  |  | /* a copy of this software and associated documentation files (the        */ | 
					
						
							|  |  |  | /* "Software"), to deal in the Software without restriction, including    */ | 
					
						
							|  |  |  | /* without limitation the rights to use, copy, modify, merge, publish,    */ | 
					
						
							|  |  |  | /* distribute, sublicense, and/or sell copies of the Software, and to     */ | 
					
						
							|  |  |  | /* permit persons to whom the Software is furnished to do so, subject to  */ | 
					
						
							|  |  |  | /* the following conditions:                                              */ | 
					
						
							|  |  |  | /*                                                                        */ | 
					
						
							|  |  |  | /* The above copyright notice and this permission notice shall be         */ | 
					
						
							|  |  |  | /* included in all copies or substantial portions of the Software.        */ | 
					
						
							|  |  |  | /*                                                                        */ | 
					
						
							|  |  |  | /* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,        */ | 
					
						
							|  |  |  | /* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF     */ | 
					
						
							|  |  |  | /* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ | 
					
						
							|  |  |  | /* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY   */ | 
					
						
							|  |  |  | /* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,   */ | 
					
						
							|  |  |  | /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE      */ | 
					
						
							|  |  |  | /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.                 */ | 
					
						
							|  |  |  | /**************************************************************************/ | 
					
						
							| 
									
										
										
										
											2018-01-05 00:50:27 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | #ifndef SCRIPT_EDITOR_PLUGIN_H
 | 
					
						
							|  |  |  | #define SCRIPT_EDITOR_PLUGIN_H
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-09-11 18:13:45 +02:00
										 |  |  | #include "core/script_language.h"
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | #include "editor/code_editor.h"
 | 
					
						
							|  |  |  | #include "editor/editor_help.h"
 | 
					
						
							| 
									
										
										
										
											2017-12-11 00:56:49 +01:00
										 |  |  | #include "editor/editor_help_search.h"
 | 
					
						
							| 
									
										
										
										
											2017-03-05 14:21:25 +01:00
										 |  |  | #include "editor/editor_plugin.h"
 | 
					
						
							|  |  |  | #include "editor/script_create_dialog.h"
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | #include "scene/gui/item_list.h"
 | 
					
						
							| 
									
										
										
										
											2019-06-03 22:57:06 +03:00
										 |  |  | #include "scene/gui/line_edit.h"
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | #include "scene/gui/menu_button.h"
 | 
					
						
							|  |  |  | #include "scene/gui/split_container.h"
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | #include "scene/gui/tab_container.h"
 | 
					
						
							|  |  |  | #include "scene/gui/text_edit.h"
 | 
					
						
							| 
									
										
										
										
											2015-06-24 18:57:14 -03:00
										 |  |  | #include "scene/gui/tool_button.h"
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | #include "scene/gui/tree.h"
 | 
					
						
							|  |  |  | #include "scene/main/timer.h"
 | 
					
						
							| 
									
										
										
										
											2018-05-28 16:52:28 +01:00
										 |  |  | #include "scene/resources/text_file.h"
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | class ScriptEditorQuickOpen : public ConfirmationDialog { | 
					
						
							| 
									
										
										
										
											2019-03-19 14:35:57 -04:00
										 |  |  | 	GDCLASS(ScriptEditorQuickOpen, ConfirmationDialog); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	LineEdit *search_box; | 
					
						
							|  |  |  | 	Tree *search_options; | 
					
						
							|  |  |  | 	String function; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	void _update_search(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-05-20 12:38:03 -03:00
										 |  |  | 	void _sbox_input(const Ref<InputEvent> &p_ie); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	Vector<String> functions; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	void _confirmed(); | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	void _text_changed(const String &p_newtext); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | protected: | 
					
						
							|  |  |  | 	void _notification(int p_what); | 
					
						
							|  |  |  | 	static void _bind_methods(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | public: | 
					
						
							| 
									
										
										
										
											2018-10-02 12:07:44 +02:00
										 |  |  | 	void popup_dialog(const Vector<String> &p_functions, bool p_dontclear = false); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	ScriptEditorQuickOpen(); | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class ScriptEditorDebugger; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-06-10 19:10:32 -03:00
										 |  |  | class ScriptEditorBase : public VBoxContainer { | 
					
						
							| 
									
										
										
										
											2019-03-19 14:35:57 -04:00
										 |  |  | 	GDCLASS(ScriptEditorBase, VBoxContainer); | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-12 10:52:29 -03:00
										 |  |  | protected: | 
					
						
							|  |  |  | 	static void _bind_methods(); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | public: | 
					
						
							| 
									
										
										
										
											2018-04-02 12:41:44 +01:00
										 |  |  | 	virtual void add_syntax_highlighter(SyntaxHighlighter *p_highlighter) = 0; | 
					
						
							|  |  |  | 	virtual void set_syntax_highlighter(SyntaxHighlighter *p_highlighter) = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	virtual void apply_code() = 0; | 
					
						
							| 
									
										
										
										
											2018-05-28 16:52:28 +01:00
										 |  |  | 	virtual RES get_edited_resource() const = 0; | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	virtual Vector<String> get_functions() = 0; | 
					
						
							| 
									
										
										
										
											2018-05-28 16:52:28 +01:00
										 |  |  | 	virtual void set_edited_resource(const RES &p_res) = 0; | 
					
						
							| 
									
										
										
										
											2020-07-15 16:15:29 +02:00
										 |  |  | 	virtual void enable_editor() = 0; | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	virtual void reload_text() = 0; | 
					
						
							|  |  |  | 	virtual String get_name() = 0; | 
					
						
							|  |  |  | 	virtual Ref<Texture> get_icon() = 0; | 
					
						
							|  |  |  | 	virtual bool is_unsaved() = 0; | 
					
						
							|  |  |  | 	virtual Variant get_edit_state() = 0; | 
					
						
							|  |  |  | 	virtual void set_edit_state(const Variant &p_state) = 0; | 
					
						
							|  |  |  | 	virtual void goto_line(int p_line, bool p_with_error = false) = 0; | 
					
						
							| 
									
										
										
										
											2019-04-22 17:20:27 +01:00
										 |  |  | 	virtual void set_executing_line(int p_line) = 0; | 
					
						
							|  |  |  | 	virtual void clear_executing_line() = 0; | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	virtual void trim_trailing_whitespace() = 0; | 
					
						
							| 
									
										
										
										
											2019-05-28 18:27:32 -03:00
										 |  |  | 	virtual void insert_final_newline() = 0; | 
					
						
							| 
									
										
										
										
											2017-04-17 14:46:00 +01:00
										 |  |  | 	virtual void convert_indent_to_spaces() = 0; | 
					
						
							|  |  |  | 	virtual void convert_indent_to_tabs() = 0; | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	virtual void ensure_focus() = 0; | 
					
						
							|  |  |  | 	virtual void tag_saved_version() = 0; | 
					
						
							| 
									
										
										
										
											2018-05-28 16:52:28 +01:00
										 |  |  | 	virtual void reload(bool p_soft) {} | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	virtual void get_breakpoints(List<int> *p_breakpoints) = 0; | 
					
						
							|  |  |  | 	virtual void add_callback(const String &p_function, PoolStringArray p_args) = 0; | 
					
						
							|  |  |  | 	virtual void update_settings() = 0; | 
					
						
							|  |  |  | 	virtual void set_debugger_active(bool p_active) = 0; | 
					
						
							| 
									
										
										
										
											2016-08-25 17:45:20 -03:00
										 |  |  | 	virtual bool can_lose_focus_on_node_selection() { return true; } | 
					
						
							| 
									
										
										
										
											2016-08-02 19:11:05 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-05-28 15:20:38 +01:00
										 |  |  | 	virtual bool show_members_overview() = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	virtual void set_tooltip_request_func(String p_method, Object *p_obj) = 0; | 
					
						
							|  |  |  | 	virtual Control *get_edit_menu() = 0; | 
					
						
							| 
									
										
										
										
											2017-06-30 21:30:17 -03:00
										 |  |  | 	virtual void clear_edit_menu() = 0; | 
					
						
							| 
									
										
										
										
											2016-08-02 19:11:05 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-05-08 18:49:49 +02:00
										 |  |  | 	virtual void validate() = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-02 19:11:05 -03:00
										 |  |  | 	ScriptEditorBase() {} | 
					
						
							|  |  |  | }; | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-02 12:41:44 +01:00
										 |  |  | typedef SyntaxHighlighter *(*CreateSyntaxHighlighterFunc)(); | 
					
						
							| 
									
										
										
										
											2018-05-28 16:52:28 +01:00
										 |  |  | typedef ScriptEditorBase *(*CreateScriptEditorFunc)(const RES &p_resource); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-06-26 01:14:31 -03:00
										 |  |  | class EditorScriptCodeCompletionCache; | 
					
						
							| 
									
										
										
										
											2018-02-12 02:36:15 +01:00
										 |  |  | class FindInFilesDialog; | 
					
						
							|  |  |  | class FindInFilesPanel; | 
					
						
							| 
									
										
										
										
											2015-06-26 01:14:31 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-07-14 23:40:17 -05:00
										 |  |  | class ScriptEditor : public PanelContainer { | 
					
						
							|  |  |  | 	GDCLASS(ScriptEditor, PanelContainer); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	EditorNode *editor; | 
					
						
							|  |  |  | 	enum { | 
					
						
							| 
									
										
										
										
											2015-08-09 16:39:59 -07:00
										 |  |  | 		FILE_NEW, | 
					
						
							| 
									
										
										
										
											2018-08-14 23:41:23 +01:00
										 |  |  | 		FILE_NEW_TEXTFILE, | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 		FILE_OPEN, | 
					
						
							| 
									
										
										
										
											2019-07-31 21:06:15 +02:00
										 |  |  | 		FILE_REOPEN_CLOSED, | 
					
						
							| 
									
										
										
										
											2017-04-27 16:07:39 +01:00
										 |  |  | 		FILE_OPEN_RECENT, | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 		FILE_SAVE, | 
					
						
							|  |  |  | 		FILE_SAVE_AS, | 
					
						
							|  |  |  | 		FILE_SAVE_ALL, | 
					
						
							| 
									
										
										
										
											2018-06-21 12:10:43 +03:00
										 |  |  | 		FILE_THEME, | 
					
						
							| 
									
										
										
										
											2017-08-27 19:03:19 -03:00
										 |  |  | 		FILE_RUN, | 
					
						
							| 
									
										
										
										
											2015-06-22 00:03:19 -03:00
										 |  |  | 		FILE_CLOSE, | 
					
						
							| 
									
										
										
										
											2016-07-17 15:18:48 -07:00
										 |  |  | 		CLOSE_DOCS, | 
					
						
							| 
									
										
										
										
											2016-08-13 02:56:38 +02:00
										 |  |  | 		CLOSE_ALL, | 
					
						
							| 
									
										
										
										
											2017-11-20 13:15:40 +08:00
										 |  |  | 		CLOSE_OTHER_TABS, | 
					
						
							| 
									
										
										
										
											2017-07-10 14:11:31 +02:00
										 |  |  | 		TOGGLE_SCRIPTS_PANEL, | 
					
						
							| 
									
										
										
										
											2018-01-02 10:11:54 +08:00
										 |  |  | 		SHOW_IN_FILE_SYSTEM, | 
					
						
							| 
									
										
										
										
											2017-12-07 11:57:41 +08:00
										 |  |  | 		FILE_COPY_PATH, | 
					
						
							| 
									
										
										
										
											2016-06-08 20:00:02 -03:00
										 |  |  | 		FILE_TOOL_RELOAD, | 
					
						
							|  |  |  | 		FILE_TOOL_RELOAD_SOFT, | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 		DEBUG_NEXT, | 
					
						
							|  |  |  | 		DEBUG_STEP, | 
					
						
							|  |  |  | 		DEBUG_BREAK, | 
					
						
							|  |  |  | 		DEBUG_CONTINUE, | 
					
						
							| 
									
										
										
										
											2020-11-17 13:03:37 +01:00
										 |  |  | 		DEBUG_KEEP_DEBUGGER_OPEN, | 
					
						
							| 
									
										
										
										
											2017-06-25 17:20:01 +08:00
										 |  |  | 		DEBUG_WITH_EXTERNAL_EDITOR, | 
					
						
							| 
									
										
										
										
											2019-05-02 20:07:06 -03:00
										 |  |  | 		SEARCH_IN_FILES, | 
					
						
							| 
									
										
										
										
											2020-02-09 10:10:58 +01:00
										 |  |  | 		REPLACE_IN_FILES, | 
					
						
							| 
									
										
										
										
											2016-08-02 19:11:05 -03:00
										 |  |  | 		SEARCH_HELP, | 
					
						
							|  |  |  | 		SEARCH_WEBSITE, | 
					
						
							|  |  |  | 		HELP_SEARCH_FIND, | 
					
						
							|  |  |  | 		HELP_SEARCH_FIND_NEXT, | 
					
						
							| 
									
										
										
										
											2019-10-09 17:41:49 +02:00
										 |  |  | 		HELP_SEARCH_FIND_PREVIOUS, | 
					
						
							| 
									
										
										
										
											2017-11-11 21:42:56 -05:00
										 |  |  | 		WINDOW_MOVE_UP, | 
					
						
							|  |  |  | 		WINDOW_MOVE_DOWN, | 
					
						
							| 
									
										
										
										
											2015-11-17 09:46:08 -03:00
										 |  |  | 		WINDOW_NEXT, | 
					
						
							|  |  |  | 		WINDOW_PREV, | 
					
						
							| 
									
										
										
										
											2017-11-11 21:42:56 -05:00
										 |  |  | 		WINDOW_SORT, | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 		WINDOW_SELECT_BASE = 100 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	}; | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-06-21 12:10:43 +03:00
										 |  |  | 	enum { | 
					
						
							|  |  |  | 		THEME_IMPORT, | 
					
						
							|  |  |  | 		THEME_RELOAD, | 
					
						
							|  |  |  | 		THEME_SAVE, | 
					
						
							|  |  |  | 		THEME_SAVE_AS | 
					
						
							|  |  |  | 	}; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-02 14:31:01 +02:00
										 |  |  | 	enum ScriptSortBy { | 
					
						
							|  |  |  | 		SORT_BY_NAME, | 
					
						
							|  |  |  | 		SORT_BY_PATH, | 
					
						
							| 
									
										
										
										
											2018-02-14 11:32:33 -05:00
										 |  |  | 		SORT_BY_NONE | 
					
						
							| 
									
										
										
										
											2017-02-02 14:31:01 +02:00
										 |  |  | 	}; | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-02-02 14:31:01 +02:00
										 |  |  | 	enum ScriptListName { | 
					
						
							|  |  |  | 		DISPLAY_NAME, | 
					
						
							|  |  |  | 		DISPLAY_DIR_AND_NAME, | 
					
						
							|  |  |  | 		DISPLAY_FULL_PATH, | 
					
						
							|  |  |  | 	}; | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	HBoxContainer *menu_hb; | 
					
						
							|  |  |  | 	MenuButton *file_menu; | 
					
						
							|  |  |  | 	MenuButton *edit_menu; | 
					
						
							| 
									
										
										
										
											2015-11-17 09:46:08 -03:00
										 |  |  | 	MenuButton *script_search_menu; | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	MenuButton *debug_menu; | 
					
						
							| 
									
										
										
										
											2017-11-11 16:36:46 -05:00
										 |  |  | 	PopupMenu *context_menu; | 
					
						
							| 
									
										
										
										
											2015-05-04 23:32:40 -03:00
										 |  |  | 	Timer *autosave_timer; | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	uint64_t idle; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-04-27 16:07:39 +01:00
										 |  |  | 	PopupMenu *recent_scripts; | 
					
						
							| 
									
										
										
										
											2018-06-21 12:10:43 +03:00
										 |  |  | 	PopupMenu *theme_submenu; | 
					
						
							| 
									
										
										
										
											2017-04-27 16:07:39 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-11-17 09:46:08 -03:00
										 |  |  | 	Button *help_search; | 
					
						
							|  |  |  | 	Button *site_search; | 
					
						
							|  |  |  | 	EditorHelpSearch *help_search_dialog; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-06-22 00:03:19 -03:00
										 |  |  | 	ItemList *script_list; | 
					
						
							|  |  |  | 	HSplitContainer *script_split; | 
					
						
							| 
									
										
										
										
											2017-05-28 15:20:38 +01:00
										 |  |  | 	ItemList *members_overview; | 
					
						
							| 
									
										
										
										
											2019-06-03 22:57:06 +03:00
										 |  |  | 	LineEdit *filter_scripts; | 
					
						
							|  |  |  | 	LineEdit *filter_methods; | 
					
						
							|  |  |  | 	VBoxContainer *scripts_vbox; | 
					
						
							| 
									
										
										
										
											2018-06-01 21:28:49 -03:00
										 |  |  | 	VBoxContainer *overview_vbox; | 
					
						
							|  |  |  | 	HBoxContainer *buttons_hbox; | 
					
						
							| 
									
										
										
										
											2018-06-06 06:18:11 +09:00
										 |  |  | 	Label *filename; | 
					
						
							| 
									
										
										
										
											2018-04-30 14:27:00 +02:00
										 |  |  | 	ToolButton *members_overview_alphabeta_sort_button; | 
					
						
							| 
									
										
										
										
											2017-05-28 15:20:38 +01:00
										 |  |  | 	bool members_overview_enabled; | 
					
						
							| 
									
										
										
										
											2017-09-13 19:56:37 -05:00
										 |  |  | 	ItemList *help_overview; | 
					
						
							|  |  |  | 	bool help_overview_enabled; | 
					
						
							| 
									
										
										
										
											2017-05-28 15:20:38 +01:00
										 |  |  | 	VSplitContainer *list_split; | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	TabContainer *tab_container; | 
					
						
							| 
									
										
										
										
											2016-04-12 15:45:31 +01:00
										 |  |  | 	EditorFileDialog *file_dialog; | 
					
						
							| 
									
										
										
										
											2018-01-07 22:31:36 -02:00
										 |  |  | 	AcceptDialog *error_dialog; | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	ConfirmationDialog *erase_tab_confirm; | 
					
						
							| 
									
										
										
										
											2015-08-09 16:39:59 -07:00
										 |  |  | 	ScriptCreateDialog *script_create_dialog; | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	ScriptEditorDebugger *debugger; | 
					
						
							| 
									
										
										
										
											2015-06-24 18:57:14 -03:00
										 |  |  | 	ToolButton *scripts_visible; | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-04-12 15:45:31 +01:00
										 |  |  | 	String current_theme; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-01-12 18:27:27 -03:00
										 |  |  | 	TextureRect *script_icon; | 
					
						
							| 
									
										
										
										
											2015-11-17 09:46:08 -03:00
										 |  |  | 	Label *script_name_label; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	ToolButton *script_back; | 
					
						
							|  |  |  | 	ToolButton *script_forward; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-02-12 02:36:15 +01:00
										 |  |  | 	FindInFilesDialog *find_in_files_dialog; | 
					
						
							|  |  |  | 	FindInFilesPanel *find_in_files; | 
					
						
							|  |  |  | 	Button *find_in_files_button; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-02 19:11:05 -03:00
										 |  |  | 	enum { | 
					
						
							| 
									
										
										
										
											2018-04-02 12:41:44 +01:00
										 |  |  | 		SCRIPT_EDITOR_FUNC_MAX = 32, | 
					
						
							|  |  |  | 		SYNTAX_HIGHLIGHTER_FUNC_MAX = 32 | 
					
						
							| 
									
										
										
										
											2016-08-02 19:11:05 -03:00
										 |  |  | 	}; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	static int script_editor_func_count; | 
					
						
							|  |  |  | 	static CreateScriptEditorFunc script_editor_funcs[SCRIPT_EDITOR_FUNC_MAX]; | 
					
						
							| 
									
										
										
										
											2015-11-17 09:46:08 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-02 12:41:44 +01:00
										 |  |  | 	static int syntax_highlighters_func_count; | 
					
						
							|  |  |  | 	static CreateSyntaxHighlighterFunc syntax_highlighters_funcs[SYNTAX_HIGHLIGHTER_FUNC_MAX]; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-11-17 09:46:08 -03:00
										 |  |  | 	struct ScriptHistory { | 
					
						
							|  |  |  | 		Control *control; | 
					
						
							| 
									
										
										
										
											2016-08-02 19:11:05 -03:00
										 |  |  | 		Variant state; | 
					
						
							| 
									
										
										
										
											2015-11-17 09:46:08 -03:00
										 |  |  | 	}; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	Vector<ScriptHistory> history; | 
					
						
							|  |  |  | 	int history_pos; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-07-31 21:06:15 +02:00
										 |  |  | 	List<String> previous_scripts; | 
					
						
							| 
									
										
										
										
											2021-09-07 23:38:19 +02:00
										 |  |  | 	List<int> script_close_queue; | 
					
						
							| 
									
										
										
										
											2015-11-17 09:46:08 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	void _tab_changed(int p_which); | 
					
						
							| 
									
										
										
										
											2017-08-12 12:52:50 -04:00
										 |  |  | 	void _menu_option(int p_option); | 
					
						
							| 
									
										
										
										
											2020-11-17 13:03:37 +01:00
										 |  |  | 	void _update_debug_options(); | 
					
						
							| 
									
										
										
										
											2018-06-21 12:10:43 +03:00
										 |  |  | 	void _theme_option(int p_option); | 
					
						
							| 
									
										
										
										
											2019-05-23 18:18:24 +03:00
										 |  |  | 	void _show_save_theme_as_dialog(); | 
					
						
							| 
									
										
										
										
											2022-01-21 12:05:32 +08:00
										 |  |  | 	bool _has_docs_tab() const; | 
					
						
							|  |  |  | 	bool _has_script_tab() const; | 
					
						
							|  |  |  | 	void _prepare_file_menu(); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	Tree *disk_changed_list; | 
					
						
							|  |  |  | 	ConfirmationDialog *disk_changed; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-06-22 00:03:19 -03:00
										 |  |  | 	bool restoring_layout; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-12 12:52:50 -04:00
										 |  |  | 	String _get_debug_tooltip(const String &p_text, Node *_se); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	void _resave_scripts(const String &p_str); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-28 16:52:28 +01:00
										 |  |  | 	bool _test_script_times_on_disk(RES p_for_script = Ref<Resource>()); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-04-27 16:07:39 +01:00
										 |  |  | 	void _add_recent_script(String p_path); | 
					
						
							|  |  |  | 	void _update_recent_scripts(); | 
					
						
							|  |  |  | 	void _open_recent_script(int p_idx); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-01-07 22:31:36 -02:00
										 |  |  | 	void _show_error_dialog(String p_path); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-02-07 06:32:03 +09:00
										 |  |  | 	void _close_tab(int p_idx, bool p_save = true, bool p_history_back = true); | 
					
						
							| 
									
										
										
										
											2016-07-06 20:35:49 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-03-04 01:04:31 +01:00
										 |  |  | 	void _close_current_tab(bool p_save = true); | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	void _close_discard_current_tab(const String &p_str); | 
					
						
							| 
									
										
										
										
											2016-07-17 15:18:48 -07:00
										 |  |  | 	void _close_docs_tab(); | 
					
						
							| 
									
										
										
										
											2017-11-20 13:15:40 +08:00
										 |  |  | 	void _close_other_tabs(); | 
					
						
							| 
									
										
										
										
											2016-08-13 02:56:38 +02:00
										 |  |  | 	void _close_all_tabs(); | 
					
						
							| 
									
										
										
										
											2021-09-07 23:38:19 +02:00
										 |  |  | 	void _queue_close_tabs(); | 
					
						
							| 
									
										
										
										
											2016-08-13 02:56:38 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-12-07 11:57:41 +08:00
										 |  |  | 	void _copy_script_path(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-13 02:56:38 +02:00
										 |  |  | 	void _ask_close_current_unsaved_tab(ScriptEditorBase *current); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-06-22 00:03:19 -03:00
										 |  |  | 	bool grab_focus_block; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-06-03 12:34:11 -03:00
										 |  |  | 	bool pending_auto_reload; | 
					
						
							|  |  |  | 	bool auto_reload_running_scripts; | 
					
						
							| 
									
										
										
										
											2021-08-17 17:32:23 +09:00
										 |  |  | 	void _trigger_live_script_reload(); | 
					
						
							| 
									
										
										
										
											2016-06-03 12:34:11 -03:00
										 |  |  | 	void _live_auto_reload_running_scripts(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-02 19:11:05 -03:00
										 |  |  | 	void _update_selected_editor_menu(); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-06-26 01:14:31 -03:00
										 |  |  | 	EditorScriptCodeCompletionCache *completion_cache; | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	void _editor_play(); | 
					
						
							|  |  |  | 	void _editor_pause(); | 
					
						
							|  |  |  | 	void _editor_stop(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-11-17 09:46:08 -03:00
										 |  |  | 	int edit_pass; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	void _add_callback(Object *p_obj, const String &p_function, const PoolStringArray &p_args); | 
					
						
							|  |  |  | 	void _res_saved_callback(const Ref<Resource> &p_res); | 
					
						
							| 
									
										
										
										
											2021-12-04 01:12:52 +01:00
										 |  |  | 	void _scene_saved_callback(const String &p_path); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-04-23 19:21:34 +01:00
										 |  |  | 	bool trim_trailing_whitespace_on_save; | 
					
						
							| 
									
										
										
										
											2017-04-17 14:46:00 +01:00
										 |  |  | 	bool use_space_indentation; | 
					
						
							|  |  |  | 	bool convert_indent_on_save; | 
					
						
							| 
									
										
										
										
											2016-04-23 19:21:34 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	void _goto_script_line2(int p_line); | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	void _goto_script_line(REF p_script, int p_line); | 
					
						
							| 
									
										
										
										
											2019-04-22 17:20:27 +01:00
										 |  |  | 	void _set_execution(REF p_script, int p_line); | 
					
						
							|  |  |  | 	void _clear_execution(REF p_script); | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	void _breaked(bool p_breaked, bool p_can_debug); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	void _show_debugger(bool p_show); | 
					
						
							| 
									
										
										
										
											2015-08-09 16:39:59 -07:00
										 |  |  | 	void _script_created(Ref<Script> p_script); | 
					
						
							| 
									
										
										
										
											2014-05-06 17:43:14 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-02-12 02:36:15 +01:00
										 |  |  | 	ScriptEditorBase *_get_current_editor() const; | 
					
						
							| 
									
										
										
										
											2023-06-09 10:07:38 -03:00
										 |  |  | 	Control *_get_base_editor() const; | 
					
						
							| 
									
										
										
										
											2018-02-12 02:36:15 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-07-18 12:30:43 -03:00
										 |  |  | 	void _save_layout(); | 
					
						
							| 
									
										
										
										
											2015-05-04 23:32:40 -03:00
										 |  |  | 	void _editor_settings_changed(); | 
					
						
							|  |  |  | 	void _autosave_scripts(); | 
					
						
							| 
									
										
										
										
											2019-10-10 22:19:47 +02:00
										 |  |  | 	void _update_autosave_timer(); | 
					
						
							| 
									
										
										
										
											2015-05-04 23:32:40 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-05-28 15:20:38 +01:00
										 |  |  | 	void _update_members_overview_visibility(); | 
					
						
							|  |  |  | 	void _update_members_overview(); | 
					
						
							| 
									
										
										
										
											2018-04-30 14:27:00 +02:00
										 |  |  | 	void _toggle_members_overview_alpha_sort(bool p_alphabetic_sort); | 
					
						
							| 
									
										
										
										
											2019-06-03 22:57:06 +03:00
										 |  |  | 	void _filter_scripts_text_changed(const String &p_newtext); | 
					
						
							|  |  |  | 	void _filter_methods_text_changed(const String &p_newtext); | 
					
						
							| 
									
										
										
										
											2015-06-22 00:03:19 -03:00
										 |  |  | 	void _update_script_names(); | 
					
						
							| 
									
										
										
										
											2019-04-20 12:51:25 +01:00
										 |  |  | 	void _update_script_connections(); | 
					
						
							| 
									
										
										
										
											2017-11-11 21:42:56 -05:00
										 |  |  | 	bool _sort_list_on_update; | 
					
						
							| 
									
										
										
										
											2015-06-22 00:03:19 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-05-28 15:20:38 +01:00
										 |  |  | 	void _members_overview_selected(int p_idx); | 
					
						
							| 
									
										
										
										
											2015-06-22 00:03:19 -03:00
										 |  |  | 	void _script_selected(int p_idx); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-09-13 19:56:37 -05:00
										 |  |  | 	void _update_help_overview_visibility(); | 
					
						
							|  |  |  | 	void _update_help_overview(); | 
					
						
							|  |  |  | 	void _help_overview_selected(int p_idx); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-04 14:20:36 +02:00
										 |  |  | 	void _find_scripts(Node *p_base, Node *p_current, Set<Ref<Script>> &used); | 
					
						
							| 
									
										
										
										
											2015-06-22 00:03:19 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	void _tree_changed(); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	void _script_split_dragged(float); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-11 21:42:56 -05:00
										 |  |  | 	Variant get_drag_data_fw(const Point2 &p_point, Control *p_from); | 
					
						
							|  |  |  | 	bool can_drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from) const; | 
					
						
							|  |  |  | 	void drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-09-25 20:33:57 +02:00
										 |  |  | 	void _input(const Ref<InputEvent> &p_event); | 
					
						
							| 
									
										
										
										
											2017-05-20 12:38:03 -03:00
										 |  |  | 	void _unhandled_input(const Ref<InputEvent> &p_event); | 
					
						
							| 
									
										
										
										
											2016-06-25 19:02:17 -05:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-11 16:36:46 -05:00
										 |  |  | 	void _script_list_gui_input(const Ref<InputEvent> &ev); | 
					
						
							|  |  |  | 	void _make_script_list_context_menu(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-02 19:11:05 -03:00
										 |  |  | 	void _help_search(String p_text); | 
					
						
							| 
									
										
										
										
											2015-11-17 09:46:08 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	void _history_forward(); | 
					
						
							|  |  |  | 	void _history_back(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-06-22 00:03:19 -03:00
										 |  |  | 	bool waiting_update_names; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	void _help_class_open(const String &p_class); | 
					
						
							|  |  |  | 	void _help_class_goto(const String &p_desc); | 
					
						
							| 
									
										
										
										
											2015-11-17 09:46:08 -03:00
										 |  |  | 	void _update_history_arrows(); | 
					
						
							| 
									
										
										
										
											2016-09-12 10:52:29 -03:00
										 |  |  | 	void _save_history(); | 
					
						
							| 
									
										
										
										
											2015-11-17 09:46:08 -03:00
										 |  |  | 	void _go_to_tab(int p_idx); | 
					
						
							|  |  |  | 	void _update_history_pos(int p_new_pos); | 
					
						
							|  |  |  | 	void _update_script_colors(); | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	void _update_modified_scripts_for_external_editor(Ref<Script> p_for_script = Ref<Script>()); | 
					
						
							| 
									
										
										
										
											2015-11-17 09:46:08 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-08-18 16:43:23 -03:00
										 |  |  | 	void _script_changed(); | 
					
						
							| 
									
										
										
										
											2016-04-12 15:45:31 +01:00
										 |  |  | 	int file_dialog_option; | 
					
						
							|  |  |  | 	void _file_dialog_action(String p_file); | 
					
						
							| 
									
										
										
										
											2015-11-17 09:46:08 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-07-06 09:18:20 +02:00
										 |  |  | 	Ref<Script> _get_current_script(); | 
					
						
							| 
									
										
										
										
											2017-07-19 19:47:43 +02:00
										 |  |  | 	Array _get_open_scripts() const; | 
					
						
							| 
									
										
										
										
											2017-07-06 09:18:20 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-28 16:52:28 +01:00
										 |  |  | 	Ref<TextFile> _load_text_file(const String &p_path, Error *r_error); | 
					
						
							|  |  |  | 	Error _save_text_file(Ref<TextFile> p_text_file, const String &p_path); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-02-12 02:36:15 +01:00
										 |  |  | 	void _on_find_in_files_requested(String text); | 
					
						
							| 
									
										
										
										
											2020-02-09 10:10:58 +01:00
										 |  |  | 	void _on_replace_in_files_requested(String text); | 
					
						
							| 
									
										
										
										
											2018-02-12 02:36:15 +01:00
										 |  |  | 	void _on_find_in_files_result_selected(String fpath, int line_number, int begin, int end); | 
					
						
							|  |  |  | 	void _start_find_in_files(bool with_replace); | 
					
						
							|  |  |  | 	void _on_find_in_files_modified_files(PoolStringArray paths); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	static void _open_script_request(const String &p_path); | 
					
						
							| 
									
										
										
										
											2016-08-25 17:45:20 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	static ScriptEditor *script_editor; | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | protected: | 
					
						
							|  |  |  | 	void _notification(int p_what); | 
					
						
							|  |  |  | 	static void _bind_methods(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | public: | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	static ScriptEditor *get_singleton() { return script_editor; } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-12-18 22:32:25 +03:00
										 |  |  | 	bool toggle_scripts_panel(); | 
					
						
							| 
									
										
										
										
											2019-12-15 16:35:16 +03:00
										 |  |  | 	bool is_scripts_panel_toggled(); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	void ensure_focus_current(); | 
					
						
							|  |  |  | 	void apply_scripts() const; | 
					
						
							| 
									
										
										
										
											2017-12-13 11:41:28 -06:00
										 |  |  | 	void open_script_create_dialog(const String &p_base_name, const String &p_base_path); | 
					
						
							| 
									
										
										
										
											2020-06-25 15:29:31 +05:30
										 |  |  | 	void reload_scripts(); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	void ensure_select_current(); | 
					
						
							| 
									
										
										
										
											2017-04-15 19:48:10 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-05-28 16:52:28 +01:00
										 |  |  | 	_FORCE_INLINE_ bool edit(const RES &p_resource, bool p_grab_focus = true) { return edit(p_resource, -1, 0, p_grab_focus); } | 
					
						
							|  |  |  | 	bool edit(const RES &p_resource, int p_line, int p_col, bool p_grab_focus = true); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	void get_breakpoints(List<String> *p_breakpoints); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-05-09 12:29:50 +02:00
										 |  |  | 	void save_current_script(); | 
					
						
							| 
									
										
										
										
											2016-02-02 21:10:52 -03:00
										 |  |  | 	void save_all_scripts(); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-06-22 00:03:19 -03:00
										 |  |  | 	void set_window_layout(Ref<ConfigFile> p_layout); | 
					
						
							|  |  |  | 	void get_window_layout(Ref<ConfigFile> p_layout); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	void set_scene_root_script(Ref<Script> p_script); | 
					
						
							| 
									
										
										
										
											2021-05-04 14:20:36 +02:00
										 |  |  | 	Vector<Ref<Script>> get_open_scripts() const; | 
					
						
							| 
									
										
										
										
											2015-11-17 09:46:08 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-04-15 19:48:10 +02:00
										 |  |  | 	bool script_goto_method(Ref<Script> p_script, const String &p_method); | 
					
						
							| 
									
										
										
										
											2016-06-12 01:01:17 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-12-09 09:08:41 -03:00
										 |  |  | 	virtual void edited_scene_changed(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-07-06 09:18:20 +02:00
										 |  |  | 	void notify_script_close(const Ref<Script> &p_script); | 
					
						
							|  |  |  | 	void notify_script_changed(const Ref<Script> &p_script); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	void close_builtin_scripts_from_scene(const String &p_scene); | 
					
						
							| 
									
										
										
										
											2016-07-06 20:35:49 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	void goto_help(const String &p_desc) { _help_class_goto(p_desc); } | 
					
						
							| 
									
										
										
										
											2016-08-23 23:15:16 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-08-25 17:45:20 -03:00
										 |  |  | 	bool can_take_away_focus() const; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-06-30 21:30:17 -03:00
										 |  |  | 	VSplitContainer *get_left_list_split() { return list_split; } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-08-02 12:29:37 -03:00
										 |  |  | 	ScriptEditorDebugger *get_debugger() { return debugger; } | 
					
						
							| 
									
										
										
										
											2016-06-03 12:34:11 -03:00
										 |  |  | 	void set_live_auto_reload_running_scripts(bool p_enabled); | 
					
						
							| 
									
										
										
										
											2015-08-02 12:29:37 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-04-02 12:41:44 +01:00
										 |  |  | 	static void register_create_syntax_highlighter_function(CreateSyntaxHighlighterFunc p_func); | 
					
						
							| 
									
										
										
										
											2016-08-02 19:11:05 -03:00
										 |  |  | 	static void register_create_script_editor_function(CreateScriptEditorFunc p_func); | 
					
						
							| 
									
										
										
										
											2018-04-02 12:41:44 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	ScriptEditor(EditorNode *p_editor); | 
					
						
							| 
									
										
										
										
											2015-06-26 01:14:31 -03:00
										 |  |  | 	~ScriptEditor(); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | class ScriptEditorPlugin : public EditorPlugin { | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	GDCLASS(ScriptEditorPlugin, EditorPlugin); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	ScriptEditor *script_editor; | 
					
						
							|  |  |  | 	EditorNode *editor; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | public: | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	virtual String get_name() const { return "Script"; } | 
					
						
							|  |  |  | 	bool has_main_screen() const { return true; } | 
					
						
							| 
									
										
										
										
											2017-08-12 12:52:50 -04:00
										 |  |  | 	virtual void edit(Object *p_object); | 
					
						
							|  |  |  | 	virtual bool handles(Object *p_object) const; | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	virtual void make_visible(bool p_visible); | 
					
						
							|  |  |  | 	virtual void selected_notify(); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	virtual void save_external_data(); | 
					
						
							|  |  |  | 	virtual void apply_changes(); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	virtual void restore_global_state(); | 
					
						
							|  |  |  | 	virtual void save_global_state(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-06-22 00:03:19 -03:00
										 |  |  | 	virtual void set_window_layout(Ref<ConfigFile> p_layout); | 
					
						
							|  |  |  | 	virtual void get_window_layout(Ref<ConfigFile> p_layout); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	virtual void get_breakpoints(List<String> *p_breakpoints); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-12-09 09:08:41 -03:00
										 |  |  | 	virtual void edited_scene_changed(); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	ScriptEditorPlugin(EditorNode *p_node); | 
					
						
							|  |  |  | 	~ScriptEditorPlugin(); | 
					
						
							|  |  |  | }; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #endif // SCRIPT_EDITOR_PLUGIN_H
 |