Just Manager Forum

Official Just Manager forum

You are not logged in.

#1 2026-05-05 21:24:24

navigat0r
Member
Registered: 2013-02-13
Posts: 191

Error Message when .. is selected instead of a file

Select .. then try to open with external application:
2026-05-05-23h19-32.gif

Expectation: omit the error message, just start the application.


Win10/11

Offline

#2 2026-05-06 06:49:36

nleontiev
Lead developer
From: SPb
Registered: 2012-09-19
Posts: 1,238
Website

Re: Error Message when .. is selected instead of a file

This is HxD error, not Just Manager.

Offline

#3 2026-05-06 16:34:10

navigat0r
Member
Registered: 2013-02-13
Posts: 191

Re: Error Message when .. is selected instead of a file

you are right the error message is from HxD, but does it not appear in other FM:
2026-05-06-18h30-23.gif

JM using NP4, the file picker pops up: (undesired behavior)
2026-05-06-18h36-56.gif


another FM (this is how would expect it):
2026-05-06-18h38-34.gif

Last edited by navigat0r (2026-05-06 16:45:26)


Win10/11

Offline

#4 2026-05-07 05:07:40

nleontiev
Lead developer
From: SPb
Registered: 2012-09-19
Posts: 1,238
Website

Re: Error Message when .. is selected instead of a file

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

#5 2026-05-20 05:38:15

nleontiev
Lead developer
From: SPb
Registered: 2012-09-19
Posts: 1,238
Website

Re: Error Message when .. is selected instead of a file

Fixed in 1.0.0-rc.1.

Offline

Board footer

Powered by FluxBB