Official Just Manager forum
You are not logged in.
Select .. then try to open with external application:
Expectation: omit the error message, just start the application.
Win10/11
Offline
you are right the error message is from HxD, but does it not appear in other FM:
JM using NP4, the file picker pops up: (undesired behavior)
another FM (this is how would expect it):
Last edited by navigat0r (2026-05-06 16:45:26)
Win10/11
Offline
In Free Commander you are using %ActivSel% param, ".." item can't be selected, that's why %ActivSel% is replaced with the empty string.
In JM focused item is used for %FULL%, %FILE% and %EXT params, ".." item can be focused, that's why ".." is passed to the target app.
Why focused item is used:
JM has two item selection modes: Explorer and NC style. In Explorer mode, all items except ".." are selected on click and can be used for the params, but in NC style mode, items are not selected on click, that's why focused item should be used, otherwise user should select item before invoking custom command.
I removed the use of ".." item when converting parameters. Will be in the next release.
Offline