I have a bunch of files and extensions blacklisted in my Ignore list, but occasionally i need those files and need to uncheck it, but instead having to constantly go to Configuration > Options > Ignore List check/uncheck each time, it would certainly be a lot easier just so I can make a button in the Sidebar, so ignored files instantly come up.
Any suggestions ?
Is there way I can make a button to enable/disable Ignore List
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 53
- Joined: 2015-04-07, 10:02 UTC
Re: Is there way I can make a button to enable/disable Ignore List
Button with command:
The button acts like an on/off switch.
If the button is displayed as "pressed", then files will be hidden.
... could also be of interest ...
Code: Select all
cm_SwitchIgnoreList
If the button is displayed as "pressed", then files will be hidden.
Code: Select all
cm_IgnoreConfig
-
- Junior Member
- Posts: 53
- Joined: 2015-04-07, 10:02 UTC
Re: Is there way I can make a button to enable/disable Ignore List
Thanks! Work Great! Perfect Button!tuska wrote: 2020-12-20, 11:23 UTC Button with command:The button acts like an on/off switch.Code: Select all
cm_SwitchIgnoreList
If the button is displayed as "pressed", then files will be hidden.
... could also be of interest ...Code: Select all
cm_IgnoreConfig