Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » import org.eclipse.ui.AbstractTextEditor
import org.eclipse.ui.AbstractTextEditor [message #177697] Fri, 09 January 2004 09:35 Go to next message
Eclipse UserFriend
Originally posted by: pieter.west.NOSPAM.nl

I'm trying to import org.eclipse.ui.AbstractTextEditor. I've discovered
that this class is localized in a jar-file inside the plugin
org.eclipse.ui.workbench. However, if I try to include this plugin in my
project, only the jar-file workbench.jar is inlcluded. Other jar-files in
the directory of that plugin (among others the one that contains
AbstractTextEditor) is not included.
Therefore my project won't compile, which is realy frustrating.

Could someone point out to me what I'm possibly doing wrong ?
Re: import org.eclipse.ui.AbstractTextEditor [message #177937 is a reply to message #177697] Fri, 09 January 2004 17:31 Go to previous message
Eclipse UserFriend
Pieter van der Spek wrote:
> I'm trying to import org.eclipse.ui.AbstractTextEditor. I've discovered
> that this class is localized in a jar-file inside the plugin
> org.eclipse.ui.workbench.

AbstractTextEditor is in
org.eclipse.ui.workbench.texteditor_3.0.0/texteditor.jar

When I started my plugin, I used the 'Plug-in with an editor' Plug-in
code generator which sets up your classpath with pretty much everything
you need.

Channing
Previous Topic:IFileEditorInput missing from Eclipse 3.0 M6?
Next Topic:are jdk1.5 features supported in 3.0 M6?
Goto Forum:
  


Current Time: Fri May 02 19:21:35 EDT 2025

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

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

Back to the top