Total Commander Inbuilt Lister Suggestions
Moderators: Hacker, petermad, Stefan2, white
Total Commander Inbuilt Lister Suggestions
Hello, I like Total Commander but not its default inbuilt lister.
There have been many improvements to TCMD but not enough for the inbuilt lister IMO.
I think the following options (Configure Lister or Lister Options Menu) wouldn't be too difficult to implement. It would make viewing files in the commonly used BINARY mode SO much better...
* [CheckBox] View Printable Characters Only in Binary Mode
(ASCII/ANSI 0x00-0x1F and high-bit ASCII/ANSI 0x80-0xFF are viewed as SPACES to make viewing some files MUCH clearer)
* [Color Dropdown Box] Found Text Font Color
* [Color Dropdown Box] Found Text Background Color
(currently it is VERY hard to see the "inverted" found text in binary viewing mode amongst all the non-printable characters and also harder still if the found text is only a small string)
These can probably be done with a Lister plugin, but IMO is would be better to implement them in the inbuilt Lister.
I hope these suggestions will be considered.
There have been many improvements to TCMD but not enough for the inbuilt lister IMO.
I think the following options (Configure Lister or Lister Options Menu) wouldn't be too difficult to implement. It would make viewing files in the commonly used BINARY mode SO much better...
* [CheckBox] View Printable Characters Only in Binary Mode
(ASCII/ANSI 0x00-0x1F and high-bit ASCII/ANSI 0x80-0xFF are viewed as SPACES to make viewing some files MUCH clearer)
* [Color Dropdown Box] Found Text Font Color
* [Color Dropdown Box] Found Text Background Color
(currently it is VERY hard to see the "inverted" found text in binary viewing mode amongst all the non-printable characters and also harder still if the found text is only a small string)
These can probably be done with a Lister plugin, but IMO is would be better to implement them in the inbuilt Lister.
I hope these suggestions will be considered.
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Most of my users are non-U.S., so these high ascii characters are actually valid letters in their languages, like accents or umlauts...[CheckBox] View Printable Characters Only in Binary Mode (ASCII/ANSI 0x00-0x1F and high-bit ASCII/ANSI 0x80-0xFF are viewed as SPACES to make viewing some files MUCH clearer)
TC 6.0 will support this! It will allow to change the following colors in lister:* [Color Dropdown Box] Found Text Font Color
* [Color Dropdown Box] Found Text Background Color
- background
- foreground
- selection background
- selection foreground
- http and ftp link color
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Thankyou very much ghisler(Author)!
When is TC 6.0 due then? I understand then that 5.51 will be followed by TC 6.00?
I still think the option to show only characters 0x20-0x7F (the rest as spaces or dots) would be very useful to BINARY/HEX viewing mode. This is similar to how debuggers display dumps in binary mode. Having this option would be great also even with the new (Found Text?) color settings. This is with all due respect to international characters. It is merely an option to make viewing "plain text" sections clearer/easier in Binary/Hex mode.
Perhaps, I should rephrase this intended option to:
As a "P" option in Lister - Options (similar to the W Wrap text)
Sorry to persist on this point, but IMO Binary/Hex mode viewing is perhaps the most common viewing mode. This would be a very useful option, and would, of course, not have to be turned on by default.
When is TC 6.0 due then? I understand then that 5.51 will be followed by TC 6.00?
Just checking, but there are NO settings for Found Text in there. Selected Text is different to Found Text (with F7).ghisler(Author) wrote:TC 6.0 will support this! It will allow to change the following colors in lister:
- background
- foreground
- selection background
- selection foreground
- http and ftp link color
I still think the option to show only characters 0x20-0x7F (the rest as spaces or dots) would be very useful to BINARY/HEX viewing mode. This is similar to how debuggers display dumps in binary mode. Having this option would be great also even with the new (Found Text?) color settings. This is with all due respect to international characters. It is merely an option to make viewing "plain text" sections clearer/easier in Binary/Hex mode.
Perhaps, I should rephrase this intended option to:
Code: Select all
[Tick] Display Plain Text Characters (20-7F) Only P
Sorry to persist on this point, but IMO Binary/Hex mode viewing is perhaps the most common viewing mode. This would be a very useful option, and would, of course, not have to be turned on by default.
Look here:damieri wrote: When is TC 6.0 due then? I understand then that 5.51 will be followed by TC 6.00?
http://ghisler.ch/board/viewtopic.php?p=8836#8836
"I still think the option to show only characters 0x20-0x7F (the rest as spaces or dots) would be very useful to BINARY/HEX viewing mode."
I agree. However it should be easy to change the interval. The letter 'h' could be used to hide/unhide chars.
I would probably "surf" with interval [0x20 - 0xa7].
A nice feature when viewing dll, exe and other executable files.
I agree. However it should be easy to change the interval. The letter 'h' could be used to hide/unhide chars.
I would probably "surf" with interval [0x20 - 0xa7].
A nice feature when viewing dll, exe and other executable files.
Perfect! H for Hide/unhide in Lister and a Lister Configuration section to select the "ONE range only" characters to "Display", eg:soreno wrote:I agree. However it should be easy to change the interval. The letter 'h' could be used to hide/unhide chars.
I would probably "surf" with interval [0x20 - 0xa7].
Code: Select all
Hide/unhide Displayed Character Range (0-255)
Range Start : 32
Range End : 127
Code: Select all
[Tick] Hide/unhide characters H
Exactly! I am sure I am not the only one to regularly inspect EXE/DLL/etc. files. Most commonly to inspect installation files BEFORE installing a whole lot of rubbish etc. This is just one VERY IMPORTANT use of TC.soreno wrote:A nice feature when viewing dll, exe and other executable files.