Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Opening editor
Opening editor [message #441623] Tue, 17 August 2004 18:36
Manish is currently offline ManishFriend
Messages: 3
Registered: July 2009
Junior Member
I have created a seperate plugin view for our IDE. I wanted to access the
resource and open selected one in the ide. Can anyone show me some
examples for opening any resource in it's respective editor.

I am doing...

IWorkspace workspace = ResourcesPlugin.getWorkspace();

IResource file = workspace.getRoot().findMember("test.xyz");

Now i need to open the file in the related editor.

thanks
Previous Topic:ToolBar in CoolBar
Next Topic:Getting an Intro plugin within an RCP application
Goto Forum:
  


Current Time: Wed Apr 24 14:49:05 GMT 2024

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

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

Back to the top