FarManager: Far switch `-set` ignored when used together with panel path arguments
Far Manager version
Far Manager, version 3.0.6208.0 x64
OS version
Microsoft Windows [Version 10.0.19045.3570]
Other software
No response
Steps to reproduce
The switch -set
is respected in this command
far -set:Panel.Left.Visible=false
The switch -set
is ignored in this command (one or two panel paths are specified)
far . -set:Panel.Left.Visible=false
Expected behavior
-set
should work with or without panel paths in the command line
Actual behavior
-set
works only without panel paths in the command line
About this issue
- Original URL
- State: closed
- Created 8 months ago
- Comments: 21 (10 by maintainers)
lol
Doing this via -set is somewhat hacky after all: Panel.*.Folder are not exposed to the user normally and far doesn’t expect funny unprocessed paths there.