Python writers are welcome to test Py-API to SynWrite

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

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Python writers are welcome to test Py-API to SynWrite

Post by *Alextp »

SynWrite beta (beta URL is usual, at official "Download" page)
has new Python API.

You are welcome to test (or suggest smth to) this API.
All API docs are in wiki.
http://www.uvviewsoft.com/synwrite/download.html
https://sourceforge.net/p/synwrite/wiki/Home/

To create new plugin, use "Tools - New plugin".
To call plugins, use "Tools - Plugins".

Note: Lister plugin won't support Py API (because DLLs are needed in exe folder, I don't know how to do it in Lister version)
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50475
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

2Alextp
Try putting the dlls in the TC directory. Your plugin can copy them there if it cannot find them, just use the %commander_path% location as the target.
Author of Total Commander
https://www.ghisler.com
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

Tks, I consider it...
Post Reply