Sync classref with 4.6 branch

Lots of translations invalidated (fuzzied) as we just synced Weblate.
This commit is contained in:
Rémi Verschelde
2025-12-19 16:39:51 +01:00
parent 6e6cf3029b
commit c3f2364c10
1864 changed files with 107059 additions and 25904 deletions

View File

@@ -5,7 +5,7 @@
FileSystemDock
==============
**Hereda:** :ref:`VBoxContainer<class_VBoxContainer>` **<** :ref:`BoxContainer<class_BoxContainer>` **<** :ref:`Container<class_Container>` **<** :ref:`Control<class_Control>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
**Hereda:** :ref:`EditorDock<class_EditorDock>` **<** :ref:`MarginContainer<class_MarginContainer>` **<** :ref:`Container<class_Container>` **<** :ref:`Control<class_Control>` **<** :ref:`CanvasItem<class_CanvasItem>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
El panel del editor de Godot para gestionar los archivos del proyecto.
@@ -147,6 +147,18 @@ Emitida cuando las escenas dadas se instancian en el editor.
Emitida cuando se elimina un archivo de un ``resource`` externo.
.. rst-class:: classref-item-separator
----
.. _class_FileSystemDock_signal_selection_changed:
.. rst-class:: classref-signal
**selection_changed**\ (\ ) :ref:`🔗<class_FileSystemDock_signal_selection_changed>`
Emitted when the selection changes. Use :ref:`EditorInterface.get_selected_paths()<class_EditorInterface_method_get_selected_paths>` in the connected method to get the selected paths.
.. rst-class:: classref-section-separator
----