sLister WLX plugin
Moderators: Hacker, petermad, Stefan2, white
I'm sorry for my English.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.
This can be done with a plugin. After creating the CreateProcessW, add
Code: Select all
PostMessage(ParentWin, WM_KEYDOWN, VK_TAB, 0);
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 usefulDeanel wrote:I'm sorry for my English.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.
This can be done with a plugin. After creating the CreateProcessW, addThis after displaying the window will switch focus back to the list of active files, and will not allow to focus on SumatraPDF.Code: Select all
PostMessage(ParentWin, WM_KEYDOWN, VK_TAB, 0);
Here you can see an implementation, slightly modified for yourself:
upload.ee/files/8517595/slister.zip
but how about releasing the source you used for compile or even posting a patch if you only changed one line of code
Re: sLister WLX plugin
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
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.

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)
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Re: sLister WLX plugin
Much better is to fully install SumatraPDF and point the SLister to the installed version.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.htmlyou can just download the portable zip version and place it as sumatra.exe in your slister folder
- 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.
![]()
Then you can always update it with Pre-Release versions and SLister automatically uses it.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Re: sLister WLX plugin
Good tip.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.
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)
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
-
- Junior Member
- Posts: 91
- Joined: 2006-11-07, 16:36 UTC
- Location: Trieste, Italy
- Contact:
Re: sLister WLX plugin
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.
The application has failed to start because its side-by-side configuration is incorrect. etc.
Re: sLister WLX plugin
Side-by-side errors normaly comes later when running an installed productmikedepetris 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.
and its caused by missing some run-time libraries (Microsoft Visual C++ Redistributable).
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Re: sLister WLX plugin
You should use the portable build with slister (the installable should work too)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.
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
Re: sLister WLX plugin
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.
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.
Re: sLister WLX plugin
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.
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
Polish subforum moderator
Re: sLister WLX plugin
2Usher
Oh, that's sad, thanks for your reply.
Oh, that's sad, thanks for your reply.
Re: sLister WLX plugin
You can trykesdoputr wrote: 2020-05-06, 13:09 UTC Sorry for one quetion, can i turn off the toolbar when i use slister?
upload.ee/files/11934051/slister.7z
-
- Junior Member
- Posts: 2
- Joined: 2015-08-07, 11:37 UTC
Re: sLister WLX plugin
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
Is there any other source for slister?
Thx