[Github-comments] [geany/geany-plugins] Allow opening gpg encrypted file (#780)

elextr notifications at xxxxx
Wed Oct 10 21:59:04 UTC 2018


> I don't know the Geany code infrastructure and if such a functionality would be implementable through a plugin.

Unfortunately there is currently no method for a plugin to intervene in the file open process.  Open is a fairly complex process and there are many places where a plugin could be called for various things, and you would have to get just the right one for this use-case.

The best that could be done at the moment is for the GPG plugin to have a separate open menu/button/shortcut which saves an unencrypted temporary file and calls Geany to open that and after Geany closes and writes that re-encrypts and deletes the temporary file.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/780#issuecomment-428748233
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20181010/6e78a16b/attachment.html>


More information about the Github-comments mailing list