Title: Slippery Clip
Version: v1.2 (Release)
Distribution: FreeWare OpenSource
Dev. environment: PureBASIC v5.30
Dependencies: COMate+ (bundled)
*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*
Here we...go, I suppose ? Quick facts:
[*][/b] Slippery Clip is a compact and easy-to-use tool for expanding clipboard's functional.
[*][/b] Aside from optional tray icon, program's window could be returned to screen with Ctrl+Shif+T combination.
[*][/b] Double click to list item puts it in the clipboard. Such element would be marked by arrow (->).
[*][/b] Deleting the active element unloads it from the clipboard, leaving it empty.
[*][/b] Right-clicking on list brings context menu for selected item.
[*][/b] To bind hotkey for selected element, use Ctrl+[1-9] combination. Associated button would appear before it's ID.
[*][/b] Using a Ctrl+[1-9] combination outside of program's window would place associated element into clipboard to be auto-pasted into the active application.
[*][/b] Pressing 1-9 keys in program's window would place associated element into clipboard.
[*][/b] Aside from mentioned above, Slippery Clip also supports the following shortcuts: Enter/Ctrl+C/Ctrl+Ins to paste selected element into clipboard, Ctrl+O to show options, Ctrl+F to set focus on search bar, and F3/Shift+F3 to find requested data starting after/before current selection. Arrow could also be used together with Control, moving element up and down respectively.
[*][/b] Keyboard shortcuts Ctrl+P и Ctrl+V allows swift access to data of highlighted note, displaying nodal or shared overview windows correspondingly.
[*][/b] Among other things, also possible to access certain features without ever touching window. There, Shift+Ctrl+[1-9] assigns hotkey to current content of clipboard, Shift+Ctrl+Q inverts its layout, while Shift+Ctrl+S offer saving dialogue. On a side node, Space could be used for bringing info breakdown about highlighted node and Shift+ESC to terminate searching prematurely.
[*][/b] For data viewer, keys '+' and '-' can be used to resize window, while Ctrl+R - instead of menu item "Raw Copy".
[*][/b] This application selects data from clipboard with following priority sequence: RTF>META>BMP>HTML>STR.
[*][/b] Size of metafile calculated with ACDSee's method, ie by bounds difference (rclBounds).
[*][/b] By default, search interface assumes [text/~case] as header to look in text data without considering cases and highlight results in viewports.
[*][/b] To ease handling of characters outside the stand sets, Slippery Clip’ search engine offers basic reparsing mechanism. Replaceable sequences always begins with ` and offers following combinations:
<*> `` = ` (sequencer self-isolation).
<*> `~ = Alt+010 (line feed symbol).
<*> `| = Alt+013 (carriage return symbol).
<*> `#%hex%%hex% - character insertion by it’s ASCII-code (as in, `#09 equivalent to tabulation char).
<*> `$%hex%%hex%%hex%%hex% character insertion by it’s Unicode (as in, `#$0046 do become F letter).
<*> Any sequences beyond given above, including attempts of zero-char insertion (`#00/`$0000), is interpreted by their primordial layout.
[*][/b] As for now, search engine autoreplace following characters with reparsing codes: Alt+009, Alt+010 and Alt+013.
Official site: https://slipperyclip.codeplex.com/
Mottled bitmap bait:
P.S. While SC started as purely internal multipasting util, I'm currently rewritting it to find fit some actual niche in opensource clipboard manager. Given those circumstances, be free to voice your suggestions for winning some space against Ditto and likes. Any feature you always wanted, yet never found ?
P.P.S. ...Also, once you got nothing better to do, try checking http://www.pcre.org/pcre.txt - it's fun enough.