Tool window notifications
已回答
Hi,
How can I have a custom tool window be notified of changes in the editor / whatever so that it can refresh it's view?
I guess there's something I can register a listener with.
请先登录再写评论。
Sam,
You can register a new listener i.e. for FileEditorManagerListener or FileDocumentManagerListener to watch for opened files and save operations.
That worked perfectly thank you.