Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » where is StatusTextEditor?
where is StatusTextEditor? [message #448735] Mon, 01 May 2006 07:11 Go to next message
Eclipse UserFriend
Originally posted by: hansm.science.uva.nlDELETE

When trying to extend org.eclipse.ui.editors.text.TextEditor for use in a
RCP-application I get the errormessage:
"org.eclipse.ui.texteditor.StatusTextEditor cannot be resolved".

I have searched in vain for StatusTextEditor but could not find its jar.
Does someone know how to get this StatusTextEditor on the buildpath?
I am using Eclipse3.2M6.
Thanks.

Hans van der Meer
Re: where is StatusTextEditor? [message #448741 is a reply to message #448735] Mon, 01 May 2006 07:51 Go to previous messageGo to next message
Eclipse UserFriend
Try adding the org.eclipse.ui.text and org.eclipse.jface.text plugins.

Later,
PW
Re: where is StatusTextEditor? [message #448767 is a reply to message #448741] Mon, 01 May 2006 15:20 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: hansm.science.uva.nlDELETE

In article <e34sp1$ei0$2@utils.eclipse.org>, Paul Webster <pwebster@ca.ibm.com>
wrote:

> Try adding the org.eclipse.ui.text and org.eclipse.jface.text plugins.
>
> Later,
> PW

Nope. Not a StatusTextEditor in org.eclipse.jface.text, while a
org.eclipse.ui.text jar/directory is not present in the Eclipse 3.2M6 SDK plugin
directory. It seems a mystery how to avoid the error
"org.eclipse.ui.texteditor.StatusTextEditor cannot be resolved".

Hans van der Meer
Re: where is StatusTextEditor? [message #448775 is a reply to message #448735] Tue, 02 May 2006 03:47 Go to previous message
Eclipse UserFriend
You will need the following dependencies:

org.eclipse.jface.text (which re-exports org.eclipse.text)
org.eclipse.ui.workbench.texteditor
org.eclipse.ui.editors

-tom
dr. Hans van der Meer wrote:
> When trying to extend org.eclipse.ui.editors.text.TextEditor for use in a
> RCP-application I get the errormessage:
> "org.eclipse.ui.texteditor.StatusTextEditor cannot be resolved".
>
> I have searched in vain for StatusTextEditor but could not find its jar.
> Does someone know how to get this StatusTextEditor on the buildpath?
> I am using Eclipse3.2M6.
> Thanks.
>
> Hans van der Meer
Previous Topic:how to get the outter runtime in a plug-in
Next Topic:Running my Editor in different threads?
Goto Forum:
  


Current Time: Sun Aug 31 14:21:56 EDT 2025

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

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

Back to the top