Merge pull request #107275 from DexterFstone/file-system-selection-changed-signal

Expose the signal when user select a file/folder in the FileSystemDock
This commit is contained in:
Thaddeus Crews
2025-10-24 11:23:07 -05:00
3 changed files with 23 additions and 0 deletions

View File

@ -87,5 +87,10 @@
Emitted when an external [param resource] had its file removed.
</description>
</signal>
<signal name="selection_changed">
<description>
Emitted when the selection changes. Use [method EditorInterface.get_selected_paths] in the connected method to get the selected paths.
</description>
</signal>
</signals>
</class>