Logviewer for Total Commander

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: petermad, Stefan2, Hacker

Post Reply
adoeller
Senior Member
Senior Member
Posts: 411
Joined: 2011-05-23, 09:47 UTC

Re: Logviewer for Total Commander

Post by *adoeller »

Fla$her wrote: 2026-06-01, 23:11 UTC Window BG does not work now. The lower part is filled in with a custom color.
last line was extended to bottom. fixed.
Fla$her wrote: 2026-06-01, 23:11 UTC The text on the dark toolbar has become yellow.
its ForeColor from TC. is that the wrong one for you?
Fla$her wrote: 2026-06-01, 23:11 UTC Otherwise, nothing has changed. The font and cells are the same.
flickering fixed. could not see it for slow updating logs.
custom format not fully implemented. is more of an idea to implement special formats, but never fully integrated. if a common format is missing, i would implement that first.

updated on github
Fla$her
Power Member
Power Member
Posts: 4033
Joined: 2020-01-18, 04:03 UTC

Re: Logviewer for Total Commander

Post by *Fla$her »

2adoeller
last line was extended to bottom. fixed.
OK. I also saw the dependence on the last line at first, until I changed the custom color.
its ForeColor from TC. is that the wrong one for you?
It fits. I was just listing the changes that I saw.
Better answer the question about the toolbar background.
flickering fixed.
Not confirmed.
custom format not fully implemented.
I can't get any results with the dates. At least for totalcmd.log.
Can you show a working example with the entered data and the result of its application?

Can you make a customizer for the status bar (at least in the ini)?
Overquoting is evil! 👎
adoeller
Senior Member
Senior Member
Posts: 411
Joined: 2011-05-23, 09:47 UTC

Re: Logviewer for Total Commander

Post by *adoeller »

Better answer the question about the toolbar background.
Toolsbar background is also from the tc ini.
I can't get any results with the dates. At least for totalcmd.log.
Can you show a working example with the entered data and the result of its application?
i have a dev version with working formats and dates. i will check if this localized german format gets detected correctly. and it should get detected automatically, i.e. not in custom format.

Code: Select all

03.06.2026 13:31:45: Packen: c:\Dokumente und Einstellungen\adoeller\Desktop\SD-CARD.LST
Can you make a customizer for the status bar (at least in the ini)?
the status bar gets the size of the TC status bar (sizes, number of dirs) and uses the same size (+1 px). works here with my configuration.
are you asking for height or for color?
Fla$her
Power Member
Power Member
Posts: 4033
Joined: 2020-01-18, 04:03 UTC

Re: Logviewer for Total Commander

Post by *Fla$her »

Toolsbar background is also from the tc ini.
Key names :?:
and it should get detected automatically, i.e. not in custom format.
Do you mean the 'Auto detect format' checkbox?
I had it and I didn't see any results of its action.
the status bar gets the size of the TC status bar (sizes, number of dirs) and uses the same size (+1 px).
I don't confirm it. It's the same for me. Same font, same height.
are you asking for height or for color?
Height and font settings, text centering or indents.

The problem of displaying inactive scrollbars has also not been fixed.
Overquoting is evil! 👎
adoeller
Senior Member
Senior Member
Posts: 411
Joined: 2011-05-23, 09:47 UTC

Re: Logviewer for Total Commander

Post by *adoeller »

Fla$her wrote: 2026-06-03, 12:06 UTC Key names :?:
BackColor
Fla$her wrote: 2026-06-03, 12:06 UTC Do you mean the 'Auto detect format' checkbox?
I had it and I didn't see any results of its action.
as i said, dev version.
Fla$her wrote: 2026-06-03, 12:06 UTC I don't confirm it. It's the same for me. Same font, same height.
works here with any font size
Fla$her wrote: 2026-06-03, 12:06 UTC Height and font settings, text centering or indents.
no
Fla$her wrote: 2026-06-03, 12:06 UTC I can't get any results with the dates. At least for totalcmd.log.
there is nothing to parse for totalcmd.log. use TC log viewer.
Fla$her wrote: 2026-06-03, 12:06 UTC The problem of displaying inactive scrollbars has also not been fixed.
horizontal scroll also forced vertical srollbar. fixed.

new version on github
Compugenio
Junior Member
Junior Member
Posts: 4
Joined: 2026-06-03, 18:11 UTC

Re: Logviewer for Total Commander

Post by *Compugenio »

Adoeller, you WIN the most toolbar icons on one screen award in Total Commander. :D
How many are there? and do you ever hunt and peck looking for something? 8)
adoeller
Senior Member
Senior Member
Posts: 411
Joined: 2011-05-23, 09:47 UTC

Re: Logviewer for Total Commander

Post by *adoeller »

Compugenio wrote: 2026-06-07, 22:33 UTC Adoeller, you WIN the most toolbar icons on one screen award in Total Commander. :D
How many are there? and do you ever hunt and peck looking for something? 8)
Is there an award? ;)

I am just trying to solve my problems, either by porting old 32-bit programs or by adding new ones.

Atm there are 5 more that are not listed here, some in repos, some only locally.
adoeller
Senior Member
Senior Member
Posts: 411
Joined: 2011-05-23, 09:47 UTC

