Tool window notifications
Answered
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.
Please sign in to leave a comment.
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.