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
dmocha
Junior Member
Junior Member
Posts: 52
Joined: 2013-05-05, 19:09 UTC
Location: Poland

Post by *dmocha »

Returned problem: crash accessing when trying to go to "Options dialog" in 64bit TC for the latest version 1.1.5
Windows 10
regards
dmocha
hi5
Power Member
Power Member
Posts: 551
Joined: 2012-11-03, 11:35 UTC
Contact:

Post by *hi5 »

Alextp wrote:it is ok. so you clicked Cudalister. then yes, Ctrl+Q don't close plugin.
OK nevermind, I'll use a AutoHotkey script to do that for me - just switch back to file panel tab and press Ctrl+Q again :-)
Izual_Yang
New Member
New Member
Posts: 1
Joined: 2017-10-26, 06:33 UTC

Post by *Izual_Yang »

It seems that CudaLister cannot detect file codepage correctly.

for .txt files with chinese characters, cudalister sticks to utf-8 and shows garbage.
ansi does no good, because cudalister uses cp1250 instead of cp1252(latin1) or cp1251(cyrillic) or just using system locale codepage.
i guess this wierd cp1250 is the default or fallback option of ATSynEdit

only cp936 works for me but i have to manually choose it EVERY time. cudatext uses cp1250 as default codepage for ansi too, but it saves per-file encoding settings in config file("settings\history files.json")
Last edited by Izual_Yang on 2017-10-26, 08:46 UTC, edited 3 times in total.
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

Yes,it cannot detect codepage [only can detect utf8 by content].
You can make a patch

ps. I think patch will fail on CJK and Russian
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

@Ghisler
I tried to hide crash of mouse drag.
it is not inside plugin. it is drag-drop in Totalcmd.

i disabled:
- all mouse handling in ATsynedit
- hidden statusbar
- set Mouse.DragTheshold:= 2000000
- set Mouse.DragImmediate:= false

please see drag drop in TC.
User avatar
thomasmolover
Member
Member
Posts: 160
Joined: 2016-12-12, 01:32 UTC

Post by *thomasmolover »

this is a great plugins! but it often crash when switch in files with quick view mode(ctrl+q) , specially switch from other wlx plugins to cudalist, it will 100% crash(win10x64+TCx64).
and please add the multilanguage file to it?
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

Update 1.2.1
- working keys A S (ascii/ansi), W (wrap)
- no-caret mode, option in dialog
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

2thomasmolover
Not sure I can fix crash in plugin called after another plugin, it is TC work, Cudalister works like it must.
User avatar
thomasmolover
Member
Member
Posts: 160
Joined: 2016-12-12, 01:32 UTC

Post by *thomasmolover »

Alextp wrote:2thomasmolover
Not sure I can fix crash in plugin called after another plugin, it is TC work, Cudalister works like it must.
thanks for your great work!

I hope it would has 2 func:
1. multi language for local
2. it would can set default codepage for text file without bom head, like CPxxx to default ANSI text
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

Ghisler wrote me, that crashes in x64 version, are fixed on TCmd level. it was Lazarus issue.
so from next TC 9.12 beta, crashes must be fixed.
with the current CudaLister.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

2Alextp
Does the crash which happens when your plugin is called after another plugin still happen?
Author of Total Commander
https://www.ghisler.com
laycher
New Member
New Member
Posts: 1
Joined: 2017-10-27, 03:25 UTC

Post by *laycher »

Thanks for your contribution.

I found it doesn't work on chinese.
Can you fix it?
Thanks.
User avatar
thomasmolover
Member
Member
Posts: 160
Joined: 2016-12-12, 01:32 UTC

Post by *thomasmolover »

laycher wrote:Thanks for your contribution.

I found it doesn't work on chinese.
Can you fix it?
Thanks.
It can, but you would choice the preview codepage in the page, so I suggest that the plugin could be config for a normal codepage without info
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

1) About CHS encoding support -it's already here. Click statusbar, enc field, find CJK encodings in menu.

2) I cannot login here sometimes. From Ru IP.
I visit more often -
forum.wincmd.ru
http://forum.wincmd.ru/viewtopic.php?t=16446
and
https://github.com/alexey-t/cudalister/issues
User avatar
DrShark
Power Member
Power Member
Posts: 1872
Joined: 2006-11-03, 22:26 UTC
Location: Kyiv, 68/262
Contact:

Post by *DrShark »

Tried to edit markdown files with Cudalister 1.3.0 plugin.
What is missing:
1) quick save feature is not available (Lister must be closed to save the file!);
2) pasting of the clipboard text copied from other editors doesn't work (looks like CudaLister works only with own internal clipboard);
3) option to see the file blocks folded at opening doesn't seem to be available too (The FoldLevel setting, if set to 1 while CudeLister is opened, is not restored after restart, even on the same viewed file).

Are those bugs or intentional limitations of the plugin?

Also would be nice to see the launch of the links (web and in-document, like TOC/chapters) working by a MouseClick and/or Ctrl+MouseClick (a feature available in some text and HTML editors).
Donate for Ukraine to help stop Russian invasion!
Ukraine's National Bank special bank account:
UA843000010000000047330992708
Post Reply