Page 1 of 1

[TC 11.01rc3] Multi-rename tool fails to load names from a file of Unix-style line ending

Posted: 2023-08-29, 15:01 UTC
by yyang
The multi-rename tool recognizes a file of Unix-style line ending as a single line. Could this be improved? Thanks!

Re: [TC 11.01rc3] Multi-rename tool fails to load names from a file of Unix-style line ending

Posted: 2023-08-29, 15:21 UTC
by JOUBE
yyang wrote: 2023-08-29, 15:01 UTC The multi-rename tool recognizes a file of Unix-style line ending as a single line. Could this be improved? Thanks!
This is not a bug and does not belong to the bug forum. TC is a windows program and supports the usual windows-like line ending. I do a lot on unix-like OS and there is no support for other line endings than unix-like as I know.

No a bug and also as a suggestion I reject that for the TC.

Solution: Change (via sed ...) the unix-like file to windows like line ending before work with

Joube

Re: [TC 11.01rc3] Multi-rename tool fails to load names from a file of Unix-style line ending

Posted: 2023-08-29, 16:12 UTC
by cpp64
2JOUBE

There are users using TC with wine on *nix.
And TC's internal viwer supports unix line ending.

Re: [TC 11.01rc3] Multi-rename tool fails to load names from a file of Unix-style line ending

Posted: 2023-08-29, 16:59 UTC
by yyang
The good old Notepad already supports Unix-style line ending. Even earlier for some other Microsoft programs. I don't think it's a bug either, just a potential UX improvement.

Re: [TC 11.01rc3] Multi-rename tool fails to load names from a file of Unix-style line ending

Posted: 2023-08-29, 19:51 UTC
by JOUBE
yyang wrote: 2023-08-29, 16:59 UTCI don't think it's a bug either, just a potential UX improvement.
Please move to the suggestion forum. Thanks

Re: [TC 11.01rc3] Multi-rename tool fails to load names from a file of Unix-style line ending

Posted: 2023-08-30, 01:07 UTC
by yyang
JOUBE wrote: 2023-08-29, 19:51 UTC Please move to the suggestion forum. Thanks
Please let ghisler decide. Thanks.

Re: [TC 11.01rc3] Multi-rename tool fails to load names from a file of Unix-style line ending

Posted: 2023-08-30, 08:15 UTC
by ghisler(Author)
Currently this isn't supported. I will consider it for a future version.

Moderator message

Moved to suggestions

Re: [TC 11.01rc3] Multi-rename tool fails to load names from a file of Unix-style line ending

Posted: 2023-08-30, 08:47 UTC
by yyang
Thank you! I understand it's better to handle the line ending in a more uniform way.