Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to create ViewPart that will react like EditorPart
How to create ViewPart that will react like EditorPart [message #84789] Sun, 29 June 2003 13:51
Asaf is currently offline AsafFriend
Messages: 59
Registered: July 2009
Member
Hello group. I know that in order to create my editor extension I add to my
plugin
<extension point="org.eclipse.ui.editors">
<editor
name="My Editor"
extensions="ppp"
icon="icons/myIcon.gif"

contributorClass="org.eclipse.ui.texteditor.BasicTextEditorActionContributor
"
class="MyEditor"
id="MyId">
</editor>
</extension>

That will make Eclipse open "MyEditor" when ppp file extensions are been
selected in resource navigator.

What is that right way to declare ViewPart that will be open same way as
Editor does but will be listener of the Editor ?

Thanks,
Asaf.
Previous Topic:TreeViewer LabelProvider
Next Topic:Replacing selection in navigator causing exception
Goto Forum:
  


Current Time: Fri Apr 26 13:10:50 GMT 2024

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

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

Back to the top