Page 1 of 2

ListerPlugin for TotalCommander

Posted: Fri Jun 29, 2007 12:28 pm
by ts-soft
My first TC-Plugin :wink:

Version 1.5
Image

SyntaxHighlight for all *.pb, *.pbi files.
You can use new TC 7 functions: n = next, p = previous
searching also available

automatic install for TC 6.54 and higher
Souce-Code include

Download: http://ts-soft.eu/dl/wlx_pbsyn.zip

greetings
Thomas

Posted: Fri Jun 29, 2007 12:51 pm
by zikitrake
:P really nice!... I'll use this plugin every day

tip: Make it compatible with AL90's PureFileMaster :lol:

Posted: Fri Jun 29, 2007 4:32 pm
by gnozal
Very interesting, thanks.

I am currently using the SynPlus plugin to view/edit code/text files.
Maybe you could enhance your TC-Plugin to bring us the best edit plugin for TC :wink:

PS : do you also have some framework for the other plugin types : WCX, WFX, WDX ?

Posted: Fri Jun 29, 2007 4:47 pm
by ts-soft
gnozal wrote:Very interesting, thanks.

I am currently using the SynPlus plugin to view/edit code/text files.
I have also used SynPlus with your syntax-generator :wink:
gnozal wrote: Maybe you could enhance your TC-Plugin to bring us the best edit plugin for TC :wink:

PS : do you also have some framework for the other plugin types : WCX, WFX, WDX ?

Translate of the headers is very easy, but I have translated only this one
Header file, it is the easiest one

My first small test

here can you found the newest helpfiles for plugins:
http://www.ghisler.ch/board/viewtopic.php?t=12474

Posted: Fri Jun 29, 2007 6:52 pm
by ts-soft
Update to Version 1.1

only some small bugfixes

Posted: Sat Jun 30, 2007 9:17 am
by Max
Hi,
Great plugin :D

Runs on Vista?. I'm tried to install and Lister seems to ignore it.
In XP it runs fine, instead.
How to configure? It's possible?. I'm changed colors by hand in PBsyn.prefs, but it would be nice to have an interface.

Other questions, as "how to add new words to colorize?", and some others can stay for later versions.

Thanks, Thomas.

Posted: Sat Jun 30, 2007 2:27 pm
by ts-soft
The SyntaxHilighting.dll from the Library SDK doesn't support keywords.
and at the moment no config-dialog planned, sry

Posted: Sat Jun 30, 2007 4:24 pm
by hallodri
Of course those knows DLL of this, but you must compare self the text with a list.

Posted: Sat Jun 30, 2007 5:09 pm
by Max
Of course those knows DLL of this, but you must compare self the text with a list.
OK, with an external list in a text file (like all editors do).

New enhancement: some font characteristics like "bold" (in basic words) or "italic" (in quoted strings) can be selected by user. (with a PreferenceKey in PBsyn.prefs)

Posted: Sat Jun 30, 2007 5:14 pm
by ts-soft
I will add a config-dialog, but no keywords. All normal keyword a automatic
supported by the SyntaxHilighting.dll

This is only a simple preview, not an editor or something :wink:

Posted: Sun Jul 01, 2007 2:02 am
by ts-soft
Update Version 1.5

Config-Dialog added (see contextmenu)
About-Box added

some small bugfixes

config stored in:
%appdata%\ts-soft\PBSyn\PBSyn.prefs
for Vista compatibility

greetings
Thomas

// Attention:
Please make sure to close the config-dialog before you close the lister or
close the Total Commander!

Posted: Sun Jul 01, 2007 9:21 am
by Max
IMPRESSIVE!!!.

It looks like my editor!. Now, it's very easy to read any PB file.
No problems on Vista.

Thanks, ts-soft

Best Regards.

Posted: Wed Jul 04, 2007 10:17 am
by Max
Sorry, ts-soft

CTRL-C or "Copy like text" in "Edit menu" don't work.

At this moment it's the only bug I've find.

BR.

Posted: Wed Jul 04, 2007 11:46 am
by ts-soft
use the contextmenue of the plugin!

Posted: Wed Jul 04, 2007 11:52 am
by Max
OK!, this way, it runs fine.
many thanks