Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Action set of GEF application do not work in a multipage editor
Action set of GEF application do not work in a multipage editor [message #244269] Sun, 13 July 2008 15:40 Go to next message
Eclipse UserFriend
Originally posted by: npchala.yahoo.com

Hi,

For a project that i'm currently working on i implemented a small GEF
application. (GEF 3.3 and Eclipse 3.3). For this to work out i made a
org.eclpipse.ui.editors extension in the MANIFEST file. Class is as
follows,

public class NesCGraphicalEditor extends GraphicalEditorWithPalette {
..........................
}

Thereaftr i needed to call this thing through a multi page editor. For
that i used the eclipse sample multi-page-editor example. For this also i
had to make a org.eclpipse.ui.editors extension in the MANIFEST file.
Class is as follows,

public class MultiPageEditor extends MultiPageEditorPart implements
IResourceChangeListener{
..........................
}

Both are working fine independently. But when integrating the action set
of GEF application (such as undo, redo, delete) are not working at all.
(Other functionality works fine)

I'm new to GEF, and eclipse MANIFEST.MFs. So is this because there cannot
be two editor extensions? or else how can i solve this problem?

Thanks in advance,
chalani
Re: Action set of GEF application do not work in a multipage editor [message #244309 is a reply to message #244269] Tue, 15 July 2008 11:34 Go to previous message
Eclipse UserFriend
Originally posted by: shady_86.sify.com

how you are integrating the action set class?

better you set it in your multi page editor's contributor class
Previous Topic:Who handles SelectionRequest which is created by Targeting Tool?
Next Topic:Square But Not Rectangle Problem
Goto Forum:
  


Current Time: Tue Mar 19 03:28:01 GMT 2024

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

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

Back to the top