On 31/12/2018 17:54, [email protected] wrote: > I've seen it is possible to write action plugins in python, I would > rather do this kind of stuff in C++. In the sources I've found only some > file loaders/savers and 3D stuff. Is the kind of plugin like "replicate > layout" possible from C++? And if it is, is there some kind of example? >
Hi, There is no possibility to write action plugins in C++, but you can just contribute a 'regular' KiCad tool. Have a look at EDIT_TOOL::CreateArray sources for a starting point. Regards, Tom _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

