You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Add a "Request Docs" button to code editor.
This commit is contained in:
@@ -157,6 +157,7 @@ class ScriptEditor : public PanelContainer {
|
||||
DEBUG_WITH_EXTERNAL_EDITOR,
|
||||
SEARCH_HELP,
|
||||
SEARCH_WEBSITE,
|
||||
REQUEST_DOCS,
|
||||
HELP_SEARCH_FIND,
|
||||
HELP_SEARCH_FIND_NEXT,
|
||||
WINDOW_MOVE_UP,
|
||||
@@ -200,6 +201,7 @@ class ScriptEditor : public PanelContainer {
|
||||
|
||||
Button *help_search;
|
||||
Button *site_search;
|
||||
Button *request_docs;
|
||||
EditorHelpSearch *help_search_dialog;
|
||||
|
||||
ItemList *script_list;
|
||||
|
||||
Reference in New Issue
Block a user