Save All and Save event support
-
Can I know the NP++8.7 or new version support event that identifies Save/Save All?
Because I make the Python script to trigger the script to something before saving it to disk.
I want to know how to get the event to measure the correct operation in Save or Save All.For now:
Python Script has FILEBEFORESAVE, but it doesn’t know if the operation is Save or Save All.
How can Python Script know the operation it is?Thanks for your kind help.
-
Help on this was also requested here:
https://github.com/bruderstein/PythonScript/issues/350 -
The OP described his use case for the need he expressed here, on the github site. Although I wasn’t able to give him resolution on the question he asked here, I did come up with a sample script that might meet his need for solving his use case. Interested readers are directed to the github site, via the link in my previous posting.