Skip to main content



      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 09:51
Eclipse UserFriend
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: Sat May 10 23:02:09 EDT 2025

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

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

Back to the top