Add a zoom level indicator
Moderators: Hacker, petermad, Stefan2, white
Add a zoom level indicator
Hi,
It would be great if the zoom level is shown in the title bar of the lister like
Lister - [d:\test\test.txt] (150 %)
It won't require a lot of work, I suppose?
It would be great if the zoom level is shown in the title bar of the lister like
Lister - [d:\test\test.txt] (150 %)
It won't require a lot of work, I suppose?
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Add a zoom level indicator
This is already done for image files. However, for text files the indicator is used for the location within the file...
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Add a zoom level indicator
Then add a second indicator...ghisler(Author) wrote: 2024-10-18, 13:37 UTC This is already done for image files. However, for text files the indicator is used for the location within the file...
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Add a zoom level indicator
Support++
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Add a zoom level indicator
That would be very confusing because they would both show a % value.Then add a second indicator...
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Add a zoom level indicator
Then provide the to indicators with labels:
Code: Select all
Zoom: 24% Position: 20%
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Add a zoom level indicator
This is because, unlike other file viewers, the Lister in TC doesn't have a status bar to showghisler(Author) wrote: 2024-10-20, 07:42 UTCThat would be very confusing because they would both show a % value.Then add a second indicator...
necessary file information.
The position indicator fits well in the menu bar because it is a control that requires user
input, just like the other menu entries, whereas the zoom level indicator doesn't. That's
why I propose to put it in the title bar.