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
User avatar
nsp
Power Member
Power Member
Posts: 1803
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: CudaLister (source code viewer)

Post by *nsp »

Since 1.7.0, the plugin is Read Only without possibility to change to Edit mode like for previous version. Issue 61 was closed with laconic comment from the author with this version.

It is still a good viewer but a huge regression as the ability to edit is removed on released package. If you need edit, Stay on 1.6.4121 or do code modification and build it yourself with Lazarus 2.0.

--edited to correct version typo 41 21
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 »

What nsp said, still a great replacement for TC's internal lister. Also, the latest release v1.72 still occasionally crashes and freezes Total Commander in the process.
Orochi
Junior Member
Junior Member
Posts: 58
Joined: 2011-10-09, 21:32 UTC

Re: CudaLister (source code viewer)

Post by *Orochi »

Can someone share version 1.6.41 of cuda lister please. Want to try the lister with no read only mode.
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 »

Orochi wrote: 2022-03-19, 17:36 UTC Can someone share version 1.6.41 of cuda lister please. Want to try the lister with no read only mode.
https://github.com/Alexey-T/CudaLister/releases
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
Orochi
Junior Member
Junior Member
Posts: 58
Joined: 2011-10-09, 21:32 UTC

Re: CudaLister (source code viewer)

Post by *Orochi »

2Horst.Epp
Thank you. I checked that link earlier just did not see version 1.6.41 of cuda lister.
User avatar
nsp
Power Member
Power Member
Posts: 1803
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: CudaLister (source code viewer)

Post by *nsp »

I made a typo in previous message.. latest version with read+write option is 1.6.21 which is available on github
Orochi
Junior Member
Junior Member
Posts: 58
Joined: 2011-10-09, 21:32 UTC

Re: CudaLister (source code viewer)

Post by *Orochi »

2nsp
Thank you.

Did the author give any reason as to why he removed editing capabilities from his plugin?
User avatar
pantantrolla
Junior Member
Junior Member
Posts: 21
Joined: 2013-06-03, 15:49 UTC

Re: CudaLister (source code viewer)

Post by *pantantrolla »

Orochi wrote: 2022-03-19, 18:53 UTC 2nsp
Thank you.

Did the author give any reason as to why he removed editing capabilities from his plugin?
Extracted from the readme of version 1.70 .

* change: plugin is read-only now, menu item "Read only" is disabled - this is due to problems of new ATSynEdit to work inside Total Commander (TThread + TEvent setting/resetting/checking are not working)
Orochi
Junior Member
Junior Member
Posts: 58
Joined: 2011-10-09, 21:32 UTC

Re: CudaLister (source code viewer)

Post by *Orochi »

2pantantrolla
Thank you. So there is hope that he will return this feature in the future.
User avatar
Peter
Power Member
Power Member
Posts: 2064
Joined: 2003-11-13, 13:40 UTC
Location: Schweiz

Re: CudaLister (source code viewer)

Post by *Peter »

Just for understanding:
"The settings of the files displayed by cudalister are totally based on the "lexer-folder"; the other settings in wincmd.ini (force; ext=...) have no effect."
Correct?
TC 10.xx / #266191
Win 10 x64
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 »

Peter wrote: 2022-03-24, 14:32 UTC Just for understanding:
"The settings of the files displayed by cudalister are totally based on the "lexer-folder"; the other settings in wincmd.ini (force; ext=...) have no effect."
Correct?
Correct. And any individual settings you apply in the Cuda lister plugin are stored in the file LSPlugin.ini, located in TC's main folder. For instance, you can apply one of the color schemes provided with the plugin.
User avatar
norfie²
Power Member
Power Member
Posts: 986
Joined: 2006-02-10, 07:27 UTC

Re: CudaLister (source code viewer)

Post by *norfie² »

Peter wrote: 2022-03-24, 14:32 UTC"The settings of the files displayed by cudalister are totally based on the "lexer-folder"; the other settings in wincmd.ini (force; ext=...) have no effect."
Not quite correct. The detect-string is interpreted by TCmd before the lister plugin is started.
E.g.

Code: Select all

 X_detect="FORCE|((SIZE<2097152)&(ext!="RTF"))"
uses CudaLister only if the file is smaller than 2MB and not a RTF file.
"War is evil, in so far as it makes more bad people than it takes away."
Immanuel Kant in "Perpetual Peace"
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.5.5 is published.
Last edited by norfie² on 2022-04-07, 14:43 UTC, edited 1 time in total.
"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 »

After several more releases, we are currently at v1.7.5.1. Alex is currently on a roll, fixing and further optimizing his great CudaLister plugin. :)
User avatar
pantantrolla
Junior Member
Junior Member
Posts: 21
Joined: 2013-06-03, 15:49 UTC

Re: CudaLister (source code viewer)

Post by *pantantrolla »

1.7.5.2
https://github.com/Alexey-T/CudaLister/releases/tag/1.7.5.2

from history.txt
"+ add: editing is enabled again ('read only' is changable)"

:-)
Post Reply