Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Files
Files [message #605249] Thu, 25 March 2010 08:46 Go to next message
Missing name Mising name is currently offline Missing name Mising nameFriend
Messages: 100
Registered: March 2010
Senior Member
Hello

I make a plug in and I need to know the open files in editing area.

how can i make this???
I know IWorkbenchPage and IWorkbenchPagePart but i know as use her.

Thanks a lot

Jose
Re: Files [message #605256 is a reply to message #605249] Thu, 25 March 2010 08:58 Go to previous message
Oliver Vesper is currently offline Oliver VesperFriend
Messages: 42
Registered: July 2009
Member
> I make a plug in and I need to know the open files in editing area.

Maybe IWorkbenchPage.getEditorReferences() is what you're looking for?
The returning IEditorReference-array allows access to each IEditorInput
which (depending on your implementation) might tell you the name of the
file currently being edited.

HTH,
Oliver
Previous Topic:can't find packages after upgrading to 3.4.1
Next Topic:Files
Goto Forum:
  


Current Time: Thu Apr 25 03:59:48 GMT 2024

Powered by FUDForum. Page generated in 0.03561 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top