Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Rich text editors
Rich text editors [message #291230] Mon, 12 September 2005 13:12 Go to next message
Eclipse UserFriend
Hi All,

I'm currently investigating options for rich text editing in Eclipse. By
"rich text editing" I mean an editor somewhat functionally equivalent to the
Windows RichEdit control (i.e. mixed fonts, font styles, line spacing, etc).
Here's what I've looked into so far:

1) The SWT StyledText widget
2) The GEF sample Text editor project
3) Using a javascript based editor in a browser widget
4) Writing custom a custum SWT wrapper for the Windows RichEdit control.
5) Using the Swing JTextPane widget

None of these is completely satifactory :( Does anyone know of other
options? Are there any exiting 3rd party rich text editing widgets
available for Eclipse?

Thanks,

Josh
Re: Rich text editors [message #291231 is a reply to message #291230] Mon, 12 September 2005 13:45 Go to previous messageGo to next message
Eclipse UserFriend
Joshua Knauer wrote:
> [... snip ...]
> 1) The SWT StyledText widget
> 2) The GEF sample Text editor project
> 3) Using a javascript based editor in a browser widget
> 4) Writing custom a custum SWT wrapper for the Windows RichEdit control.
> 5) Using the Swing JTextPane widget
>
> None of these is completely satifactory :( Does anyone know of other
> options? Are there any exiting 3rd party rich text editing widgets
> available for Eclipse?

Have you tried using the JFace projects? org.eclipse.jface and
org.eclipse.jface.text ... TextViewer

Later,
PW
Re: Rich text editors [message #291233 is a reply to message #291231] Mon, 12 September 2005 14:22 Go to previous messageGo to next message
Eclipse UserFriend
Yes, I've worked with JFace Text. The lack of support for mixed fonts in
the same text control is the big missing piece :)


"Paul Webster" <pwebster@ca.ibm.com> wrote in message
news:dg4et2$m5d$1@news.eclipse.org...
> Joshua Knauer wrote:
>> [... snip ...]
>> 1) The SWT StyledText widget
>> 2) The GEF sample Text editor project
>> 3) Using a javascript based editor in a browser widget
>> 4) Writing custom a custum SWT wrapper for the Windows RichEdit control.
>> 5) Using the Swing JTextPane widget
>>
>> None of these is completely satifactory :( Does anyone know of other
>> options? Are there any exiting 3rd party rich text editing widgets
>> available for Eclipse?
>
> Have you tried using the JFace projects? org.eclipse.jface and
> org.eclipse.jface.text ... TextViewer
>
> Later,
> PW
Re: Rich text editors [message #292351 is a reply to message #291233] Wed, 05 October 2005 06:39 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.eclipse.org

Joshua Knauer wrote:

>Yes, I've worked with JFace Text. The lack of support for mixed fonts in
>the same text control is the big missing piece :)
>
>
Support for multi-font is currently being investigated.

Dani

>
>"Paul Webster" <pwebster@ca.ibm.com> wrote in message
>news:dg4et2$m5d$1@news.eclipse.org...
>
>
>>Joshua Knauer wrote:
>>
>>
>>>[... snip ...]
>>>1) The SWT StyledText widget
>>>2) The GEF sample Text editor project
>>>3) Using a javascript based editor in a browser widget
>>>4) Writing custom a custum SWT wrapper for the Windows RichEdit control.
>>>5) Using the Swing JTextPane widget
>>>
>>>None of these is completely satifactory :( Does anyone know of other
>>>options? Are there any exiting 3rd party rich text editing widgets
>>>available for Eclipse?
>>>
>>>
>>Have you tried using the JFace projects? org.eclipse.jface and
>>org.eclipse.jface.text ... TextViewer
>>
>>Later,
>>PW
>>
>>
>
>
>
>
Previous Topic:Using my own markeranf got Eception at MarkerTypeHierarchy.appendAll(MarkerUtilities.java:84)
Next Topic:java.lang.NoClassDefFoundError: org/apache/axis/wsdl/toJava/Emitter
Goto Forum:
  


Current Time: Thu May 01 10:07:54 EDT 2025

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

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

Back to the top