Share via


RichEdit Versions Update to 7.0

The original RichEdit Versions post covered RichEdit versions 1.0 through 6.0, since 6.0 was the latest version at the time. RichEdit 7.0 will ship with Office 2010, so here’s an update describing what that version adds. Most additions involve math editing/display and play a central role in the math features of OneNote 2010, PowerPoint 2010, Excel 2010, and other OfficeArt applications. Specifically RichEdit is responsible for interfacing to the LineServices and Page/TableServices math handlers, the math font library, and for a significant part of the math user interface in those applications.

The RichEdit team also has spent considerable time working in the OfficeArt and mso (a large Office shared library) code bases, both for math implementation and for extending/maintaining OfficeArt text. The latter is responsible for the text you see in PowerPoint and also in text boxes in Excel and in other Office applications except for Word. Word renders the text in its own text boxes and uses RichEdit only for dialogs and for the math linear format input method (formula autobuildup, manual buildup, and linearization). The RichEdit team spent a fair amount of time supporting the Windows 7 and WinCE versions of RichEdit. May they too have math someday!

Several entries below feature client access via TOM2 (text object model, version 2), so they can be used by clients other than RichEdit just as formula autobuildup and linearization are used by multiple applications. This provides a start in factoring the RichEdit code base into pieces that can be used individually by other programs.

 

RichEdit 7.0 Additions:

· MathML/OMML reader and writer (client access via TOM2)

· RTF reader and writer math extensions

·

Math paragraph (equation line breaking and alignment)

· Extensive math keyboard UI to get parity with Word

· Math context menus (client access via TOM2)

· Math template conversions (client access via TOM2)

· Math zone handling for [shift]tab/enter, backspace (client access via TOM2)

· Empty math zone place holder

· Additional linear format constructs to be described in Version 2 of linear format spec.

· Horizontal rule

· Automatic recognition of telephone numbers, email addresses, file names, and URLs with spaces

· Myriad bug fixes (many involving combinations of math with other features, such as hyperlinks and BiDi)

Comments

  • Anonymous
    October 23, 2009
    Which Version will ship with windows 7?

  • Anonymous
    April 10, 2010
    What about ligatures, contextual alternates and other OpenType features that are added in Word 2010? When will support for DirectWrite come?

  • Anonymous
    June 25, 2010
    I want to Use RichEdit6.0 in my  C# WinForm APP I Created a RichEx Control Drived from  RichEdit6.0 ,But I Copy Rtf Doc From Word and Past to it,But The RichEx Control Display not so good as Word 2007 ,Why? Could you give some document for the RichEdit6.0 ? My Email:minghua_y@yahoo.com.cn

  • Anonymous
    June 26, 2010
    Word has more powerful formatting than RichEdit 6.0 (or 7.0), so that might be the problem. Also if you use the RichEdit's shipped with Office, you need to copy the msptls.dll as well as the riched20.dll, since msptls.dll is used for advanced formatting. Can you give a simple example illustrating the poorer display? Re RichEdit 6.0 documentation (beyond what's in MSDN for RichEdit 4.1), hopefully it will be available someday.