Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » Rich text (HTML) editor
Rich text (HTML) editor [message #42990] Fri, 09 November 2007 16:52 Go to next message
Eclipse UserFriend
Originally posted by: eclipse6.rizzoweb.com

I looked for any previous discussion on this topic; please point me to
it if it exists and I missed it somehow.
I've been using the RichText and RichTextEditor controls from the EPF
project (http://www.eclipse.org/epf/). It is a very nice implementation
of an editor for marked-up text. I could not find any screen shots or
documentation about it, but you can download the EPF Composer to see it
in action; see also http://mea-bloga.blogspot.com/2007/09/epf-interview.html
In use in my current project it has worked very well with only a few
minor issues.

However, being under the EPF project limits it visibility and makes it
harder to re-distribute with other apps/plugins. Worse, the EPF team
have expressed that they have no intention of supporting its use outside
of the EPF Composer RCP app (see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=205927)
That is unfortunate, because it fills a need that is not met well by any
Eclipse or third-party components that I could find). My question is,
would it be something that would be a good candidate for moving into Nebula?

Eric
Re: Rich text (HTML) editor [message #43044 is a reply to message #42990] Fri, 09 November 2007 20:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: zx.us.ibm.com

Eric, I agree, it's a travesty that EPF isn't more supportive here. I
filed a bug:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=209373

Cheers,

~ Chris
Re: Rich text (HTML) editor [message #43119 is a reply to message #42990] Sat, 10 November 2007 23:49 Go to previous messageGo to next message
Gordon Hirsch is currently offline Gordon HirschFriend
Messages: 100
Registered: July 2009
Senior Member
Eric Rizzo wrote:
>
> However, being under the EPF project limits it visibility and makes it
> harder to re-distribute with other apps/plugins.

Support issues aside, I think this is a key point.

It can be painful to pull in general-purpose widgets from a project that
otherwise has no relevance to your application. On a smaller scale, I've
run into this issue with the hyperlink widget from the
org.eclipse.ui.forms plug-in. An application may have no need for forms,
but it pulls in the plug-in/jar simply to use the widget.

(Yes, SWT also has a link widget, but the forms widget is more
fully-featured.)

In general this can really mess with an application's dependencies and
footprint by adding more plug-ins/jars. Of course, you can always copy
the widget code to your own project, but then there are maintenance costs.

I don't know if Nebula is the right place, but it would be very nice if
there was a process for "pushing down" useful widgets from specific
projects to a more general, official repository. Does anyone know of
existing examples of such repositories in open source projects?
Re: Rich text (HTML) editor [message #43147 is a reply to message #43044] Mon, 12 November 2007 14:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse6.rizzoweb.com

Chris Aniszczyk wrote:
> Eric, I agree, it's a travesty that EPF isn't more supportive here. I
> filed a bug:
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=209373

I'm glad I'm not the only person who feels that way. But I still haven't
heard anyone chime in on the idea of putting the RichTextEditor in
Nebula. Anyone...?

Eric
Re: Rich text (HTML) editor [message #43234 is a reply to message #42990] Mon, 12 November 2007 15:59 Go to previous messageGo to next message
Chris Gross is currently offline Chris GrossFriend
Messages: 253
Registered: July 2009
Senior Member
Hi Eric,

We had a similar discussion before with Zest. Personally I am happy for
Nebula to get bigger and to pull in more reusable components but we do
have a resource issue. Nebula does not have any full-time committers.
We all have other jobs and Nebula is done in our free time. Any
components that join Nebula need to be accompanied by a new committer
who will develop and support the component. EPF would have to make a
conscious effort to make the RTE more reusable and devote resources to
that goal. And then they could make the subsequent decision to push it
to Nebula. What Nebula ultimately provides is a more obvious place for
developers to look for Eclipse/SWT custom components. But the first
step is to convince the EPF guys that it should be reusable period. I
think Chris's bug report is the right avenue.

Regards,
-Chris

Eric Rizzo wrote:
> I looked for any previous discussion on this topic; please point me to
> it if it exists and I missed it somehow.
> I've been using the RichText and RichTextEditor controls from the EPF
> project (http://www.eclipse.org/epf/). It is a very nice implementation
> of an editor for marked-up text. I could not find any screen shots or
> documentation about it, but you can download the EPF Composer to see it
> in action; see also
> http://mea-bloga.blogspot.com/2007/09/epf-interview.html
> In use in my current project it has worked very well with only a few
> minor issues.
>
> However, being under the EPF project limits it visibility and makes it
> harder to re-distribute with other apps/plugins. Worse, the EPF team
> have expressed that they have no intention of supporting its use outside
> of the EPF Composer RCP app (see
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=205927)
> That is unfortunate, because it fills a need that is not met well by any
> Eclipse or third-party components that I could find). My question is,
> would it be something that would be a good candidate for moving into
> Nebula?
>
> Eric
Re: Rich text (HTML) editor [message #43295 is a reply to message #43234] Tue, 13 November 2007 14:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse6.rizzoweb.com

Chris Gross wrote:
> Hi Eric,
>
> We had a similar discussion before with Zest. Personally I am happy for
> Nebula to get bigger and to pull in more reusable components but we do
> have a resource issue. Nebula does not have any full-time committers.
> We all have other jobs and Nebula is done in our free time. Any
> components that join Nebula need to be accompanied by a new committer
> who will develop and support the component. EPF would have to make a
> conscious effort to make the RTE more reusable and devote resources to
> that goal. And then they could make the subsequent decision to push it
> to Nebula. What Nebula ultimately provides is a more obvious place for
> developers to look for Eclipse/SWT custom components. But the first
> step is to convince the EPF guys that it should be reusable period. I
> think Chris's bug report is the right avenue.

Thanks for the insight, Chris. The good news is that the EPF RTE is
already very close to ready for general consumption; the bad news is
that the EPF team seem to be uninterested in going that last mile to
make it so. We'll see what the new bug report does to motivate them, but
I wonder if there is any other avenue if that fails...

Eric




> Eric Rizzo wrote:
>> I looked for any previous discussion on this topic; please point me to
>> it if it exists and I missed it somehow.
>> I've been using the RichText and RichTextEditor controls from the EPF
>> project (http://www.eclipse.org/epf/). It is a very nice
>> implementation of an editor for marked-up text. I could not find any
>> screen shots or documentation about it, but you can download the EPF
>> Composer to see it in action; see also
>> http://mea-bloga.blogspot.com/2007/09/epf-interview.html
>> In use in my current project it has worked very well with only a few
>> minor issues.
>>
>> However, being under the EPF project limits it visibility and makes it
>> harder to re-distribute with other apps/plugins. Worse, the EPF team
>> have expressed that they have no intention of supporting its use
>> outside of the EPF Composer RCP app (see
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=205927)
>> That is unfortunate, because it fills a need that is not met well by
>> any Eclipse or third-party components that I could find). My question
>> is, would it be something that would be a good candidate for moving
>> into Nebula?
>>
>> Eric
Re: Rich text (HTML) editor [message #43343 is a reply to message #43295] Wed, 14 November 2007 02:04 Go to previous messageGo to next message
Chris Gross is currently offline Chris GrossFriend
Messages: 253
Registered: July 2009
Senior Member
If the existing EPF committers aren't interested, someone from the
community can step up and submit patches to EPF with the necessary changes.

-Chris

Eric Rizzo wrote:
> Chris Gross wrote:
>> Hi Eric,
>>
>> We had a similar discussion before with Zest. Personally I am happy
>> for Nebula to get bigger and to pull in more reusable components but
>> we do have a resource issue. Nebula does not have any full-time
>> committers. We all have other jobs and Nebula is done in our free
>> time. Any components that join Nebula need to be accompanied by a new
>> committer who will develop and support the component. EPF would have
>> to make a conscious effort to make the RTE more reusable and devote
>> resources to that goal. And then they could make the subsequent
>> decision to push it to Nebula. What Nebula ultimately provides is a
>> more obvious place for developers to look for Eclipse/SWT custom
>> components. But the first step is to convince the EPF guys that it
>> should be reusable period. I think Chris's bug report is the right
>> avenue.
>
> Thanks for the insight, Chris. The good news is that the EPF RTE is
> already very close to ready for general consumption; the bad news is
> that the EPF team seem to be uninterested in going that last mile to
> make it so. We'll see what the new bug report does to motivate them, but
> I wonder if there is any other avenue if that fails...
>
> Eric
>
>
>
>
>> Eric Rizzo wrote:
>>> I looked for any previous discussion on this topic; please point me
>>> to it if it exists and I missed it somehow.
>>> I've been using the RichText and RichTextEditor controls from the EPF
>>> project (http://www.eclipse.org/epf/). It is a very nice
>>> implementation of an editor for marked-up text. I could not find any
>>> screen shots or documentation about it, but you can download the EPF
>>> Composer to see it in action; see also
>>> http://mea-bloga.blogspot.com/2007/09/epf-interview.html
>>> In use in my current project it has worked very well with only a few
>>> minor issues.
>>>
>>> However, being under the EPF project limits it visibility and makes
>>> it harder to re-distribute with other apps/plugins. Worse, the EPF
>>> team have expressed that they have no intention of supporting its use
>>> outside of the EPF Composer RCP app (see
>>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=205927)
>>> That is unfortunate, because it fills a need that is not met well by
>>> any Eclipse or third-party components that I could find). My question
>>> is, would it be something that would be a good candidate for moving
>>> into Nebula?
>>>
>>> Eric
Re: Rich text (HTML) editor [message #43776 is a reply to message #43343] Wed, 21 November 2007 14:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

Chris Gross wrote:
> If the existing EPF committers aren't interested, someone from the
> community can step up and submit patches to EPF with the necessary changes.

I understand, but (ignoring for a moment the bigger issue that this
component is buried inside a project that VERY few people even know
exists) the problem here is that this particular component uses some
very unusual techniques to accomplish its functionality. Specifically,
it is a blending of Java, HTML DOM, and Javascript. The one specific
issue I found (placing the control in a dialog causes IE errors because
of focus problems) is not easily debugged because it lives in the JS
world. I'd love to submit a patch but don't understand the code at that
level and would take significant time & effort to get there.
Furthermore, it is not clear from the apparent attitude of the EPF
committers (based on terse or absent response to Bugzilla filings), that
the significant effort a non-EPFer would spend to really fix the issue
would pay off - the EPF team don't seem interested in publishing this
thing, so all the learning and any patch might just get piped to /dev/null.

Evidence: the latest bug report
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=209373) has received nil
response from the EPF team, despite comments from such Eclipse
heavy-hitters as ZX, Tom Schindl, and Ed Merks. It appears to an
outsider that they are just ignoring this request, which is why I asked
if there were any other course of action. For example, Nebula copying
the code, or request transfer of it, etc. I guess I don't have high
expectations for a positive answer to that, but it doesn't hurt to ask.
I wish I could take the initiative myself and contribute something to
Nebula, but the I can't afford the necessary time investment at this point.

Thanks for listening to my rant,
Eric


>
> -Chris
>
> Eric Rizzo wrote:
>> Chris Gross wrote:
>>> Hi Eric,
>>>
>>> We had a similar discussion before with Zest. Personally I am happy
>>> for Nebula to get bigger and to pull in more reusable components but
>>> we do have a resource issue. Nebula does not have any full-time
>>> committers. We all have other jobs and Nebula is done in our free
>>> time. Any components that join Nebula need to be accompanied by a
>>> new committer who will develop and support the component. EPF would
>>> have to make a conscious effort to make the RTE more reusable and
>>> devote resources to that goal. And then they could make the
>>> subsequent decision to push it to Nebula. What Nebula ultimately
>>> provides is a more obvious place for developers to look for
>>> Eclipse/SWT custom components. But the first step is to convince the
>>> EPF guys that it should be reusable period. I think Chris's bug
>>> report is the right avenue.
>>
>> Thanks for the insight, Chris. The good news is that the EPF RTE is
>> already very close to ready for general consumption; the bad news is
>> that the EPF team seem to be uninterested in going that last mile to
>> make it so. We'll see what the new bug report does to motivate them,
>> but I wonder if there is any other avenue if that fails...
>>
>> Eric
>>
>>
>>
>>
>>> Eric Rizzo wrote:
>>>> I looked for any previous discussion on this topic; please point me
>>>> to it if it exists and I missed it somehow.
>>>> I've been using the RichText and RichTextEditor controls from the
>>>> EPF project (http://www.eclipse.org/epf/). It is a very nice
>>>> implementation of an editor for marked-up text. I could not find any
>>>> screen shots or documentation about it, but you can download the EPF
>>>> Composer to see it in action; see also
>>>> http://mea-bloga.blogspot.com/2007/09/epf-interview.html
>>>> In use in my current project it has worked very well with only a few
>>>> minor issues.
>>>>
>>>> However, being under the EPF project limits it visibility and makes
>>>> it harder to re-distribute with other apps/plugins. Worse, the EPF
>>>> team have expressed that they have no intention of supporting its
>>>> use outside of the EPF Composer RCP app (see
>>>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=205927)
>>>> That is unfortunate, because it fills a need that is not met well by
>>>> any Eclipse or third-party components that I could find). My
>>>> question is, would it be something that would be a good candidate
>>>> for moving into Nebula?
>>>>
>>>> Eric
Re: Rich text (HTML) editor [message #50734 is a reply to message #42990] Sun, 16 March 2008 22:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: john.bauer.ameritech.net

I have been using the RichText and RichTextEditor controls as well. I have
really liked them. The biggest problem I ran into was that they are not
portable to Solaris10 because the Embedded Browser does not work. I think
that it is a good control, but it is limited on where it can run. Just
FYI. - John Bauer

"Eric Rizzo" <eclipse6@rizzoweb.com> wrote in message
news:fh237h$49l$1@build.eclipse.org...
>I looked for any previous discussion on this topic; please point me to it
>if it exists and I missed it somehow.
> I've been using the RichText and RichTextEditor controls from the EPF
> project (http://www.eclipse.org/epf/). It is a very nice implementation of
> an editor for marked-up text. I could not find any screen shots or
> documentation about it, but you can download the EPF Composer to see it in
> action; see also http://mea-bloga.blogspot.com/2007/09/epf-interview.html
> In use in my current project it has worked very well with only a few minor
> issues.
>
> However, being under the EPF project limits it visibility and makes it
> harder to re-distribute with other apps/plugins. Worse, the EPF team have
> expressed that they have no intention of supporting its use outside of the
> EPF Composer RCP app (see
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=205927)
> That is unfortunate, because it fills a need that is not met well by any
> Eclipse or third-party components that I could find). My question is,
> would it be something that would be a good candidate for moving into
> Nebula?
>
> Eric
Re: Rich text (HTML) editor --> Contribution from onpositive?! [message #64482 is a reply to message #42990] Fri, 12 June 2009 14:33 Go to previous message
Kris Missing name is currently offline Kris Missing nameFriend
Messages: 47
Registered: July 2009
Member
I just stumbled acoross this bug which is interesting for all
Richtext-Editor seekers:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=255340

Regards
Kris


Eric Rizzo schrieb:
> I looked for any previous discussion on this topic; please point me to
> it if it exists and I missed it somehow.
> I've been using the RichText and RichTextEditor controls from the EPF
> project (http://www.eclipse.org/epf/). It is a very nice implementation
> of an editor for marked-up text. I could not find any screen shots or
> documentation about it, but you can download the EPF Composer to see it
> in action; see also
> http://mea-bloga.blogspot.com/2007/09/epf-interview.html
> In use in my current project it has worked very well with only a few
> minor issues.
>
> However, being under the EPF project limits it visibility and makes it
> harder to re-distribute with other apps/plugins. Worse, the EPF team
> have expressed that they have no intention of supporting its use outside
> of the EPF Composer RCP app (see
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=205927)
> That is unfortunate, because it fills a need that is not met well by any
> Eclipse or third-party components that I could find). My question is,
> would it be something that would be a good candidate for moving into
> Nebula?
>
> Eric
Re: Rich text (HTML) editor [message #586279 is a reply to message #42990] Fri, 09 November 2007 20:02 Go to previous message
Chris Aniszczyk is currently offline Chris AniszczykFriend
Messages: 674
Registered: July 2009
Senior Member
Eric, I agree, it's a travesty that EPF isn't more supportive here. I
filed a bug:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=209373

Cheers,

~ Chris
Re: Rich text (HTML) editor [message #586300 is a reply to message #42990] Sat, 10 November 2007 23:49 Go to previous message
Gordon Hirsch is currently offline Gordon HirschFriend
Messages: 100
Registered: July 2009
Senior Member
Eric Rizzo wrote:
>
> However, being under the EPF project limits it visibility and makes it
> harder to re-distribute with other apps/plugins.

Support issues aside, I think this is a key point.

It can be painful to pull in general-purpose widgets from a project that
otherwise has no relevance to your application. On a smaller scale, I've
run into this issue with the hyperlink widget from the
org.eclipse.ui.forms plug-in. An application may have no need for forms,
but it pulls in the plug-in/jar simply to use the widget.

(Yes, SWT also has a link widget, but the forms widget is more
fully-featured.)

In general this can really mess with an application's dependencies and
footprint by adding more plug-ins/jars. Of course, you can always copy
the widget code to your own project, but then there are maintenance costs.

I don't know if Nebula is the right place, but it would be very nice if
there was a process for "pushing down" useful widgets from specific
projects to a more general, official repository. Does anyone know of
existing examples of such repositories in open source projects?
Re: Rich text (HTML) editor [message #586310 is a reply to message #43044] Mon, 12 November 2007 14:43 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
Chris Aniszczyk wrote:
> Eric, I agree, it's a travesty that EPF isn't more supportive here. I
> filed a bug:
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=209373

I'm glad I'm not the only person who feels that way. But I still haven't
heard anyone chime in on the idea of putting the RichTextEditor in
Nebula. Anyone...?

Eric
Re: Rich text (HTML) editor [message #586347 is a reply to message #42990] Mon, 12 November 2007 15:59 Go to previous message
Chris Gross is currently offline Chris GrossFriend
Messages: 471
Registered: July 2009
Senior Member
Hi Eric,

We had a similar discussion before with Zest. Personally I am happy for
Nebula to get bigger and to pull in more reusable components but we do
have a resource issue. Nebula does not have any full-time committers.
We all have other jobs and Nebula is done in our free time. Any
components that join Nebula need to be accompanied by a new committer
who will develop and support the component. EPF would have to make a
conscious effort to make the RTE more reusable and devote resources to
that goal. And then they could make the subsequent decision to push it
to Nebula. What Nebula ultimately provides is a more obvious place for
developers to look for Eclipse/SWT custom components. But the first
step is to convince the EPF guys that it should be reusable period. I
think Chris's bug report is the right avenue.

Regards,
-Chris

Eric Rizzo wrote:
> I looked for any previous discussion on this topic; please point me to
> it if it exists and I missed it somehow.
> I've been using the RichText and RichTextEditor controls from the EPF
> project (http://www.eclipse.org/epf/). It is a very nice implementation
> of an editor for marked-up text. I could not find any screen shots or
> documentation about it, but you can download the EPF Composer to see it
> in action; see also
> http://mea-bloga.blogspot.com/2007/09/epf-interview.html
> In use in my current project it has worked very well with only a few
> minor issues.
>
> However, being under the EPF project limits it visibility and makes it
> harder to re-distribute with other apps/plugins. Worse, the EPF team
> have expressed that they have no intention of supporting its use outside
> of the EPF Composer RCP app (see
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=205927)
> That is unfortunate, because it fills a need that is not met well by any
> Eclipse or third-party components that I could find). My question is,
> would it be something that would be a good candidate for moving into
> Nebula?
>
> Eric
Re: Rich text (HTML) editor [message #586365 is a reply to message #43234] Tue, 13 November 2007 14:55 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
Chris Gross wrote:
> Hi Eric,
>
> We had a similar discussion before with Zest. Personally I am happy for
> Nebula to get bigger and to pull in more reusable components but we do
> have a resource issue. Nebula does not have any full-time committers.
> We all have other jobs and Nebula is done in our free time. Any
> components that join Nebula need to be accompanied by a new committer
> who will develop and support the component. EPF would have to make a
> conscious effort to make the RTE more reusable and devote resources to
> that goal. And then they could make the subsequent decision to push it
> to Nebula. What Nebula ultimately provides is a more obvious place for
> developers to look for Eclipse/SWT custom components. But the first
> step is to convince the EPF guys that it should be reusable period. I
> think Chris's bug report is the right avenue.

Thanks for the insight, Chris. The good news is that the EPF RTE is
already very close to ready for general consumption; the bad news is
that the EPF team seem to be uninterested in going that last mile to
make it so. We'll see what the new bug report does to motivate them, but
I wonder if there is any other avenue if that fails...

Eric




> Eric Rizzo wrote:
>> I looked for any previous discussion on this topic; please point me to
>> it if it exists and I missed it somehow.
>> I've been using the RichText and RichTextEditor controls from the EPF
>> project (http://www.eclipse.org/epf/). It is a very nice
>> implementation of an editor for marked-up text. I could not find any
>> screen shots or documentation about it, but you can download the EPF
>> Composer to see it in action; see also
>> http://mea-bloga.blogspot.com/2007/09/epf-interview.html
>> In use in my current project it has worked very well with only a few
>> minor issues.
>>
>> However, being under the EPF project limits it visibility and makes it
>> harder to re-distribute with other apps/plugins. Worse, the EPF team
>> have expressed that they have no intention of supporting its use
>> outside of the EPF Composer RCP app (see
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=205927)
>> That is unfortunate, because it fills a need that is not met well by
>> any Eclipse or third-party components that I could find). My question
>> is, would it be something that would be a good candidate for moving
>> into Nebula?
>>
>> Eric
Re: Rich text (HTML) editor [message #586376 is a reply to message #43295] Wed, 14 November 2007 02:04 Go to previous message
Chris Gross is currently offline Chris GrossFriend
Messages: 471
Registered: July 2009
Senior Member
If the existing EPF committers aren't interested, someone from the
community can step up and submit patches to EPF with the necessary changes.

-Chris

Eric Rizzo wrote:
> Chris Gross wrote:
>> Hi Eric,
>>
>> We had a similar discussion before with Zest. Personally I am happy
>> for Nebula to get bigger and to pull in more reusable components but
>> we do have a resource issue. Nebula does not have any full-time
>> committers. We all have other jobs and Nebula is done in our free
>> time. Any components that join Nebula need to be accompanied by a new
>> committer who will develop and support the component. EPF would have
>> to make a conscious effort to make the RTE more reusable and devote
>> resources to that goal. And then they could make the subsequent
>> decision to push it to Nebula. What Nebula ultimately provides is a
>> more obvious place for developers to look for Eclipse/SWT custom
>> components. But the first step is to convince the EPF guys that it
>> should be reusable period. I think Chris's bug report is the right
>> avenue.
>
> Thanks for the insight, Chris. The good news is that the EPF RTE is
> already very close to ready for general consumption; the bad news is
> that the EPF team seem to be uninterested in going that last mile to
> make it so. We'll see what the new bug report does to motivate them, but
> I wonder if there is any other avenue if that fails...
>
> Eric
>
>
>
>
>> Eric Rizzo wrote:
>>> I looked for any previous discussion on this topic; please point me
>>> to it if it exists and I missed it somehow.
>>> I've been using the RichText and RichTextEditor controls from the EPF
>>> project (http://www.eclipse.org/epf/). It is a very nice
>>> implementation of an editor for marked-up text. I could not find any
>>> screen shots or documentation about it, but you can download the EPF
>>> Composer to see it in action; see also
>>> http://mea-bloga.blogspot.com/2007/09/epf-interview.html
>>> In use in my current project it has worked very well with only a few
>>> minor issues.
>>>
>>> However, being under the EPF project limits it visibility and makes
>>> it harder to re-distribute with other apps/plugins. Worse, the EPF
>>> team have expressed that they have no intention of supporting its use
>>> outside of the EPF Composer RCP app (see
>>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=205927)
>>> That is unfortunate, because it fills a need that is not met well by
>>> any Eclipse or third-party components that I could find). My question
>>> is, would it be something that would be a good candidate for moving
>>> into Nebula?
>>>
>>> Eric
Re: Rich text (HTML) editor [message #586560 is a reply to message #43343] Wed, 21 November 2007 14:22 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
Chris Gross wrote:
> If the existing EPF committers aren't interested, someone from the
> community can step up and submit patches to EPF with the necessary changes.

I understand, but (ignoring for a moment the bigger issue that this
component is buried inside a project that VERY few people even know
exists) the problem here is that this particular component uses some
very unusual techniques to accomplish its functionality. Specifically,
it is a blending of Java, HTML DOM, and Javascript. The one specific
issue I found (placing the control in a dialog causes IE errors because
of focus problems) is not easily debugged because it lives in the JS
world. I'd love to submit a patch but don't understand the code at that
level and would take significant time & effort to get there.
Furthermore, it is not clear from the apparent attitude of the EPF
committers (based on terse or absent response to Bugzilla filings), that
the significant effort a non-EPFer would spend to really fix the issue
would pay off - the EPF team don't seem interested in publishing this
thing, so all the learning and any patch might just get piped to /dev/null.

Evidence: the latest bug report
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=209373) has received nil
response from the EPF team, despite comments from such Eclipse
heavy-hitters as ZX, Tom Schindl, and Ed Merks. It appears to an
outsider that they are just ignoring this request, which is why I asked
if there were any other course of action. For example, Nebula copying
the code, or request transfer of it, etc. I guess I don't have high
expectations for a positive answer to that, but it doesn't hurt to ask.
I wish I could take the initiative myself and contribute something to
Nebula, but the I can't afford the necessary time investment at this point.

Thanks for listening to my rant,
Eric


>
> -Chris
>
> Eric Rizzo wrote:
>> Chris Gross wrote:
>>> Hi Eric,
>>>
>>> We had a similar discussion before with Zest. Personally I am happy
>>> for Nebula to get bigger and to pull in more reusable components but
>>> we do have a resource issue. Nebula does not have any full-time
>>> committers. We all have other jobs and Nebula is done in our free
>>> time. Any components that join Nebula need to be accompanied by a
>>> new committer who will develop and support the component. EPF would
>>> have to make a conscious effort to make the RTE more reusable and
>>> devote resources to that goal. And then they could make the
>>> subsequent decision to push it to Nebula. What Nebula ultimately
>>> provides is a more obvious place for developers to look for
>>> Eclipse/SWT custom components. But the first step is to convince the
>>> EPF guys that it should be reusable period. I think Chris's bug
>>> report is the right avenue.
>>
>> Thanks for the insight, Chris. The good news is that the EPF RTE is
>> already very close to ready for general consumption; the bad news is
>> that the EPF team seem to be uninterested in going that last mile to
>> make it so. We'll see what the new bug report does to motivate them,
>> but I wonder if there is any other avenue if that fails...
>>
>> Eric
>>
>>
>>
>>
>>> Eric Rizzo wrote:
>>>> I looked for any previous discussion on this topic; please point me
>>>> to it if it exists and I missed it somehow.
>>>> I've been using the RichText and RichTextEditor controls from the
>>>> EPF project (http://www.eclipse.org/epf/). It is a very nice
>>>> implementation of an editor for marked-up text. I could not find any
>>>> screen shots or documentation about it, but you can download the EPF
>>>> Composer to see it in action; see also
>>>> http://mea-bloga.blogspot.com/2007/09/epf-interview.html
>>>> In use in my current project it has worked very well with only a few
>>>> minor issues.
>>>>
>>>> However, being under the EPF project limits it visibility and makes
>>>> it harder to re-distribute with other apps/plugins. Worse, the EPF
>>>> team have expressed that they have no intention of supporting its
>>>> use outside of the EPF Composer RCP app (see
>>>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=205927)
>>>> That is unfortunate, because it fills a need that is not met well by
>>>> any Eclipse or third-party components that I could find). My
>>>> question is, would it be something that would be a good candidate
>>>> for moving into Nebula?
>>>>
>>>> Eric
Re: Rich text (HTML) editor [message #589031 is a reply to message #42990] Sun, 16 March 2008 22:29 Go to previous message
John Bauer is currently offline John BauerFriend
Messages: 2
Registered: July 2009
Junior Member
I have been using the RichText and RichTextEditor controls as well. I have
really liked them. The biggest problem I ran into was that they are not
portable to Solaris10 because the Embedded Browser does not work. I think
that it is a good control, but it is limited on where it can run. Just
FYI. - John Bauer

"Eric Rizzo" <eclipse6@rizzoweb.com> wrote in message
news:fh237h$49l$1@build.eclipse.org...
>I looked for any previous discussion on this topic; please point me to it
>if it exists and I missed it somehow.
> I've been using the RichText and RichTextEditor controls from the EPF
> project (http://www.eclipse.org/epf/). It is a very nice implementation of
> an editor for marked-up text. I could not find any screen shots or
> documentation about it, but you can download the EPF Composer to see it in
> action; see also http://mea-bloga.blogspot.com/2007/09/epf-interview.html
> In use in my current project it has worked very well with only a few minor
> issues.
>
> However, being under the EPF project limits it visibility and makes it
> harder to re-distribute with other apps/plugins. Worse, the EPF team have
> expressed that they have no intention of supporting its use outside of the
> EPF Composer RCP app (see
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=205927)
> That is unfortunate, because it fills a need that is not met well by any
> Eclipse or third-party components that I could find). My question is,
> would it be something that would be a good candidate for moving into
> Nebula?
>
> Eric
Re: Rich text (HTML) editor --> Contribution from onpositive?! [message #595110 is a reply to message #42990] Fri, 12 June 2009 14:33 Go to previous message
Kris Missing name is currently offline Kris Missing nameFriend
Messages: 47
Registered: July 2009
Member
I just stumbled acoross this bug which is interesting for all
Richtext-Editor seekers:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=255340

Regards
Kris


Eric Rizzo schrieb:
> I looked for any previous discussion on this topic; please point me to
> it if it exists and I missed it somehow.
> I've been using the RichText and RichTextEditor controls from the EPF
> project (http://www.eclipse.org/epf/). It is a very nice implementation
> of an editor for marked-up text. I could not find any screen shots or
> documentation about it, but you can download the EPF Composer to see it
> in action; see also
> http://mea-bloga.blogspot.com/2007/09/epf-interview.html
> In use in my current project it has worked very well with only a few
> minor issues.
>
> However, being under the EPF project limits it visibility and makes it
> harder to re-distribute with other apps/plugins. Worse, the EPF team
> have expressed that they have no intention of supporting its use outside
> of the EPF Composer RCP app (see
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=205927)
> That is unfortunate, because it fills a need that is not met well by any
> Eclipse or third-party components that I could find). My question is,
> would it be something that would be a good candidate for moving into
> Nebula?
>
> Eric
Previous Topic:CDateTime - Focus Issues
Next Topic:Column Group and Header Control Conflict when Drawing
Goto Forum:
  


Current Time: Thu Mar 28 15:28:11 GMT 2024

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

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

Back to the top