sLister WLX plugin

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
tom*de
Senior Member
Senior Member
Posts: 394
Joined: 2003-02-25, 09:21 UTC

Post by *tom*de »

Tom - #81178 - 5 User licence - Klugheit, Gerechtigkeit, Tapferkeit und Mäßigung plus Kooperation.
User avatar
tom*de
Senior Member
Senior Member
Posts: 394
Joined: 2003-02-25, 09:21 UTC

Post by *tom*de »

Symantec schrieb mir heute:
"We have added this version of the software to our whitelist in relation to software whitelist submission 4118974"
Tom - #81178 - 5 User licence - Klugheit, Gerechtigkeit, Tapferkeit und Mäßigung plus Kooperation.
Deanel
Junior Member
Junior Member
Posts: 3
Joined: 2018-06-03, 19:26 UTC

Post by *Deanel »

ghisler(Author) wrote:I found a solution for TC9: When I set the focus in the active file list before loading the file, and then set it back on quick search, there is no hang.
I'm sorry for my English.
This can be done with a plugin. After creating the CreateProcessW, add

Code: Select all

PostMessage(ParentWin, WM_KEYDOWN, VK_TAB, 0);
This after displaying the window will switch focus back to the list of active files, and will not allow to focus on SumatraPDF.
Here you can see an implementation, slightly modified for yourself:
upload.ee/files/8517595/slister.zip
iana
Senior Member
Senior Member
Posts: 345
Joined: 2010-07-27, 22:00 UTC

Post by *iana »

Deanel wrote:
ghisler(Author) wrote:I found a solution for TC9: When I set the focus in the active file list before loading the file, and then set it back on quick search, there is no hang.
I'm sorry for my English.
This can be done with a plugin. After creating the CreateProcessW, add

Code: Select all

PostMessage(ParentWin, WM_KEYDOWN, VK_TAB, 0);
This after displaying the window will switch focus back to the list of active files, and will not allow to focus on SumatraPDF.
Here you can see an implementation, slightly modified for yourself:
upload.ee/files/8517595/slister.zip
tanks for the fix seeing how this plugin hasn't been updated in years it was most useful
but how about releasing the source you used for compile or even posting a patch if you only changed one line of code
hi5
Power Member
Power Member
Posts: 551
Joined: 2012-11-03, 11:35 UTC
Contact:

Re: sLister WLX plugin

Post by *hi5 »

New version of Sumatra PDF v3.2 (2020-03-15)
Download https://www.sumatrapdfreader.org/download-free-pdf-viewer.html
What's new: https://www.sumatrapdfreader.org/docs/Version-history.html
  • upgraded core PDF parsing rendering to latest version of mupdf. Faster, less bugs.
  • support for multiple windows
  • improved management of favorites
  • dropped support for Windows XP. Use 3.1.2 on XP.
you can just download the portable zip version and place it as sumatra.exe in your slister folder :)
F4MiniMenu (Forum) - Open selected file(s) from TC in defined editor(s) - A (minimalistic) clone of F4Menu
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6450
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: sLister WLX plugin

Post by *Horst.Epp »

hi5 wrote: 2020-03-16, 20:02 UTC New version of Sumatra PDF v3.2 (2020-03-15)
Download https://www.sumatrapdfreader.org/download-free-pdf-viewer.html
What's new: https://www.sumatrapdfreader.org/docs/Version-history.html
  • upgraded core PDF parsing rendering to latest version of mupdf. Faster, less bugs.
  • support for multiple windows
  • improved management of favorites
  • dropped support for Windows XP. Use 3.1.2 on XP.
you can just download the portable zip version and place it as sumatra.exe in your slister folder :)
Much better is to fully install SumatraPDF and point the SLister to the installed version.
Then you can always update it with Pre-Release versions and SLister automatically uses it.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69
QAP 11.6.3.2 x64
hi5
Power Member
Power Member
Posts: 551
Joined: 2012-11-03, 11:35 UTC
Contact:

