Page 2 of 2

Re: LOADLIST command for feeding panel from file

Posted: 2021-03-23, 22:43 UTC
by Fla$her
Please add an option (switching key for ini) to disable message with missing objects.
I often do not need to know about missing paths, only the output of what is found is important.
Especially since the window is limited to show a large number of such paths.

Re: LOADLIST command for feeding panel from file

Posted: 2021-04-03, 07:56 UTC
by hi5
Fla$her wrote: 2021-03-23, 22:43 UTC Please add an option (switching key for ini) to disable message with missing objects.
+1 and a checkbox in the dialog "ignore further errors" would be nice so you can choose each time how you'd like to process the list.

Re: LOADLIST command for feeding panel from file

Posted: 2021-04-04, 02:28 UTC
by Fla$her
in the dialog
Why do we need a dialogue here? It is supposed to be fully silent mode.

Re: LOADLIST command for feeding panel from file

Posted: 2021-04-04, 07:18 UTC
by hi5
@fla$her My preference would be to alert me for missing files, BUT something I wouldn't need to know, so I would keep the current behaviour e.g. warning on first missing file and then have a check box there saying "ignore further missing files/errors" - that way I can quickly decide which behaviour I want at that time.

Otherwise if I turn it off in the ini: I never know if something is missing.

If there is a switch I need to 'call' or think about using I have to think about it in advance each time. Although this might work
LOADLIST=0 files.txt
LOADLIST=1 files.txt
LOADLIST=2 files.txt
0: current and default behaviour: show all errors
1: ignore all errors silently
2: show dialog with checkbox option to ignore further errors

Re: LOADLIST command for feeding panel from file

Posted: 2021-04-04, 07:52 UTC
by Fla$her
hi5 wrote: 2021-04-04, 07:18 UTCI have to think about it in advance each time.
2: show dialog with checkbox option to ignore further errors
In this case, clarify. If the ignore checkbox is set, then the message should stop appearing always or within the current session only?

Re: LOADLIST command for feeding panel from file

Posted: 2021-04-04, 14:32 UTC
by hi5
Indeed only for that session / use of the loadlist command. If I call it again, it should be shown again on first error and allow me to tick the box.

Say I have a third party program prepare a listfile e.g. results.txt, I load the results, do something, run third party program again, do the same loadlist results.txt command -> show me the checkbox again.

Re: LOADLIST command for feeding panel from file

Posted: 2021-04-05, 06:53 UTC
by Fla$her
In this case, the consistency with other ТС dialogs, where sessions are not taken into account, will not be preserved. The author is unlikely to support this.

Re: LOADLIST command for feeding panel from file

Posted: 2021-04-05, 09:59 UTC
by hi5
Just putting it out there, if more people request something along these lines the higher the chance something will be implemented.

Re: LOADLIST command for feeding panel from file

Posted: 2021-04-05, 16:40 UTC
by Fla$her
Undoubtedly. But the author himself must understand which things are more expected, although there is some problem with this.
Nevertheless, the moment with sessions is doubtful, otherwise it will have to change the concept in all dialogs with options, which will clearly slow down the implementation of my little request.
And, of course, doing 3 commands for the sake of one option is impractical. Only by editing ini.

Re: LOADLIST command for feeding panel from file

Posted: 2022-05-21, 06:40 UTC
by jinsight
2ghisler(Author)

Thank you so much for the update to LOADLIST in

12.04.22 Release Total Commander 10.50 beta 1
13.10.21 Fixed: LOADLIST filelist.txt did not find directories when their name didn't end with a backslash (only when more than 10 items were in the same directory) (32/64)

Re: LOADLIST command for feeding panel from file

Posted: 2022-09-02, 12:41 UTC
by white
Fla$her wrote: 2021-03-23, 22:43 UTC Please add an option (switching key for ini) to disable message with missing objects.
It's not the same, but it is possible to work around this on a line to line basis. By using this notation:
c:\test\*"filename"
(see here)

This uses a wildcard but still searches for exact match. And wildcards don't give an error when nothing is found.

Re: LOADLIST command for feeding panel from file

Posted: 2022-10-04, 16:55 UTC
by Fla$her
2ghisler(Author)
TC 10.52 RC1: Button command LOADLIST0 loads list of files without any error messages when files cannot be found
:o Thank you!!!!!! :P :D

Re: LOADLIST command for feeding panel from file

Posted: 2022-10-04, 18:46 UTC
by hi5
:D