Editor: WordGuise is a REALbasic plugin that defines a text editor and ruler widget for windows and macintosh. It is also an RTF control, supporting most if not all of the gadgets an RTF document provides and it allows embedding of picture objects in the text. The WordGuise widget also provides support for Waste documents, because it sits on top of the well known Waste library. On windows wordguise exploits RichEdit and implements interfaces allowing picture embedding.
Version notes for this release:
[new] WordGuise.FreezeUpdate, inhibits the redrawing and notifications, and supercedes the feature.SuppressRecalText and feature.SuppressReDraw methods.
[new] WordGuise.ReadOnly, a design-time property and supercedes the feature.ReadOnly methods.
[new, windows only] WordGuiseTable class created to embed Tables in the wordguide field.
[new, windows only] WordGuiseModule.TagTable to be used in WordGuiseStyledText.style for assignment of the table.
[fix, windows] DefaultTabWidth is functional.
[new] A handcursor will appear when the mouse is hovering over a link (MacOS) and when pressed (MacOS and Windows). The URL link event will fire when the mouse is pressed.
[fix, windows] readjustments of scrollbars and the text field.
[fix, windows] textMargin of the WordGuise control is properly offsetting the displayed text in the view field.