The new CustomCommand
MC.Explorer.ChangeSetting can change a settings for the ExplorerPanel, But only for the active panel.
Since this is change for active panel this changes are not saved. They are used if you temporary want to change some settings for one panel only.
MC.Explorer.ChangeSetting NAME=<SettingsName> VALUE="<New Value>" TOGGLENAME is the name of a settings you want to change
VALUE is the new value for that settings often it is 1 or 0 for on or off.
TOGGLE can be used instead of value and will toggle the value. If it is 1 then it will be set to 0.
Example
MC.Explorer.ChangeSetting NAME="GridLinesH" VALUE="1"
MC.Explorer.ChangeSetting NAME="GridLinesV" TOGGLE
Supported settings to change is
- GridLinesV
- GridLinesH
- CheckBoxes
- SelectionRectangle
- SelectOnNavigate
- UnselectOnSingleSelect
- DbgSelection
- AdjustLongNames
- AutoSizeColumns
- AnyKeySearch
- SearchBox
- SortNatural
- SortFilesFolderSeparate
- ReSortAfterRename
- ResetViewFilterOnPathChange
- RestoreViewFilterForPath
- RemeberSelectedOnPathChange
- TagFolders
- FolderTagInSizeColumn
- ShowLinkTarget
- ForwardKeys
- UnselectWhenStartingFileOperation
- ShowHidden
- ShowSystem