From 6cdf5eff21e276dc5f153fb206068755fbb8b394 Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Fri, 8 Sep 2023 17:26:59 +0800 Subject: [PATCH] Fix description of dock slot usage in the documentation --- doc/classes/EditorPlugin.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/classes/EditorPlugin.xml b/doc/classes/EditorPlugin.xml index 08f8cf70e9c..8aea15c087b 100644 --- a/doc/classes/EditorPlugin.xml +++ b/doc/classes/EditorPlugin.xml @@ -5,6 +5,7 @@ Plugins are used by the editor to extend functionality. The most common types of plugins are those which edit a given node or resource type, import plugins and export plugins. See also [EditorScript] to add functions to the editor. + [b]Note:[/b] Some names in this class contain "left" or "right" (e.g. [constant DOCK_SLOT_LEFT_UL]). These APIs assume left-to-right layout, and would be backwards when using right-to-left layout. These names are kept for compatibility reasons. $DOCS_URL/tutorials/plugins/editor/index.html @@ -824,13 +825,13 @@ Dock slot, left side, bottom-right (in default layout includes FileSystem dock). - Dock slot, right side, upper-left (empty in default layout). + Dock slot, right side, upper-left (in default layout includes Inspector, Node, and History docks). Dock slot, right side, bottom-left (empty in default layout). - Dock slot, right side, upper-right (in default layout includes Inspector, Node and History docks). + Dock slot, right side, upper-right (empty in default layout). Dock slot, right side, bottom-right (empty in default layout).