I would like to know which function and file in the source code is called when user opens and/or saves/autosave a document? I need to add some piece of code to perform a task just before user opens or saves a document. Please note that adding a listener is not preferred in my case.
Also, if there is any faster way to compile and include only touched file during make? For some reason, the default make always performs “make all”.
@Jim- I wasn’t sure if I had to add this to my earlier questions, trying a different approach here.
Thank you in Advance