Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » GEF for text editing
GEF for text editing [message #224679] Wed, 18 October 2006 05:11 Go to next message
Asgeir Frimannsson is currently offline Asgeir FrimannssonFriend
Messages: 11
Registered: July 2009
Junior Member
Hi all,

I'm evaluating GEF for a content-editor widget, and have a more general
query. My content model would be similar to:

<content>
Hello all, this is an <mrk>inline</mrk> figure
inside a wrapped piece of text. It will wrap
with the text as well.
</content>

This should be represented similar to the following:
________________________________________
| ________ |
|Hello all, this is an | inline | figure |
| ¯¯¯¯¯¯¯¯ |
|inside a wrapped piece of text. It will |
| |
|wrap with the text as well. |
| |
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ ¯¯¯¯¯¯¯¯¯¯
Here, i would have the following figures:
1) TextFigure : "Hello all, this is an "
2) InlineFigure: "inline"
3) TextFigure : " figure inside ... as well"

Would this be hard to do in GEF, and would it be able to support
right-to-left text such as arabic as well?

cheers,
asgeir
Re: GEF for text editing [message #224750 is a reply to message #224679] Wed, 18 October 2006 20:29 Go to previous message
Eclipse UserFriend
Originally posted by: none.unknown.com

Bidi, nesting figures inside text, etc. is all supported by GEF.

"Asgeir Frimannsson" <asgeirf@gmail.com> wrote in message
news:eh4d3u$8ch$1@utils.eclipse.org...
> Hi all,
>
> I'm evaluating GEF for a content-editor widget, and have a more general
> query. My content model would be similar to:
>
> <content>
> Hello all, this is an <mrk>inline</mrk> figure
> inside a wrapped piece of text. It will wrap
> with the text as well.
> </content>
>
> This should be represented similar to the following:
> ________________________________________
> | ________ |
> |Hello all, this is an | inline | figure |
> |
Previous Topic:Display diagram title
Next Topic:export an Image of an GEF Model(Editor) WITHOUT open an Editor!
Goto Forum:
  


Current Time: Fri Apr 19 22:32:33 GMT 2024

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

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

Back to the top