Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Problems getting started with the editor template plugin

Technical questions and discussions about using eclipse and eclipse-based tools, and developing plug-in tools should be posted to the newsgroups. Mailing lists at eclipse.org are intended for use by developers actually working on or otherwise contributing to day-to-day development. The development mailing lists are the way design and implementation issues are discussed and decisions voted on by the committers.

Oleg Dulin wrote:
Sorry, I need to repost this...

------------------------------------------------------------------------

Subject:
Problems getting started with the editor template plugin
From:
Oleg Dulin <oleg.dulin@xxxxxxxxxxxxxxxxx>
Date:
Tue, 06 Apr 2004 15:52:06 -0400
To:
eclipse-dev@xxxxxxxxxxx

To:
eclipse-dev@xxxxxxxxxxx


Dear Distinguished Colleagues:

I am trying to start a new plugin project based on the editor template plugin.

After the project is create, it complains that some of the plug in dependancies are missing.

In particular:

   <import plugin="org.eclipse.ui"/>
     <import plugin="org.eclipse.core.runtime.compatibility"/>
     <import plugin="org.eclipse.jface.text"/>
     <import plugin="org.eclipse.ui.editors"/>
     <import plugin="org.eclipse.ui.workbench.texteditor"/>

appear to fail.

Any thoughts ? I am using Eclipse 3.0M8

Regards,
Oleg



Back to the top