Full screen Lister directly

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

User avatar
Gral
Power Member
Power Member
Posts: 1460
Joined: 2005-01-26, 15:12 UTC

Full screen Lister directly

Post by *Gral »

Please add a new command or option or modifier to cm_List for open Lister in Full Screen directly, without need for any keyboard or mouse action.
Especially useful for images and video
Fla$her
Power Member
Power Member
Posts: 2244
Joined: 2020-01-18, 04:03 UTC

Re: Full screen Lister directly

Post by *Fla$her »

Support++
Gral wrote: ↑2022-05-13, 15:17 UTCuseful for images
Photoviewer and Imagine 1.0.9 can.
Overquoting is evil! πŸ‘Ž
diopter
Junior Member
Junior Member
Posts: 31
Joined: 2017-02-02, 06:42 UTC
Location: Germany

Re: Full screen Lister directly

Post by *diopter »

Support++

The best solution in my eyes would be to extend the cm_List... commands by a parameter for the lister mode, like in the wincmd.ini section [ListerModes] (see help), with a '>' in front of it to distinguish it from a filename, or '<' as identifier for fullscreen display.
cm_List >4i
cm_List <Imagine.wlx

If only numeric parameters should be realizable, one could code the modes as follows:
1..8: View mode as shown in the Lister menu "Options".
4: Multimedia, automatic detection
10: like 4i - multimedia, use internal viewer (no plugins)
100..999: Plugin number as in wincmd.ini section [ListerPlugins] + 100
+1000 for full screen
Last edited by diopter on 2022-05-13, 22:34 UTC, edited 1 time in total.
Fla$her
Power Member
Power Member
Posts: 2244
Joined: 2020-01-18, 04:03 UTC

Re: Full screen Lister directly

Post by *Fla$her »

diopter wrote: ↑2022-05-13, 20:22 UTC100..999: Plugin number as in wincmd.ini section [ListerModes] + 100
+1000 for full screen
I didn't understand. More details, please.
I would prefer to list the plugins or their indexes in wincmd.ini (for example, AutoFullScreenPlugs=3|7|12|19|35|39|54) that need to be taken into account for the full screen. The only problem is that not everyone allows you to use Alt + Enter (without taking into account those that use this hotkey in their own way).
Overquoting is evil! πŸ‘Ž
diopter
Junior Member
Junior Member
Posts: 31
Joined: 2017-02-02, 06:42 UTC
Location: Germany

Re: Full screen Lister directly

Post by *diopter »

Sorry, should be:
100..999: Plugin number as in wincmd.ini section [ListerPlugins] + 100
User avatar
Gral
Power Member
Power Member
Posts: 1460
Joined: 2005-01-26, 15:12 UTC

Re: Full screen Lister directly

Post by *Gral »

Fla$her wrote: ↑2022-05-13, 21:40 UTC
diopter wrote: ↑2022-05-13, 20:22 UTC100..999: Plugin number as in wincmd.ini section [ListerModes] + 100
+1000 for full screen
I didn't understand. More details, please.
I would prefer to list the plugins or their indexes in wincmd.ini (for example, AutoFullScreenPlugs=3|7|12|19|35|39|54) that need to be taken into account for the full screen. The only problem is that not everyone allows you to use Alt + Enter (without taking into account those that use this hotkey in their own way).
What if the order of the plugins is changed? - this should be independent of plugin's position in ini file and works even while plugins order change.
So, rather configure same way as a plugin prefered for file type - just by plugin name - e.g. IMAGINE.WLX
Fla$her
Power Member
Power Member
Posts: 2244
Joined: 2020-01-18, 04:03 UTC

Re: Full screen Lister directly

Post by *Fla$her »

diopter wrote: ↑2022-05-13, 22:33 UTCSorry, should be:
Changing the name of the section didn't make it any clearer. Where do these 100..999 come from? And what is +100?
Gral wrote: ↑2022-05-13, 22:37 UTCWhat if the order of the plugins is changed?
Automatically change the number in this key if we are talking about TC dialog. It's simple.
Gral wrote: ↑2022-05-13, 22:37 UTCjust by plugin name - e.g. IMAGINE.WLX
One name doesn't do much good. In any case, an enumeration is needed. And it's possible without extensions.

Without overquoting, please.
Last edited by Fla$her on 2022-05-14, 21:27 UTC, edited 1 time in total.
Overquoting is evil! πŸ‘Ž
diopter
Junior Member
Junior Member
Posts: 31
Joined: 2017-02-02, 06:42 UTC
Location: Germany

Re: Full screen Lister directly

Post by *diopter »

Have you EVER looked into wincmd.ini section [ListerPlugins] ?
The lister plugins are there numbered starting from 0, so you must add 100 to use it with an extended cm_List... command.
Fla$her
Power Member
Power Member
Posts: 2244
Joined: 2020-01-18, 04:03 UTC

Re: Full screen Lister directly

Post by *Fla$her »

Strange question. Sure. Hundreds of times.
Why add exactly 100, can you explain?
Overquoting is evil! πŸ‘Ž
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: Full screen Lister directly

Post by *ghisler(Author) »

I'm considering to support the same parameters as for standalone Lister /S=L:parameters
Of course I would add a parameter there to also support full screen mode.
Author of Total Commander
https://www.ghisler.com
Fla$her
Power Member
Power Member
Posts: 2244
Joined: 2020-01-18, 04:03 UTC

Re: Full screen Lister directly

Post by *Fla$her »

ghisler(Author) wrote: ↑2022-05-15, 06:31 UTCI'm considering to support the same parameters as for standalone Lister /S=L:parameters
In this case, it will not work for the usual F3 and a group of plugins. What is the point of creating a separate button for each plugin, looking for it on the panel, or a hotkey, remembering it?
Overquoting is evil! πŸ‘Ž
Fla$her
Power Member
Power Member
Posts: 2244
Joined: 2020-01-18, 04:03 UTC

Re: Full screen Lister directly

Post by *Fla$her »

2ghisler(Author)
Please add a key with listing plugins for full screen mode (like AutoFullScreenPlugs=Lister,slister,vlister,etc). It would be very useful, because Alt+Enter does not work with plugins unlike /S=L:F.
Overquoting is evil! πŸ‘Ž
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: Full screen Lister directly

Post by *ghisler(Author) »

Sorry, some plugins like Imagine handle Alt+Enter by themselves, it wouldn't be good to interfere.
Author of Total Commander
https://www.ghisler.com
Fla$her
Power Member
Power Member
Posts: 2244
Joined: 2020-01-18, 04:03 UTC

Re: Full screen Lister directly

Post by *Fla$her »

2ghisler(Author)
You didn't understand. It's not about using Alt+Enter. /S=L:F applies to all viewing plugins without exception. I suggest that the user chooses which plugins he needs to run in this mode by F3 (the name of the key start with Auto). If he has configured Imagine to run in full screen, then there is no point in specifying it in this list. Isn't it?
Overquoting is evil! πŸ‘Ž
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: Full screen Lister directly

Post by *ghisler(Author) »

Sorry, I really didn't understand what you want, and I still don't.
Where would you want to tell Lister that it should show Imagine in full screen? What does it have to do with the /S=L:F parameter?
Author of Total Commander
https://www.ghisler.com
Post Reply