CudaLister (source code viewer)

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
ueffel
Junior Member
Junior Member
Posts: 4
Joined: 2020-07-09, 13:01 UTC

Re: CudaLister (source code viewer)

Post by *ueffel »

There is a new version as release on github. Probably because totalcmd.net seems to be permanently down.
It's here: https://github.com/Alexey-T/CudaLister/releases/tag/1.6.16
User avatar
deus-ex
Power Member
Power Member
Posts: 969
Joined: 2003-02-10, 17:45 UTC

Re: CudaLister (source code viewer)

Post by *deus-ex »

@ueffel

Hey, thanks for the hint, much appreciated.
User avatar
norfie²
Power Member
Power Member
Posts: 986
Joined: 2006-02-10, 07:27 UTC

Re: CudaLister (source code viewer)

Post by *norfie² »

CudaLister 1.6.18 is published.
"War is evil, in so far as it makes more bad people than it takes away."
Immanuel Kant in "Perpetual Peace"
User avatar
deus-ex
Power Member
Power Member
Posts: 969
Joined: 2003-02-10, 17:45 UTC

Re: CudaLister (source code viewer)

Post by *deus-ex »

CudaLister v1.6.20 has just been released.
User avatar
norfie²
Power Member
Power Member
Posts: 986
Joined: 2006-02-10, 07:27 UTC

Re: CudaLister (source code viewer)

Post by *norfie² »

CudaLister v1.6.21 is published
"War is evil, in so far as it makes more bad people than it takes away."
Immanuel Kant in "Perpetual Peace"
zhxeeaa
Junior Member
Junior Member
Posts: 50
Joined: 2016-12-10, 06:21 UTC

Re: CudaLister (source code viewer)

Post by *zhxeeaa »

Great lister!
Can't display some unicode character e.g. Russian in TCMediaInfo.lng normaly. I don't know if it's an individual case.
User avatar
norfie²
Power Member
Power Member
Posts: 986
Joined: 2006-02-10, 07:27 UTC

Re: CudaLister (source code viewer)

Post by *norfie² »

CudaLister 1.7.0 is published.
"This has disabled the editing, ie 'read only' menu item is disabled."
"War is evil, in so far as it makes more bad people than it takes away."
Immanuel Kant in "Perpetual Peace"
User avatar
deus-ex
Power Member
Power Member
Posts: 969
Joined: 2003-02-10, 17:45 UTC

Re: CudaLister (source code viewer)

Post by *deus-ex »

norfie² wrote: 2021-09-18, 16:51 UTC CudaLister 1.7.0 is published.
"This has disabled the editing, ie 'read only' menu item is disabled."
I recommend staying with the previous release as v1.7.0 turns out to crash a lot and freezing Total Commander as a result.

EDIT: Just wanted to add that by no means I'm saying CudLister is bad, quite the contrary. I'm using CudaLister as my main lister for quite some time now. I'm sure Alexey is aware of the issues and busy fixing them with an upcoming release.
Last edited by deus-ex on 2021-09-18, 20:22 UTC, edited 1 time in total.
User avatar
pantantrolla
Junior Member
Junior Member
Posts: 21
Joined: 2013-06-03, 15:49 UTC

Re: CudaLister (source code viewer)

Post by *pantantrolla »

norfie² wrote: 2021-09-18, 16:51 UTC CudaLister 1.7.0 is published.
"This has disabled the editing, ie 'read only' menu item is disabled."
I also stay in the previous version 1.6.21.
I do not edit with cudalister, but I prefer to have the option of being able to do it
thx for the notice
kennlicht
Junior Member
Junior Member
Posts: 7
Joined: 2016-11-25, 09:17 UTC

Re: CudaLister (source code viewer)

Post by *kennlicht »

I love CudaLister and already installed 1.7.0. In most cases it works fantastically, but there's one strange problem I can't cope with:

I want CudaLister to recognize "CMakeLists.txt" with its CMake-Lexer. So I added

Code: Select all

Extentions = 'cmake /CMakeLists.txt'
to the CMake.lcf file.

CudaLister loads the desired lexer with files ending in ".cmake" but that doesn't really work with "CMakeLists.txt". What am I doing wrong?

Is it the ".txt" extension, which prevents loading the correct lexer?
kennlicht
Junior Member
Junior Member
Posts: 7
Joined: 2016-11-25, 09:17 UTC

Re: CudaLister (source code viewer)

Post by *kennlicht »

BTW, that's not the error: The option is really "Extentions" and not "Extensions" :wink:
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6450
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: CudaLister (source code viewer)

Post by *Horst.Epp »

kennlicht wrote: 2021-11-12, 11:04 UTC I love CudaLister and already installed 1.7.0. In most cases it works fantastically, but there's one strange problem I can't cope with:

I want CudaLister to recognize "CMakeLists.txt" with its CMake-Lexer. So I added

Code: Select all

Extentions = 'cmake /CMakeLists.txt'
to the CMake.lcf file.

CudaLister loads the desired lexer with files ending in ".cmake" but that doesn't really work with "CMakeLists.txt". What am I doing wrong?

Is it the ".txt" extension, which prevents loading the correct lexer?
Lexers are assigned to extensions.
You can assign it also to txt extensions by changing the lcf file.
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
kennlicht
Junior Member
Junior Member
Posts: 7
Joined: 2016-11-25, 09:17 UTC

Re: CudaLister (source code viewer)

Post by *kennlicht »

That's my plan. But I don't want to assign all textfiles to that lexer, only "CMakeLists.txt" (and that's also case-sensitive, but I would still be satisfied if not). I thought the "/" in front of the filename would do this. It works in all cases except with ending "txt"... :shock:

Have a look at "Apache config.lcf", "Bash script.lcf" or "Makefile.lcf". :wink:
kennlicht
Junior Member
Junior Member
Posts: 7
Joined: 2016-11-25, 09:17 UTC

Re: CudaLister (source code viewer)

Post by *kennlicht »

Ok, it's not a bug, it's a feature! :D

CudaLister converts filenames to lower-case before its strcmp. So the following code in "CMake.lcf" does what I desired:

Code: Select all

  Extentions = 'cmake /cmakelists.txt'
instead of

Code: Select all

  Extentions = 'cmake /CMakeLists.txt'
which does not work.

That's ok for me. Should be documented somewhere...
User avatar
deus-ex
Power Member
Power Member
Posts: 969
Joined: 2003-02-10, 17:45 UTC

Re: CudaLister (source code viewer)

Post by *deus-ex »

CudaLister has just been updated to v1.7.2
Post Reply