Add NPPN_FILEBEFOREOPENED, NPPN_FILECLOSED, NPPN_FILESAVED, NPPN_FILEBEFORESAVE and NPPN_SHUTDOWN plugin notifications.
I find this very interesting because I'm trying to write a plugin which does transparent encrypting/decrypting of a file format we use internally. This requires that I should be able to change (decrypt) the file when it's loaded, an change it again (encrypt) the file when it's saved, so for N++ point of view, the file isn't encrypted at all. Can I achieve this with these new notifications?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In the release notes of 4.4 I see this:
Add NPPN_FILEBEFOREOPENED, NPPN_FILECLOSED, NPPN_FILESAVED, NPPN_FILEBEFORESAVE and NPPN_SHUTDOWN plugin notifications.
I find this very interesting because I'm trying to write a plugin which does transparent encrypting/decrypting of a file format we use internally. This requires that I should be able to change (decrypt) the file when it's loaded, an change it again (encrypt) the file when it's saved, so for N++ point of view, the file isn't encrypted at all. Can I achieve this with these new notifications?
can I assume that this is not possible at the moment since no one answers? :)
If so, could there be made a change to N++ to make this possible in the future?