LOADLIST command for feeding panel from file

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Fla$her
Power Member
Power Member
Posts: 2244
Joined: 2020-01-18, 04:03 UTC

Re: LOADLIST command for feeding panel from file

Post 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.
Overquoting is evil! 👎
hi5
Power Member
Power Member
Posts: 551
Joined: 2012-11-03, 11:35 UTC
Contact:

Re: LOADLIST command for feeding panel from file

Post 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.
F4MiniMenu (Forum) - Open selected file(s) from TC in defined editor(s) - A (minimalistic) clone of F4Menu
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Fla$her
Power Member
Power Member
Posts: 2244
Joined: 2020-01-18, 04:03 UTC

Re: LOADLIST command for feeding panel from file

Post by *Fla$her »

in the dialog
Why do we need a dialogue here? It is supposed to be fully silent mode.
Overquoting is evil! 👎
hi5
Power Member
Power Member
Posts: 551
Joined: 2012-11-03, 11:35 UTC
Contact:

Re: LOADLIST command for feeding panel from file

Post 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
F4MiniMenu (Forum) - Open selected file(s) from TC in defined editor(s) - A (minimalistic) clone of F4Menu
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Fla$her
Power Member
Power Member
Posts: 2244
Joined: 2020-01-18, 04:03 UTC

Re: LOADLIST command for feeding panel from file

Post 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?
Overquoting is evil! 👎
hi5
Power Member
Power Member
Posts: 551
Joined: 2012-11-03, 11:35 UTC
Contact:

Re: LOADLIST command for feeding panel from file

Post 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.
F4MiniMenu (Forum) - Open selected file(s) from TC in defined editor(s) - A (minimalistic) clone of F4Menu
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Fla$her
Power Member
Power Member
Posts: 2244
Joined: 2020-01-18, 04:03 UTC

Re: LOADLIST command for feeding panel from file

Post 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.
Overquoting is evil! 👎
hi5
Power Member
Power Member
Posts: 551
Joined: 2012-11-03, 11:35 UTC
Contact:

Re: LOADLIST command for feeding panel from file

Post by *hi5 »

Just putting it out there, if more people request something along these lines the higher the chance something will be implemented.
F4MiniMenu (Forum) - Open selected file(s) from TC in defined editor(s) - A (minimalistic) clone of F4Menu
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Fla$her
Power Member
Power Member
Posts: 2244
Joined: 2020-01-18, 04:03 UTC

Re: LOADLIST command for feeding panel from file

Post 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.
Overquoting is evil! 👎
User avatar
jinsight
Senior Member
Senior Member
Posts: 299
Joined: 2003-02-25, 19:47 UTC
Location: Wooster, Ohio, USA

Re: LOADLIST command for feeding panel from file

Post 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)
License #1945
Windows 10 Pro x64
Version 22H2 (OS Build 19045.3930)
TC 11.00 x64 and x86, Everything 1.5.0.1366a x64, QAP 11.6.3.1 x64
User avatar
white
Power Member
Power Member
Posts: 4594
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: LOADLIST command for feeding panel from file

Post 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.
Fla$her
Power Member
Power Member
Posts: 2244
Joined: 2020-01-18, 04:03 UTC

Re: LOADLIST command for feeding panel from file

Post 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
Overquoting is evil! 👎
hi5
Power Member
Power Member
Posts: 551
Joined: 2012-11-03, 11:35 UTC
Contact:

Re: LOADLIST command for feeding panel from file

Post by *hi5 »

:D
F4MiniMenu (Forum) - Open selected file(s) from TC in defined editor(s) - A (minimalistic) clone of F4Menu
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Post Reply