Re: sLister WLX plugin

Post by *hi5 »

Horst.Epp wrote: 2020-03-16, 21:21 UTC Much better is to fully install SumatraPDF and point the SLister to the installed version.
Then you can always update it with Pre-Release versions and SLister automatically uses it.
Good tip.
F4MiniMenu (Forum) - Open selected file(s) from TC in defined editor(s) - A (minimalistic) clone of F4Menu
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
mikedepetris
Junior Member
Junior Member
Posts: 84
Joined: 2006-11-07, 16:36 UTC
Location: Trieste, Italy
Contact:

Re: sLister WLX plugin

Post by *mikedepetris »

I download SumatraPDF-3.2-64-install.exe but then my windows10 can't run the executable:
The application has failed to start because its side-by-side configuration is incorrect. etc.
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6450
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: sLister WLX plugin

Post by *Horst.Epp »

mikedepetris wrote: 2020-03-16, 22:12 UTC I download SumatraPDF-3.2-64-install.exe but then my windows10 can't run the executable:
The application has failed to start because its side-by-side configuration is incorrect. etc.
Side-by-side errors normaly comes later when running an installed product
and its caused by missing some run-time libraries (Microsoft Visual C++ Redistributable).
Windows 11 Home x64 Version 23H2 (OS Build 22631.3374)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.2, Listary Pro 6.3.0.69
QAP 11.6.3.2 x64
iana
Senior Member
Senior Member
Posts: 345
Joined: 2010-07-27, 22:00 UTC

Re: sLister WLX plugin

Post by *iana »

mikedepetris wrote: 2020-03-16, 22:12 UTC I download SumatraPDF-3.2-64-install.exe but then my windows10 can't run the executable:
The application has failed to start because its side-by-side configuration is incorrect. etc.
You should use the portable build with slister (the installable should work too)
afaik sumatrapdf does not use any runtime it has been compiled with /mt not /md for years, you should report this error at their git page
https://github.com/sumatrapdfreader/sumatrapdf/issues
User avatar
kesdoputr
Member
Member
Posts: 168
Joined: 2007-12-27, 12:38 UTC

Re: sLister WLX plugin

Post by *kesdoputr »

Sorry for one quetion, can i turn off the toolbar when i use slister?

I have let the setting ShowToolbar = false in my SumatraPDF-settings.txt

But i still get toolbar when i call slister.

ps.I can turn off toolbar by manually press F8, but i want no toolbar on start.
User avatar
Usher
Power Member
Power Member
Posts: 1675
Joined: 2011-03-11, 10:11 UTC

Re: sLister WLX plugin

Post by *Usher »

2kesdoputr
Slister calls SumatraPDF.exe with -plugin option. You can't save preferences for plugin windows and can't run the reader in fullscreen/kiosk mode pressing F11.
Andrzej P. Wozniak
Polish subforum moderator
User avatar
kesdoputr
Member
Member
Posts: 168
Joined: 2007-12-27, 12:38 UTC

Re: sLister WLX plugin

Post by *kesdoputr »

2Usher
Oh, that's sad, thanks for your reply.
Deanel
Junior Member
Junior Member
Posts: 3
Joined: 2018-06-03, 19:26 UTC

Re: sLister WLX plugin

Post by *Deanel »

kesdoputr wrote: 2020-05-06, 13:09 UTC Sorry for one quetion, can i turn off the toolbar when i use slister?
You can try
upload.ee/files/11934051/slister.7z
spitfire_ch
Junior Member
Junior Member
Posts: 2
Joined: 2015-08-07, 11:37 UTC

Re: sLister WLX plugin

Post by *spitfire_ch »

Maybe it's just me, but the entire www.totalcmd.net site seems to be gone (or has been replaced by some scam site, redirecting to https://track.vcdc.com/?mid=138&f=138&domain=totalcmd.net).

Is there any other source for slister?

Thx
Post Reply