uLister
Moderators: sheep, Hacker, Stefan2, white
Re: uLister
It's impossible to lead us astray for we don't care even to choose the way.
#259941, TC 9.5 β8 x64, Windows 7 SP1 x64
#259941, TC 9.5 β8 x64, Windows 7 SP1 x64
-
- Junior Member
- Posts: 63
- 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.
Windows 10 Home x64 November 2019 Update, Version 1909 (OS Build 18363.535)
Intel(R) Core(TM) i7-4770 CPU @ 3.40GH, 16GB RAM
TC 9.50ß9 x64 / x86, Everything 1.4.1.960 (x64)
Intel(R) Core(TM) i7-4770 CPU @ 3.40GH, 16GB RAM
TC 9.50ß9 x64 / x86, Everything 1.4.1.960 (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
http://ghisler.fileburst.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")"
http://ghisler.fileburst.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.
Windows 10 Home x64 November 2019 Update, Version 1909 (OS Build 18363.535)
Intel(R) Core(TM) i7-4770 CPU @ 3.40GH, 16GB RAM
TC 9.50ß9 x64 / x86, Everything 1.4.1.960 (x64)
Intel(R) Core(TM) i7-4770 CPU @ 3.40GH, 16GB RAM
TC 9.50ß9 x64 / x86, Everything 1.4.1.960 (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)
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 10 Home x64 November 2019 Update, Version 1909 (OS Build 18363.535)
Intel(R) Core(TM) i7-4770 CPU @ 3.40GH, 16GB RAM
TC 9.50ß9 x64 / x86, Everything 1.4.1.960 (x64)
Intel(R) Core(TM) i7-4770 CPU @ 3.40GH, 16GB RAM
TC 9.50ß9 x64 / x86, Everything 1.4.1.960 (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 9.5b9 32+64bit on Win XP 32bit, Win 7, 8.1 & 10 (1909) 64bit, 'Everything' 1.4.1.935 (x64)
TC 3.0b12 on Android 6.0
Get: Extended Total Commander Menus | PHSM-Calendar
Danish Total Commander Translator
TC 9.5b9 32+64bit on Win XP 32bit, Win 7, 8.1 & 10 (1909) 64bit, 'Everything' 1.4.1.935 (x64)
TC 3.0b12 on Android 6.0
Get: Extended Total Commander Menus | PHSM-Calendar