Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Where to start when creating a new GEF plugin?
Where to start when creating a new GEF plugin? [message #76971] Sun, 27 April 2003 10:09 Go to next message
Eclipse UserFriend
Originally posted by: newseclipse.dagerot.nu

I'm about to write a simple DocBook WYSIWYG editor and have been told that
the GEF is the right path to follow.

I have downloaded GEF SDK and Samples but still have a feeling that I'm
floating around. Can someone point me to a "Create your first textbased GEF
editor" or any similar resource.

Also I appreciate all references to non-spec-type documents regarding GEF.
It's somewhat hard to read java-API's without having any idea on what the
GEF does.

note: I have downloaded and installed the GEF logic example, but there was
no help-guide bundled as the case with JDT.
Re: Where to start when creating a new GEF plugin? [message #77051 is a reply to message #76971] Mon, 28 April 2003 01:25 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

Are you trying to create an editor that supports text entry? Something like
Microsoft's FrontPage?

"Joachim Dagerot" <newseclipse@dagerot.nu> wrote in message
news:b8ga85$141$1@rogue.oti.com...
> I'm about to write a simple DocBook WYSIWYG editor and have been told that
> the GEF is the right path to follow.
>
> I have downloaded GEF SDK and Samples but still have a feeling that I'm
> floating around. Can someone point me to a "Create your first textbased
GEF
> editor" or any similar resource.
>
> Also I appreciate all references to non-spec-type documents regarding GEF.
> It's somewhat hard to read java-API's without having any idea on what the
> GEF does.
>
> note: I have downloaded and installed the GEF logic example, but there was
> no help-guide bundled as the case with JDT.
>
>
Re: Where to start when creating a new GEF plugin? [message #77225 is a reply to message #77051] Mon, 28 April 2003 09:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: newseclipse.dagerot.nu

Yes, exactly. I don't aim for competing with XMetal, XML Spy or frontpage.
But to create a tailored editor for the DocBook format.



"Randy Hudson" <none@us.ibm.com> wrote in message
news:b8hvug$s5j$1@rogue.oti.com...
> Are you trying to create an editor that supports text entry? Something
like
> Microsoft's FrontPage?
>
> "Joachim Dagerot" <newseclipse@dagerot.nu> wrote in message
> news:b8ga85$141$1@rogue.oti.com...
> > I'm about to write a simple DocBook WYSIWYG editor and have been told
that
> > the GEF is the right path to follow.
> >
> > I have downloaded GEF SDK and Samples but still have a feeling that I'm
> > floating around. Can someone point me to a "Create your first textbased
> GEF
> > editor" or any similar resource.
> >
> > Also I appreciate all references to non-spec-type documents regarding
GEF.
> > It's somewhat hard to read java-API's without having any idea on what
the
> > GEF does.
> >
> > note: I have downloaded and installed the GEF logic example, but there
was
> > no help-guide bundled as the case with JDT.
> >
> >
>
>
Re: Where to start when creating a new GEF plugin? [message #77257 is a reply to message #77225] Mon, 28 April 2003 21:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

Creating a wysiwyg text document editor is not a small task. This has been
done already in IBM's Page Designer, which uses GEF. However, nothing
reusable has been pushed up into GEF.

You might look at the draw2d.text packages for some simple paragraph and
block support. This package could be extended to support tables, margins,
etc., but this is not in the plan. As far as managing a caret and
range-based selection, there is nothing in GEF for this.

"Joachim Dagerot" <newseclipse@dagerot.nu> wrote in message
news:b8k1ls$iil$1@rogue.oti.com...
> Yes, exactly. I don't aim for competing with XMetal, XML Spy or frontpage.
> But to create a tailored editor for the DocBook format.
>
>
>
> "Randy Hudson" <none@us.ibm.com> wrote in message
> news:b8hvug$s5j$1@rogue.oti.com...
> > Are you trying to create an editor that supports text entry? Something
> like
> > Microsoft's FrontPage?
> >
> > "Joachim Dagerot" <newseclipse@dagerot.nu> wrote in message
> > news:b8ga85$141$1@rogue.oti.com...
> > > I'm about to write a simple DocBook WYSIWYG editor and have been told
> that
> > > the GEF is the right path to follow.
> > >
> > > I have downloaded GEF SDK and Samples but still have a feeling that
I'm
> > > floating around. Can someone point me to a "Create your first
textbased
> > GEF
> > > editor" or any similar resource.
> > >
> > > Also I appreciate all references to non-spec-type documents regarding
> GEF.
> > > It's somewhat hard to read java-API's without having any idea on what
> the
> > > GEF does.
> > >
> > > note: I have downloaded and installed the GEF logic example, but there
> was
> > > no help-guide bundled as the case with JDT.
> > >
> > >
> >
> >
>
>
Re: Where to start when creating a new GEF plugin? [message #77384 is a reply to message #77257] Tue, 29 April 2003 19:22 Go to previous message
Eclipse UserFriend
Originally posted by: newseclipse.dagerot.nu

Hmmm, everyone I've been talking to says this will be a huge task or that
it's not that simple. I think I'll just sit tight until someone else
releases the idea! :-\

Thanks for your help anyway!

"Randy Hudson" <none@us.ibm.com> wrote in message
news:b8k5gf$lql$1@rogue.oti.com...
> Creating a wysiwyg text document editor is not a small task. This has
been
> done already in IBM's Page Designer, which uses GEF. However, nothing
> reusable has been pushed up into GEF.
>
> You might look at the draw2d.text packages for some simple paragraph and
> block support. This package could be extended to support tables, margins,
> etc., but this is not in the plan. As far as managing a caret and
> range-based selection, there is nothing in GEF for this.
>
> "Joachim Dagerot" <newseclipse@dagerot.nu> wrote in message
> news:b8k1ls$iil$1@rogue.oti.com...
> > Yes, exactly. I don't aim for competing with XMetal, XML Spy or
frontpage.
> > But to create a tailored editor for the DocBook format.
> >
> >
> >
> > "Randy Hudson" <none@us.ibm.com> wrote in message
> > news:b8hvug$s5j$1@rogue.oti.com...
> > > Are you trying to create an editor that supports text entry?
Something
> > like
> > > Microsoft's FrontPage?
> > >
> > > "Joachim Dagerot" <newseclipse@dagerot.nu> wrote in message
> > > news:b8ga85$141$1@rogue.oti.com...
> > > > I'm about to write a simple DocBook WYSIWYG editor and have been
told
> > that
> > > > the GEF is the right path to follow.
> > > >
> > > > I have downloaded GEF SDK and Samples but still have a feeling that
> I'm
> > > > floating around. Can someone point me to a "Create your first
> textbased
> > > GEF
> > > > editor" or any similar resource.
> > > >
> > > > Also I appreciate all references to non-spec-type documents
regarding
> > GEF.
> > > > It's somewhat hard to read java-API's without having any idea on
what
> > the
> > > > GEF does.
> > > >
> > > > note: I have downloaded and installed the GEF logic example, but
there
> > was
> > > > no help-guide bundled as the case with JDT.
> > > >
> > > >
> > >
> > >
> >
> >
>
>
Previous Topic:How to implement DND DROP_COPY in Outline
Next Topic:Mapping model elements to EditParts
Goto Forum:
  


Current Time: Wed Jul 17 14:28:39 GMT 2024

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

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

Back to the top