HTMLView out of the box

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
KozakMak
Senior Member
Senior Member
Posts: 352
Joined: 2021-05-24, 12:39 UTC
Location: UA

HTMLView out of the box

Post by *KozakMak »

One and only real reasons to use the old HTMLView.wlx is the folder Quick view.

Considering that the plugin has not been updated for more than 10 years and will not be updated 10 years more, perhaps its functionality must be out of the box? And with dark mode 8)
OS: Win10 | TC: latest x64
KozakMak
Senior Member
Senior Member
Posts: 352
Joined: 2021-05-24, 12:39 UTC
Location: UA

Re: HTMLView out of the box

Post by *KozakMak »

https://fpic.in/kjKevry

looks awful in dark mode ((
OS: Win10 | TC: latest x64
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: HTMLView out of the box

Post by *ghisler(Author) »

Total Commander tells Lister plugins when it is in dark mode, but it's a relatively recent change. Therefore older plugins know nothing about dark mode and don't change their color scheme.

Unfortunately I didn't yet document the new flags for dark mode. I have now updated the plugin writer's guide for Lister plugins:
https://ghisler.fileburst.com/lsplugins/listplughelp2.12_chm.zip
Author of Total Commander
https://www.ghisler.com
KozakMak
Senior Member
Senior Member
Posts: 352
Joined: 2021-05-24, 12:39 UTC
Location: UA

Re: HTMLView out of the box

Post by *KozakMak »

ye but the author of HTMLView is lost

just add the ability Ctrl+Q with explorer out of the box PLEASE

we already have explorer in lister so what the problem?
OS: Win10 | TC: latest x64
User avatar
nsp
Power Member
Power Member
Posts: 1803
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: HTMLView out of the box

Post by *nsp »

What do you mean with "explorer in lister" ??

To my understanding, you want to auto-switch target folder when focus in on any folder from source. I do not know if such option is available at TC level.

With quickview, you have a lister window on top of the target tab. The best would be to have a dummy lister with a TC Tab inside, It is not really doable without the help of @ghisler(Author).
A transparent quickview window and mouse click-through could also works but do know if appLoader author can implement it ?

What can be done with QuickView in separate window ( [Shift]+[Ctrl]]+Q ) using appLoaderwith this configuration (save as AppLoader.ini):

Code: Select all

;CONFIGURING PLUGIN BEHAVIOR
[Options]
;Specifies when the settings are read from this section:
;  0: only when the plugin is loaded into memory
;  1: for each access to the plugin
ReadOptionsEveryTime=0

;Enables control with Scroll Lock key:
;  0: plugin is always on
;  1: enable plugin by Scroll Lock key
ScrollLockControl=0

;Controls plugin executing depending on the type of window:
;  1: execute only in modal windows ("Find Files", "Synchronize directories", Overwrite dialog)
;  0: execute conditions defined by keys FindFiles, SyncDirs, TCWindow, QuickView, Lister4, OverWrite
ModalOnly=0

;If ModalOnly=0, controls plugin executing (1: allow; 0: disallow):
;  in window "Find Files"
FindFiles=0
;  in window "Synchronize directories"
SyncDirs=0
;  in main window of Total Commander
TCWindow=1
;  with quick view
QuickView=1
;  in Lister when activated view mode with plugins (key 4) or when switching between files (keys N and P)
Lister4=1
;  when starts Lister without Total Commander main window (from command line with parameter /S=L)
ListerDirectly=1
;  in Overwrite dialog
OverWrite=1

;Controls plugin executing depending on the file extension:
;  1: execute only for files with extensions, defined in section Editor of file AppLoader.ini or in section Extensions of Total Commander configuration file (see key UseTCExtensions)
;  0: execute for files with any extension
IfIsExtOnly=1

;Specifies the action on the Lister window (including quick view) after plugin executing:
;  0: leave open
;  1: when file was extracted/downloaded from archive/FTP-server/WFX-plugin: normal Lister window – hide, quick view window – leave open; in other cases – close
;  2: close anyway
ListerState=0

;If ListerState=0:
;Specifies the behavior for the case where Lister is left open after plugin executing:
;  1: switch Lister to the next appropriate plugin
;  0: leave AppLoader in Lister
NextPlugin=0

;Defines how to pass command line parameters to the applications:
;  0: Parameters by application. Files divides into groups depending on association with applications. Starts separate application instance for each group. Command line parameters gets from section Editor (key - full name of application)
;  1: Parameters by extension. Start type defined by key ParamsByExtMode
ParamsMode=1

;If ParamsMode=1:
;Defines how to pass command line parameters to the applications:
;  0: Files divides into groups depending on association with applications. Starts separate application instance for each group. Command line parameters gets from section Editor (key that contains extension of first file in group)
;  1: Files divides into groups depending on extension. Starts separate application instance for each group. Command line parameters gets from section Editor (key that contains extension of group files)
;  2: Starts separate application instance for each file. Command line parameters gets from section Editor (key that contains file extension)
ParamsByExtMode=0

;Defines source of application associations by extensions:
;  1: section Extensions in Total Commander configurstion file
;  0: section Editor in file AppLoader.ini
UseTCExtensions=0

;When plugin execute in dialog "Find Files" this option allows to copy search text into the clipboard, if checked search option "Find text":
;  1: enable function
;  0: disable function
CopySearchTextToClip=1

;If IfIsExtOnly=0:
;  Default application. Name of the application which will starts for file types (extensions) that do not have their own application
DefaultEditor=notepad

;NAMES AND COMMAND LINE PARAMETERS OF APPLICATIONS
;Read the help file for more information on this section.
[Editor]
:dir=%commander_exe%
:dir_params=/O /S /R=%1
;HOT KEYS
;See list of key codes in file ReadMe\KeyCodes.html. If code is not defined hot key will not assign. Can be used both decimal and hexadecimal code values. For example, F12 – 123 or 0x7B.
;Available modifier values: A – Alt, C – Control, S – Shift. Sample: CAS – Control+Alt+Shift.
[HotKeys]

;Code of hot key (for example, 123 – F12), which can be used in Lister to open the file with associated application
AppFromLister_key=123

;Modifier for hotkey specified in the key AppFromLister_key
AppFromLister_mod=C

;Code of hot key (for example, 0x78 – F9), which can be used in Lister to open the file with associated in OS application
DefSysAppFromLister_key=120

;Modifier for hotkey specified in the key DefSysAppFromLister_key
DefSysAppFromLister_mod=C

;POSITIONS OF Total Commander INTERFACE ELEMENTS
;If CopySearchTextToClip=1 these keys used to search for interface elements by their location. Plugin will search for an element at position plus/minus 5 pixels from the specified value.
[TCPos]

If you use quickview, the lister windows will be on top of the current folder and you will not see the auto-switch on focus.
If QuickView windows is closed, quick view process is stopped and you need use ^Q again to switch folders...
User avatar
petermad
Power Member
Power Member
Posts: 14739
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: HTMLView out of the box

Post by *petermad »

What do you mean with "explorer in lister" ??
Maybe KozakMak refers to the Explorer Preview (8) in Lister - which is not the same as having "explorer in lister".
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
KozakMak
Senior Member
Senior Member
Posts: 352
Joined: 2021-05-24, 12:39 UTC
Location: UA

Re: HTMLView out of the box

Post by *KozakMak »

petermad wrote: 2022-05-27, 15:49 UTC Explorer Preview (8) in Lister
exactly
OS: Win10 | TC: latest x64
Post Reply