|
Re: List Open Files [message #334515 is a reply to message #334508] |
Fri, 13 February 2009 16:10 |
Eclipse User |
|
|
|
Originally posted by: eclipse-news.rizzoweb.com
On 2/13/2009 6:05 AM, Stuart Harper wrote:
> Is there an Eclipse platform API to list the currently open files in the
> editor?
>
> Ideally I'd like to be able to get all the open files of a particular
> type (e.g. all open XML files) but I can only see a way to get the
> currently active editor and which editor is associated with which file.
Here is one way that works with no context:
PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActi vePage().getEditorReferences()
It could be shorter if you have enough context to get the
IWorkbenchWindow or IWorkbenchPage directly.
Hope this helps,
Eric
|
|
|
|
Powered by
FUDForum. Page generated in 0.27504 seconds