cfs
cfs copied to clipboard
Clipboard Format Spy: displays the contents of the Windows clipboard in numerous formats.
Still using old version of [Clipboard Viewer Component](http://delphidabbler.com/software/cbview) that uses the old clipboard viewer API chain, which is unstable. Update to use the newer and stable clipboard listener API. Easiest...
Most if not all code is licensed under the MPL v1.1. This really needs modernising to the simpler and more flexible MPL 2.0.
The `text/_moz_htmlcontext` clipboard format is used when HTML is copied to the clipboard in FireFox. It appears to be well formed HTML and could be displayed in the existing HTML...
Currently the project accesses the clipboard using the Delphi VCL Clipboard object and the old procedural clipboard API. It could be changed to use the OLE clipboard API and `IDataObject`...
It would be convenient if list view control in main window displayed some indication of the current sort column and direction. The standard way to do this is via arrows...
It can be hard to track down details of the various clipboard formats, particularly the non-standard ones. So, it would be useful to document as many clipboard formats as possible...