[Announcement] HTML Edit Update 1.5

Hello everyone!
After all the excitement from the recent bundle a few requests popped up for HTML Edit. I’ve spent some time sorting them out, and today I have an update for you! Some events have been fixed, a new event added, and a couple of other fixes in this new release! Try out the new demo, or download the update with your unique personal link to check out the fixes :slight_smile:

Events
A HTML Viewer does not traditionally provide support for events like GotFocus, LostFocus, and MouseDown. With some clever magic HTML Edit now provides these events to you! Check out a source license if you’re interested in how :wink:

Updates
Fixed / implemented events: GotFocus, LostFocus, MouseDown
New Event: ControlReady allows you to be notified when HTML Edit has initialized
Fixed: IDE no longer offers options you cannot set
Fixed: InlineStyle no longer struggles for documents missing a closing body tag
Updated: Documentation to match new features, removed redundant text

About HTML Edit
HTML Edit is a drop in control that helps desktop developers get and set HTML for WYSIWYG Rich Text editing. This Xojo wrapper / translator harnesses the power of Quill. You can slam complex markup at the control and it will render quickly, and display just as the markup would in a browser. To make things easy it mimics much of the functionality of a TextArea, so you already know how to use it. HTML Edit lets you use native Xojo code to control the Quill editor, so you’re working with strings, booleans, and colors - instead of sorting out JavaScript errors.

Product Page: http://htmledit.timi.me/
Download: http://htmledit.timi.me/demo
Screenie: http://htmledit.timi.me/screenshot.png
Docs: http://htmledit.timi.me/docs.html