Added padding to PRINTDLG record, seems to fix some random issues within Windows...
Improved a menu
Copy operation: when nothing is selected, copy the current line (VS / VS Code - style)
(extras) Improved touch2
Copy operation puts an HTML-formatted version of the selection into the clipboard (new method Rich_Copy).
GWindows.Clipboard: support for copying contents in multiple formats to the clipboard, in the same Copy operation; extended possible types for the Owner.
GWindows.Clipboard: improved HTML example in test_clipboard.adb
GWindows.Clipboard: added Clipboard_HTML procedure (copy HTML fragment to the clipboard; useful for copying more than plain texts)