Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How to make IEditor a non-editable editor?
How to make IEditor a non-editable editor? [message #110788] Sat, 22 October 2005 09:29
Eclipse UserFriend
Originally posted by: dheepuks.yahoo.co.in

Hi ,

I have a problem in my application. In that i used to read a file through
a stream and display it in a IDE editor. the content is read and displayed
well but i need to make it as non-editable editor such that it can't be
editable.

Please help me int he above said aspect.



Note :
i have used private IWorkbenchPage active_page =
PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActi vePage();

final IFile file = container.getFile(new Path(fileName));

org.eclipse.ui.ide.IDE.openEditor(active_page, file);


Thanks in advance.
Previous Topic:Eclipse GUI local, running from remote machine
Next Topic:Java and COM (Component Object Model)?
Goto Forum:
  


Current Time: Fri Apr 26 15:33:14 GMT 2024

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

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

Back to the top