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.

0

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

请先登录再写评论。