You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Remove Request Docs button in the script editor due to various issues
The Request Docs button is partly responsible for layout overflow issues on narrow displays, such as #31133. It also tended to attract spam and low-effort issues that were difficult to act upon. A "Send Docs Feedback" menu option has been added to replace it.
This commit is contained in:
@@ -159,7 +159,6 @@ class ScriptEditor : public PanelContainer {
|
||||
REPLACE_IN_FILES,
|
||||
SEARCH_HELP,
|
||||
SEARCH_WEBSITE,
|
||||
REQUEST_DOCS,
|
||||
HELP_SEARCH_FIND,
|
||||
HELP_SEARCH_FIND_NEXT,
|
||||
HELP_SEARCH_FIND_PREVIOUS,
|
||||
@@ -204,7 +203,6 @@ 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