Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » how to use of an existent editor
how to use of an existent editor [message #227829] Tue, 13 April 2004 16:44 Go to next message
Marcos López is currently offline Marcos LópezFriend
Messages: 75
Registered: July 2009
Member
hello

i want to use an existent editor for a concrete extension : "wsdd". i know
the id of that editor, for example: the Text Editor one. But the thing is
that i don't want to do it in window->preferences->File Associations, i
want to do it in my plugin.xml programatically. How can i do it?

thanks
Re: how to use of an existent editor [message #227886 is a reply to message #227829] Tue, 13 April 2004 17:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: paull.NOSPAMcodetelligence.com

Something like:
<editor name="MyEditor" extensions="wsdd" contributorClass="...." ......

Paul
www.codetelligence.com
"Marcos Lopez" <marcosl@euskalnet.net> wrote in message
news:c5h5ea$r8o$1@eclipse.org...
> hello
>
> i want to use an existent editor for a concrete extension : "wsdd". i know
> the id of that editor, for example: the Text Editor one. But the thing is
> that i don't want to do it in window->preferences->File Associations, i
> want to do it in my plugin.xml programatically. How can i do it?
>
> thanks
>
Re: how to use of an existent editor [message #227994 is a reply to message #227886] Tue, 13 April 2004 19:10 Go to previous message
Marcos López is currently offline Marcos LópezFriend
Messages: 75
Registered: July 2009
Member
But with that i should create a new editor with its own id, name, class,
etc. What i want is to contribute to a existing editor and not having to
create a new one. Is this posible?

> Something like:
> <editor name="MyEditor" extensions="wsdd" contributorClass="...." ......
Previous Topic:objectcontribution popupmenu position
Next Topic:Converting a project to be a Java Project
Goto Forum:
  


Current Time: Tue Apr 23 06:06:31 GMT 2024

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

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

Back to the top