Re: Logviewer for Total Commander

Post by *adoeller »

fixes für standalone exe and lister
lookaround
beautification for filter
Fla$her
Power Member
Power Member
Posts: 4033
Joined: 2020-01-18, 04:03 UTC

Re: Logviewer for Total Commander

Post by *Fla$her »

2adoeller
BackColor
But it should be from here:

Code: Select all

[Lister]
BgColor=..
as i said, dev version.
there is nothing to parse for totalcmd.log. use TC log viewer.
Why is that? There are dates set there. I asked you to show me an example of a file and a screenshot of what I should see as a result.
works here with any font size
I look at Win 10 and it's the same there - the height is smaller, the font is different.
Where do you look at the font and size? They should be here (in order of section priority):

Code: Select all

[AllResolutions]
FontSize=
FontName=
FontWeight=

[NNNNxNNNN (10x20)]
FontSize=
FontName=
FontWeight=
Taking RedirectSection= into account, of course.
no
What do you mean? Can't you do it that way?
horizontal scroll also forced vertical srollbar. fixed.
Confirmed.
Overquoting is evil! 👎
adoeller
Senior Member
Senior Member
Posts: 411
Joined: 2011-05-23, 09:47 UTC

Re: Logviewer for Total Commander

Post by *adoeller »

BackColor
But it should be from here:

Code: Select all

[Lister]
BgColor=..
i chose the wrong one. it works for me, because window color is the same as BackColor, if you leave it to default. i will try bgcolor.
as i said, dev version.
there is nothing to parse for totalcmd.log. use TC log viewer.
Why is that? There are dates set there. I asked you to show me an example of a file and a screenshot of what I should see as a result.
there is no warning or error. dates are parsed. again, use tc log viewer.
works here with any font size
I look at Win 10 and it's the same there - the height is smaller, the font is different.
Where do you look at the font and size? They should be here (in order of section priority):

Code: Select all

[AllResolutions]
FontSize=
FontName=
FontWeight=

[NNNNxNNNN (10x20)]
FontSize=
FontName=
FontWeight=
Taking RedirectSection= into account, of course.
i changed the size for lister, under settings/fonts/lister
no
What do you mean? Can't you do it that way?
i dont want a manual option for that. an automatic version, using the right tc settings is what i want.
you can still compile yourself.
Fla$her
Power Member
Power Member
Posts: 4033
Joined: 2020-01-18, 04:03 UTC

Re: Logviewer for Total Commander

Post by *Fla$her »

there is no warning or error. dates are parsed. again, use tc log viewer.
What does the errors, warnings, and tc log viewer have to do with it? I want to see how your plugin works in this direction with any log files.
i changed the size for lister, under settings/fonts/lister
In what way? Where can I see the result?
an automatic version, using the right tc settings is what i want.
No changes so far. Everything is the same.
Overquoting is evil! 👎
adoeller
Senior Member
Senior Member
Posts: 411
Joined: 2011-05-23, 09:47 UTC

Re: Logviewer for Total Commander

Post by *adoeller »

Fla$her wrote: 2026-06-11, 10:06 UTC
an automatic version, using the right tc settings is what i want.
No changes so far. Everything is the same.
auto seems not to work out for dakmode, unless i use default color. now its configurable.

new version on github with custom bar color
User avatar
blacky
Senior Member
Senior Member
Posts: 337
Joined: 2003-02-07, 16:58 UTC
Location: was das/whot's dath ?

Re: Logviewer for Total Commander

Post by *blacky »

Hi Alex,

you have releasepossibility on your github account, why use it not and put there also a zip in and copy the releaselog under it als readme.md, the same in copy as in totalcmd.net as backup, as example at moment works it not if i whant download your current release on totalsmd.net
https://totalcmd.net/plugring/tc-logviewer.html LogViewer_1.2.0.zip

best regards
Blacky
Meine Blackysgate.de/net
Ma' Personal licence : already one. Hab auch eine
Mein Computer : Einer/once ??? bahh, Rz/Data Centre !
Kitchen, Liv.room, TV, Schlafz.. Sch...
BS/OS: Win3.1/7, Mandrake,Fedora a. other, Reactos
Hardware : IBM + PI/RPMfusion
adoeller
Senior Member
Senior Member
Posts: 411
Joined: 2011-05-23, 09:47 UTC

Re: Logviewer for Total Commander

Post by *adoeller »

blacky wrote: 2026-06-12, 08:20 UTC you have releasepossibility on your github account, why use it not and put there also a zip in and copy the releaselog under it als readme.md, the
i am aware of that, but i dont use github. only as file storage. but there are only a few files and only one is zip. :)
blacky wrote: 2026-06-12, 08:20 UTC same in copy as in totalcmd.net as backup, as example at moment works it not if i whant download your current release on totalsmd.net
https://totalcmd.net/plugring/tc-logviewer.html LogViewer_1.2.0.zip
atm totalcmd.net has download problems in general
adoeller
Senior Member
Senior Member
Posts: 411
Joined: 2011-05-23, 09:47 UTC

Re: Logviewer for Total Commander

Post by *adoeller »

new version on github

+ better filter
+ key navigaton
+ better time format handling
Post Reply