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.

0
2 comments

Sam,

You can register a new listener i.e. for FileEditorManagerListener or FileDocumentManagerListener to watch for opened files and save operations. 

0

That worked perfectly thank you.

0

Please sign in to leave a comment.