Disable Folders always on top
Moderators: Hacker, petermad, Stefan2, white
Disable Folders always on top
When i use sorting by date (option for folders is as files) i get files and folders by date but folders always on top, above files. How to let TC mix when by date together?
Re: Disable Folders always on top
Hi and welcome
This is not possible and will not be implemented by author.
Folders will always stay separated on top to have them in view, that's a main security concept of TC.
This is not possible and will not be implemented by author.
Folders will always stay separated on top to have them in view, that's a main security concept of TC.
Re: Disable Folders always on top
I follow Christians design decision.
If folders and files are mixed one can easily delete complete trees
just by marking a range of files.
If folders and files are mixed one can easily delete complete trees
just by marking a range of files.
Windows 11 Home, Version 24H2 (OS Build 26100.4061)
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
Re: Disable Folders always on top
What's the point? I have hundred folders in my tab. It's inconvenient to search for files and work with them. If i get a new file i have to scroll down everytime. Any reasonable cause for that? I'm sure users are responsible for their decisions.
Re: Disable Folders always on top
Thats not a problem.7995 wrote: 2021-12-13, 13:13 UTCWhat's the point? I have hundred folders in my tab. It's inconvenient to search for files and work with them. If i get a new file i have to scroll down everytime. Any reasonable cause for that? I'm sure users are responsible for their decisions.
Just use a button to only show files.
Code: Select all
TOTALCMD#BAR#DATA
cd *.*|*\
WCMICONS.DLL,24
Files only
0
-1
Windows 11 Home, Version 24H2 (OS Build 26100.4061)
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
Re: Disable Folders always on top
Thanks for workaround but i still don't understand why the author doesn't want to let users choose what they want. Anyway, maybe i can move folders below files? I mean to setup files always on top.
Re: Disable Folders always on top
No, you can't.7995 wrote: 2021-12-13, 13:22 UTCThanks for workaround but i still don't understand why the author doesn't want to let users choose what they want. Anyway, maybe i can move folders below files? I mean to setup files always on top.
I use buttons to show Files, Folders or All
Windows 11 Home, Version 24H2 (OS Build 26100.4061)
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
Re: Disable Folders always on top
7995 wrote: 2021-12-13, 13:13 UTCWhat's the point? I have hundred folders in my tab. It's inconvenient to search for files and work with them.
If i get a new file i have to scroll down everytime. Any reasonable cause for that? I'm sure users are responsible for their decisions.
It's a design decision of the programmer to prevent user from doing mistakes.
You can use internal command cm_GoToFirstFile so you don't have to scroll down yourself.
See TOTALCMD.INC text file
cm_GoToFirstFile=2050;Place cursor on first file in list
You can type it in TC command line, add an button with that command, assign an keyboard shortcut to or add an alias for the TC command line.
Re: Disable Folders always on top
Stefan2,
Roman
It is rather a program logic decision. When working with file lists, TC assumes that folders are always first and files always last. For this to change, TC's code would have to be checked for all the places which implicitly assume this to be the case.It's a design decision of the programmer to prevent user from doing mistakes.
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Re: Disable Folders always on top
When in a directory with many files I often use the filter function: press Ctrl+S and start typing the name you want, usually with an asterisk in front of it if it's unclear if the name starts with the first term/character. That way the list is reduced to the matching files (and directories) so it's easier to find the relevant things.
See also TC's Options > Quick Search.
Regards
Dalai
See also TC's Options > Quick Search.
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: Disable Folders always on top
Nice. Thanks.Stefan2 wrote: 2021-12-13, 14:04 UTC
See TOTALCMD.INC text file
cm_GoToFirstFile=2050;Place cursor on first file in list
But i'm still confused, why the author decides what users need? Okay, some users can make mistakes but some users need some options. Don't set "dangerous" option by default and everyone will be happy.
Re: Disable Folders always on top
Can you give me the code for toggle? This button only hides folders. But how to show them back? Can you give me the code for button hide/show folders?Horst.Epp wrote: 2021-12-13, 13:19 UTCCode: Select all
TOTALCMD#BAR#DATA cd *.*|*\ WCMICONS.DLL,24 Files only 0 -1
Re: Disable Folders always on top
folders always on top makes me unhappy too7995 wrote: 2021-12-13, 15:03 UTCCan you give me the code for toggle? This button only hides folders. But how to show them back? Can you give me the code for button hide/show folders?Horst.Epp wrote: 2021-12-13, 13:19 UTCCode: Select all
TOTALCMD#BAR#DATA cd *.*|*\ WCMICONS.DLL,24 Files only 0 -1
Re: Disable Folders always on top
- CTRL+F10 Show all files
Menu "Help" - "Keyboard" ... - Menu "Show" - "All Files Ctrl+F10"
- Button with command:
See: cm_CommandBrowser => Filter: cm_Srca
Code: Select all
cm_SrcAllFiles
Code: Select all
cm_SrcAllFiles 312 Source: All files
Re: Disable Folders always on top
This is a separate button. Can i create a button which as a toggle has two commands: show/hide foiders?tuska wrote: 2021-12-13, 15:39 UTC
- CTRL+F10 Show all files
Menu "Help" - "Keyboard" ...- Menu "Show" - "All Files Ctrl+F10"
- Button with command:
See: cm_CommandBrowser => Filter: cm_SrcaCode: Select all
cm_SrcAllFiles
Code: Select all
cm_SrcAllFiles 312 Source: All files