Problem: alphabetical sort by (full) filename
Moderators: Hacker, petermad, Stefan2, white
Problem: alphabetical sort by (full) filename
Hello,
When sorting files by alphabetical order, TC seems to consider that the files have an extension, and that extension is dropped in the sorting process.
This is very annoying when one uses files without extension, as here for instance.
Another simpler example, where it would be better to list aa.bb.01 before aa.cc
Regards,
gerard
When sorting files by alphabetical order, TC seems to consider that the files have an extension, and that extension is dropped in the sorting process.
This is very annoying when one uses files without extension, as here for instance.
Another simpler example, where it would be better to list aa.bb.01 before aa.cc
Regards,
gerard
Last edited by gt13 on 2007-11-09, 07:21 UTC, edited 1 time in total.
IE6…
2gt13
Hello !
• To get SortUpper=3 (best alpha-num sorting) working, you need Internet Explorer- 6 or newer installed…
- If so, that works even under Win 98 SE (while M$ tells wrongly it doesn't).
KR
Claude
Clo

• To get SortUpper=3 (best alpha-num sorting) working, you need Internet Explorer- 6 or newer installed…
- If so, that works even under Win 98 SE (while M$ tells wrongly it doesn't).

Claude
Clo
#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials
1- Name - 2 Extension
2gt13
Hello !
• It works perfectly here, I'm the guy who discovered it works under Win 98 SE
- But that you show is normal : You have a last part of the file-names “saw” as extensions,
and these “extensions” are sorted then as they would.
KR
Claude
Clo

• It works perfectly here, I'm the guy who discovered it works under Win 98 SE

- But that you show is normal : You have a last part of the file-names “saw” as extensions,
and these “extensions” are sorted then as they would.

Claude
Clo
#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials
Don't hide
2gt13
I guess that it should be sorted else by displaying the real extentions.
That's not a good thing to hide them in Windows, I never do.
- Anyway, this is a feature coming from Windows, and I assume that TC can't change anything at this…
KR
Claude
Clo

That's not a good thing to hide them in Windows, I never do.
- Anyway, this is a feature coming from Windows, and I assume that TC can't change anything at this…

Claude
Clo
#31505 Traducteur Français de T•C French translator Aide en Français Tutoriels Français English Tutorials

Go to Configuration >>> Options >>> Tabstops >>> Click on "Show file extensions aligned with tab" and you will see that SortUpper=3 works correctly and sort only the names without keeping the extensions.
So you get :
aa_________.bb
aa_________.cc
aa.bb______.01
aa.bb______.02
If there is an extension you get :
aa.bb______.ext
aa.bb.01___.ext
aa.bb.02___.ext
aa.cc______.ext
Friendly
Paul
As a work arround : replace de "." by another character in your names ("_" or"," by sample) you will get :
aa,bb
aa,bb,01
aa,bb,02
aa,cc
Ouistiti, #11943
L'important n'est pas de convaincre, mais de donner à réfléchir.
The important thing is not to convince, but to incite to think.
1,77245385090552... •
L'important n'est pas de convaincre, mais de donner à réfléchir.
The important thing is not to convince, but to incite to think.
1,77245385090552... •
2gt13
- Create a new "custom column" :
<Shift +F1> -> "Configure custom columns" -> [New]
- Add these columns:
- and sort by column "Fullname"
HTH,
Holger
- Create a new "custom column" :
<Shift +F1> -> "Configure custom columns" -> [New]
- Add these columns:
Code: Select all
Caption |Width | Align | Field contents
-------------------------------------------
Size | 26 | -> | [=tc.size]
-------------------------------------------
Date | 51 | <- | [=tc.writedate]
-------------------------------------------
Attr | 16 | <- | [=tc.attributestr]
-------------------------------------------
Fullname| 34 | <- | [=tc.fullname]
HTH,
Holger
Another workaround, if the above don't help: use a second sorting option:
first by name, second by extension
(after sorting by name hold down the Ctrl key while clicking on the "Extension" column).
first by name, second by extension
(after sorting by name hold down the Ctrl key while clicking on the "Extension" column).
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
-- TC starter menu: Fast yet descriptive command access!
@ Vansumsen
-------------------
In the upper screen captures, my files are shown with the extension (if exists) attached to the file name.
I have thousands of files like that, and it is out of purpose to rename them!
@ HolgerK
--------------
Thanks for this trick. It works (see here) but as it, it is not convenient because
- it completely changes the TC interface,
- it does not work in ZIP archives (and in fact most of my files are in archives).
But it proves that TC can do the work.
That is why I would appreciate in one of the TC menus a command like "Sort by fullname".
Is it conceivable ?
@ StatusQuo
-----------------
Thanks for this trick. But it does not work in my case, since I need that TC considers the "fullname".
Thanks to you all
Gerard
-------------------
In the upper screen captures, my files are shown with the extension (if exists) attached to the file name.
I have thousands of files like that, and it is out of purpose to rename them!
@ HolgerK
--------------
Thanks for this trick. It works (see here) but as it, it is not convenient because
- it completely changes the TC interface,
- it does not work in ZIP archives (and in fact most of my files are in archives).
But it proves that TC can do the work.
That is why I would appreciate in one of the TC menus a command like "Sort by fullname".

Is it conceivable ?
@ StatusQuo
-----------------
Thanks for this trick. But it does not work in my case, since I need that TC considers the "fullname".
Thanks to you all
Gerard