LOADLIST command for feeding panel from file
Moderators: Hacker, petermad, Stefan2, white
Re: LOADLIST command for feeding panel from file
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.
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! 👎
Re: LOADLIST command for feeding panel from file
+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.Fla$her wrote: 2021-03-23, 22:43 UTC Please add an option (switching key for ini) to disable message with missing objects.
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)
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Re: LOADLIST command for feeding panel from file
Why do we need a dialogue here? It is supposed to be fully silent mode.in the dialog
Overquoting is evil! 👎
Re: LOADLIST command for feeding panel from file
@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
1: ignore all errors silently
2: show dialog with checkbox option to ignore further errors
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
0: current and default behaviour: show all errorsLOADLIST=0 files.txt
LOADLIST=1 files.txt
LOADLIST=2 files.txt
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)
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Re: LOADLIST command for feeding panel from file
In this case, clarify. If the ignore checkbox is set, then the message should stop appearing always or within the current session only?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
Overquoting is evil! 👎
Re: LOADLIST command for feeding panel from file
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.
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)
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Re: LOADLIST command for feeding panel from file
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! 👎
Re: LOADLIST command for feeding panel from file
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)
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Re: LOADLIST command for feeding panel from file
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.
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! 👎
Re: LOADLIST command for feeding panel from file
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)
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
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
Re: LOADLIST command for feeding panel from file
It's not the same, but it is possible to work around this on a line to line basis. By using this notation:Fla$her wrote: 2021-03-23, 22:43 UTC Please add an option (switching key for ini) to disable message with missing objects.
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
2ghisler(Author)
Thank you!!!!!!

TC 10.52 RC1: Button command LOADLIST0 loads list of files without any error messages when files cannot be found



Overquoting is evil! 👎
Re: LOADLIST command for feeding panel from file

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)
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)