Skip to main content

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

By documents do you mean *text* documents? There was TextFileBufferManager.
 
Kind regards,
Andrey Loskutov

http://google.com/+AndreyLoskutov
 
 
Gesendet: Montag, 18. Juli 2016 um 15:08 Uhr
Von: "Mickael Istria" <mistria@xxxxxxxxxx>
An: "Eclipse Platform UI component developers list." <platform-ui-dev@xxxxxxxxxxx>
Betreff: [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
_______________________________________________ platform-ui-dev mailing list platform-ui-dev@xxxxxxxxxxx To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/platform-ui-dev

Back to the top