project_panel: Add ability to hide hidden files (#39843)

Closes #5185

Release Notes:

- Added an option to hide hidden files in the project panel by setting
`hide_hidden` in the project panel settings.

---------

Co-authored-by: Gaauwe Rombouts <gromdroid@gmail.com>
Co-authored-by: Gaauwe Rombouts <mail@grombouts.nl>
This commit is contained in:
Smit Barmase
2025-10-12 18:31:55 +05:30
committed by GitHub
co-authored by Gaauwe Rombouts Gaauwe Rombouts
parent abe1fd5e16
commit 998fece3af
16 changed files with 223 additions and 4 deletions
+3 -1
View File
@@ -443,7 +443,9 @@ Project panel can be shown/hidden with {#action project_panel::ToggleFocus} ({#k
"show": "always"
},
// Whether to hide the root entry when only one folder is open in the window.
"hide_root": false
"hide_root": false,
// Whether to hide the hidden entries in the project panel.
"hide_hidden": false
}
```