Knowing when a project/module is saved Follow
Hi,
How does one listen to project/module save? I know how to listen to when
a project/module is opened/closed.
Is it through the FileDocumentManager.addFileDocumentManagerListener?
10x in advance..
Please sign in to leave a comment.
Sorry for late answer.
Though, there's no such a thing like saving project or module. Instead documents
(which is an application-level thing) are saved all at once or only one per
save operation. Document saving fact is indeed can be tracked or even vetoed
by adding a listener to FileDocumentManager.
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"
Maxim Shafirov (JetBrains) wrote:
>> Hi,
>>
>> How does one listen to project/module save? I know how to listen to
>> when a project/module is opened/closed.
>>
>> Is it through the FileDocumentManager.addFileDocumentManagerListener?
>>
>> 10x in advance..
>>
ok, 10x