Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] Get all active documents?

Hi all,

I'm looking for a way, if existing, to retrieve all the active documents open in the IDE, and ideally, the IFile or IEditorInput that's linked to them.

Does anyone have a clue of how to achieve that? I imagine I could iterate on all open editors, but there are also cases of Document being open in some other viewers that are not necessarily editors. I'd like to also get those.

Thanks in advance for your help.

--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top