mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 18:41:29 +00:00
Unify editor class and reference search
Co-authored-by: Michael Alexsander Silva Dias <michaelalexsander@protonmail.com>
This commit is contained in:
parent
f2cc969843
commit
fddffa9eb8
10 changed files with 757 additions and 608 deletions
|
|
@ -34,6 +34,7 @@
|
|||
#include "core/script_language.h"
|
||||
#include "editor/code_editor.h"
|
||||
#include "editor/editor_help.h"
|
||||
#include "editor/editor_help_search.h"
|
||||
#include "editor/editor_plugin.h"
|
||||
#include "editor/script_create_dialog.h"
|
||||
#include "scene/gui/item_list.h"
|
||||
|
|
@ -155,7 +156,6 @@ class ScriptEditor : public PanelContainer {
|
|||
DEBUG_SHOW_KEEP_OPEN,
|
||||
DEBUG_WITH_EXTERNAL_EDITOR,
|
||||
SEARCH_HELP,
|
||||
SEARCH_CLASSES,
|
||||
SEARCH_WEBSITE,
|
||||
HELP_SEARCH_FIND,
|
||||
HELP_SEARCH_FIND_NEXT,
|
||||
|
|
@ -200,7 +200,6 @@ class ScriptEditor : public PanelContainer {
|
|||
|
||||
Button *help_search;
|
||||
Button *site_search;
|
||||
Button *class_search;
|
||||
EditorHelpSearch *help_search_dialog;
|
||||
|
||||
ItemList *script_list;
|
||||
|
|
@ -254,7 +253,7 @@ class ScriptEditor : public PanelContainer {
|
|||
Vector<ScriptHistory> history;
|
||||
int history_pos;
|
||||
|
||||
EditorHelpIndex *help_index;
|
||||
Vector<String> previous_scripts;
|
||||
|
||||
void _tab_changed(int p_which);
|
||||
void _menu_option(int p_option);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue