This is the standard editor of WPTools 5. It is used by the IDE but can also be used in your application whenever you need a popup editor for formatted text.
Simply create an instance of the form with:
editor := TWPToolsEditor.Create(nil);
and display it with
editor.Show;
The editor has been developed in two units. One unit contains the form with the toolbar, the other unit contains the action classes and the menus plus the dialogs. This second unit can be very useful in all you applications since you only need to write a few lines of code to give the user access to most of the features of WPTools.
DefaultEditor and DefaulActions