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:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user