Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Refreshing Editor
Refreshing Editor [message #757213] Thu, 17 November 2011 07:25 Go to next message
kosta Mising name is currently offline kosta Mising nameFriend
Messages: 16
Registered: August 2011
Junior Member
Hello community,

How do you refresh editor which is defined in the plugin.xml?

For Example
<extension
         point="org.eclipse.ui.editors">
<editor
      class="com.acme.gui.editor.MyEditor"
      default="false"
      id="RCPTest.MyEditor"
      name="My Editor">
</editor>
</extension>


I thought I can use the id (RCPTest.MyEditor) of the Editor somehow.

Thanks for any suggestions and hints in advance.

Best Regards,
Kosta
Re: Refreshing Editor [message #757414 is a reply to message #757213] Fri, 18 November 2011 10:57 Go to previous message
kosta Mising name is currently offline kosta Mising nameFriend
Messages: 16
Registered: August 2011
Junior Member
More information on this one:

I want to refresh the content of the editor from another Handler (extends AbstractHandler class) or Action (extends Action class).
Previous Topic:How to customize View part popup menu
Next Topic:How can I preserve the sequence of open Views when one is closed and re-opened?
Goto Forum:
  


Current Time: Thu Apr 18 01:46:25 GMT 2024

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

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

Back to the top