Add option to hide hidden files in disk browser and file chooser

Please consider adding an option to hide directories and files that start with a dot in some representation. It can be a button or a hamburger menu.
On UNIX-like operating systems such as macOS and Linux, these are called hidden files, and we usually like to keep them invisible.
20241007-220402_screenshot

20241007-225030_screenshot

2 Likes

You have to do that in your OS (folder) settings. Has nothing to do with Renoise.

1 Like

I am really sorry, but I am not sure I understand what you mean.
Are you referring to the Windows Explorer option?

I was talking about files and directories starting with a dot in Linux and macOS, which I intended to mean differently than hidden files/hidden directories in Windows.
However, it would be nice to be able to choose whether or not to display hidden files and directories in Windows as well.
It seems that macOS also has an attribute called Invisible that is hidden in the Finder.

It would be nice to have an option to hide these “hidden files” and “hidden directories”.
It would look good if the Shows all files button in the file area of the disk browser could be added to the directory area and also to the file chooser.

This is a Renoise thing, and occurs with Linux and Macos. In Unix-like systems, hidden files and folders are those whose filename starts with a dot. Hence they are often called dot files. My GUI file manager has been configured to hide such files. But the Renoise browser doesn’t follow the config options of my GUI file browser. Renoise’s file browser has nothing to do with the GUI file manager. Renoise really needs an option to hide dot files in its built-in file browser. It’s a trivial thing to do, code wise. A simple “if filename[0] == “.” the ignore”. Almost a one-liner even in C or C++.