Feature suggestion: Please provide an "advanced settings" window

Discussion related to "Everything" 1.5 Alpha.
Post Reply
Raindrops
Posts: 247
Joined: Sat Jan 21, 2023 10:04 am

Feature suggestion: Please provide an "advanced settings" window

Post by Raindrops »

Apparently there are many switches like the following, which can be entered in the Search Bar as a command:

Code: Select all

/path_hit_text_only=0
The user cannot be expected to remember all such commands, and the syntax of each individual command.

It is a tedious process if the user has to visit a repository of these commands and search for a suitable command for his purpose.
worse, he is not sure if such a command exists or not in the collection.

It is better to present all such commands as a hierarchical list, where the whole list is broken down in topics and subtopics.
Also there should be a search facility, which also handles synonyms.
For example, "search" and "find" are synonyms (in the context of a file manager).
Also, some of these commands can become cryptic, and the user may not be able to find the command by its name.
So each command should have an attached free-text description.

The best example is advanced settings in Jdownloader2.
Note that the screenshot shows a large number of settings for YouTube.
  • The search bar at the top allows the user to quickly find the control he wants.
  • Each control has a searchable description attached to it.
  • The description can also handle synonyms (if any).
Kindly consider providing an Advanced Controls window, accessible through Tools > Options > Advanced controls menu.
raccoon
Posts: 1017
Joined: Thu Oct 18, 2018 1:24 am

Re: Feature suggestion: Please provide an "advanced settings" window

Post by raccoon »

In the mean time, you can look at the post that outlines all of the INI Settings, here.

viewtopic.php?f=12&t=9994

And you can go through all of your ini setting by typing the Searchbar command:

Code: Select all

about:config
But I agree, like many others, that a firefox-esque "about:config" settings panel would be quite convenient, especially if the settings descriptions were included there instead of a separate webpage.

I also agree that path_hit_text_only should also default to '0'. :)
Raindrops
Posts: 247
Joined: Sat Jan 21, 2023 10:04 am

Re: Feature suggestion: Please provide an "advanced settings" window

Post by Raindrops »

I like Sharex's implementation of Advanced properties even better than the JDownloader2's implementation.
Advanced settings.png
Advanced settings.png (58.14 KiB) Viewed 866 times
  • It has clearer grouping of properties.
  • It has full explanation of the selected property.
There is a major issue with this implementation, though: It cannot search within the property name and explanation.
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: Feature suggestion: Please provide an "advanced settings" window

Post by void »

An advanced settings page is on my TODO list.

Thank you for the suggestions.
Post Reply