View Single Post
Old 09-21-2014, 08:00 PM   #42
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 9,573
Karma: 6774048
Join Date: Nov 2009
Device: many
Hi varlog,

Thanks for the typo fix. Added it to my github tree for user-none to pull.

Quote:
I miss context menu. Perhaps not important really.
It was not high on my agenda. It might be something we add after the official release.

Quote:
I miss an opportunity to register librarys: plugins should be able to use other plugins/third party code with no changes.
If you have non-standard library python code you want to add for your plugin, you can add it to your main plugin directory and use ctypes to pull in any local dll/dylib/so.

Python Plugins will not be able to use other plugins directly. Simply incorporate their code into your project if you need it as you would any other python code.

Take care,

KevinH
KevinH is offline