My goal is to have a custom button that enables flat view, filters out any folder named ".svn", and checks the "Filter folders in Flat view" checkbox so that the content of the ".svn" is also filtered.
So far I have a custom button that executes the following Dopus commands:
Set FLATVIEW=On,Grouped
Set QUICKFILTER ~(.svn)
That works as desired.
Now I am ready to additionally use Dopus commands to check the "Filter folders in Flat view" checkbox - but I am not finding a way to do this in the documentation. (maybe I am just missing it) Is there a way to do this?
There isn't a command to change it at the moment, but you can change the default/starting setting via Preferences / Miscellaneous / Advanced: flatview_folder_filters, as long as you don't mind it being on all the time in other flat-view + filter situations.
If you turn that on and have .svn folders hidden normally via some other method, you may find you don't need the quickfilter part at all.
[quote="Leo, post:2, topic:28714"]
There isn't a command to change it at the moment
[/quote]
Is there a way to do it via Dopus scripting? (as opposed to Dopus commands) I would be willing to create a Dopus script.
[quote="Leo, post:2, topic:28714"]
but you can change the default/starting setting via Preferences / Miscellaneous / Advanced: flatview_folder_filters, as long as you don't mind it being on all the time in other flat-view + filter situations.
[/quote]
Assuming there isn't a way to do what I want via Dopus scripting I will do it this way, thanks for the recommendation.
[quote="Leo, post:2, topic:28714"]
If you turn that on and have .svn folders hidden normally via some other method, you may find you don't need the quickfilter part at all.
[/quote]
Thank you for pointing this out, unfortunately I do need to see the .svn folders often.