uLister
Moderators: Hacker, petermad, Stefan2, white
Re: uLister
It's impossible to lead us astray for we don't care even to choose the way.
#259941, TC 11.01 x64, Windows 7 SP1 x64
#259941, TC 11.01 x64, Windows 7 SP1 x64
-
- Junior Member
- Posts: 91
- Joined: 2006-11-07, 16:36 UTC
- Location: Trieste, Italy
- Contact:
Re: uLister
2norfie²
2Ovg
Thank you, totalcmd.net is working again today.
2Ovg
Thank you, totalcmd.net is working again today.
Re: uLister
Hello everybody. I'm trying to stop ulister from loading .svg files with "noloadtypes". Problem is, I don't know which format to choose - I'm guessing the plugin sees .svgs as something image- or xlm-connected?
Re: uLister
2rybomir
I guess that you want to use another svg-viewer instead of ulister. If so then place the svg-viewer before ulister plugin in the TCmd plugin list (menu Configuration - Options - Plugins -Lister Plugins Button "Configure" - window Lister Plugins - with the upper/down signs in the down left corner).
I guess that you want to use another svg-viewer instead of ulister. If so then place the svg-viewer before ulister plugin in the TCmd plugin list (menu Configuration - Options - Plugins -Lister Plugins Button "Configure" - window Lister Plugins - with the upper/down signs in the down left corner).
"War is evil, in so far as it makes more bad people than it takes away."
Immanuel Kant in "Perpetual Peace"
Immanuel Kant in "Perpetual Peace"
Re: uLister
To solve that I just have the Html plugin bevor the ULister plugin in the Lister load order.rybomir wrote: 2019-07-15, 07:48 UTC Hello everybody. I'm trying to stop ulister from loading .svg files with "noloadtypes". Problem is, I don't know which format to choose - I'm guessing the plugin sees .svgs as something image- or xlm-connected?
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: uLister
Thanks for the replies. That would work, except I want to see .svgs in Total Commander's build-in viewer (simply as plain text).
Re: uLister
2rybomir
In that case you could add a detect-string into the wincmd.ini
Menu Help - About Total Commander says where the wincmd.ini is located
open this wincmd.ini goto [ListerPlugins] segment and find ulister.wlx and add the x_detect string.
Number 4 has to be modified to your entry number
A description of the detect string is here included
https://plugins.ghisler.com/lsplugins/listplughelp2.1_chm.zip
In that case you could add a detect-string into the wincmd.ini
Menu Help - About Total Commander says where the wincmd.ini is located
open this wincmd.ini goto [ListerPlugins] segment and find ulister.wlx and add the x_detect string.
Number 4 has to be modified to your entry number
Code: Select all
4=%COMMANDER_PATH%\PLUGINS\WLX\ULISTER\ulister.wlx
4_detect="MULTIMEDIA&(ext!="SVG"&ext!="SVGS"&ext!="SVGZ")"
https://plugins.ghisler.com/lsplugins/listplughelp2.1_chm.zip
"War is evil, in so far as it makes more bad people than it takes away."
Immanuel Kant in "Perpetual Peace"
Immanuel Kant in "Perpetual Peace"
Re: uLister
Perfect, that's it. I can use this method to exclude other file formats as well. Thanks a lot!
Re: uLister
2rybomir
I use it in opposite way - only some file formats are choosen.
I use it in opposite way - only some file formats are choosen.
Code: Select all
3=%COMMANDER_PATH%\PLUGINS\WLX\SVGView\SVGView.wlx
3_detect="MULTIMEDIA&(ext="SVG"|ext="SVGZ")"
"War is evil, in so far as it makes more bad people than it takes away."
Immanuel Kant in "Perpetual Peace"
Immanuel Kant in "Perpetual Peace"
Re: uLister
You can still do that by using pressing "4" but I don't see a text view for a graphic file as very useful.rybomir wrote: 2019-07-15, 10:27 UTC Thanks for the replies. That would work, except I want to see .svgs in Total Commander's build-in viewer (simply as plain text).
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: uLister
2Horst.Epp
Pressing "1" changes to text view, pressing "4" toggles between the different "multimedia"-viewers.
Pressing "1" changes to text view, pressing "4" toggles between the different "multimedia"-viewers.
"War is evil, in so far as it makes more bad people than it takes away."
Immanuel Kant in "Perpetual Peace"
Immanuel Kant in "Perpetual Peace"
Re: uLister
For me 4 toggles between Htmlview (shows the picture), Ulister (shows it as text) and CudaLister (shows the xml)norfie² wrote: 2019-07-15, 13:49 UTC 2Horst.Epp
Pressing "1" changes to text view, pressing "4" toggles between the different "multimedia"-viewers.
Only CudaLister is defined as Multimedia !
Using 1 toogles between HTMLview (Picture) and pure Lister which shows it as text.
So using 4 is much better in my case.
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: uLister
Usually when I have a plugin which I dont want to load as default I use the FORCE parameter - examples:
Then the plugin will only load when I press 4 in Lister, for extensions not listed - for example pressing F3 on a .pdf file will load it in Lister with the htmlview plugin, but pressing F3 on a .htm file will load the file as plain text in Lister, but if i press 4 - the htmlview plugin will show the file as in a browser.
Code: Select all
3=%COMMANDER_PATH%\PLUGINS\wlx\fileinfo\fileinfo.wlx
3_detect=FORCE
5=%COMMANDER_PATH%\PLUGINS\wlx\HTMLView\htmlview.wlx
5_detect=EXT="PDF" | FORCE
9=%COMMANDER_PATH%\PLUGINS\wlx\IniEd\IniEd.wlx
9_detect=FORCE & (ext="INF" | ext="INI" | ext="REG" | ext="URL")
14=%COMMANDER_PATH%\PLUGINS\wlx\CudaLister\cudalister.wlx
14_detect=MULTIMEDIA & (EXT="TS" | FORCE)
15=%COMMANDER_PATH%\PLUGINS\wlx\Syn2\Syn2.wlx
15_detect=MULTIMEDIA & FORCE
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: uLister
A forum participant has pointed this out to me by email (from forum software),
that the following version from Oracle is available for the uLister plugin:
Viewer Technology 8.5.5 - Release Date: 5/31/2020 --> Download: vw-8-5-5-win-x86-64.zip
Thanks for the hint!
that the following version from Oracle is available for the uLister plugin:
Viewer Technology 8.5.5 - Release Date: 5/31/2020 --> Download: vw-8-5-5-win-x86-64.zip
Thanks for the hint!
Re: uLister
Thanks for the info.tuska wrote: 2020-08-01, 14:15 UTC A forum participant has pointed this out to me by email (from forum software),
that the following version from Oracle is available for the uLister plugin:
Viewer Technology 8.5.5 - Release Date: 5/31/2020 --> Download: vw-8-5-5-win-x86-64.zip
Thanks for the hint!
Btw. the Content Access file from Oracle are also of interest
because they can be used in the PCREsearch TC content plugin.
The files can be stored into the same dirs as the viewer files are.
https://totalcmd.net/plugring/PCREsearch.html
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