Ditto is an extension to the standard windows clipboard. It saves each item placed on the clipboard allowing you access to any of those items at a later time. Ditto allows you to save any type of information that can be put on the clipboard, text, images, html, custom formats, .....
Features
- Easy to use interface
- Search and paste previous copy entries
- Keep multiple computer's clipboards in sync
- Data is encrypted when sent over the network
- Accessed from tray icon or global hot key
- Select entry by double click, enter key or drag drop
- Paste into any window that excepts standard copy/paste entries
- Display thumbnail of copied images in list
- Full Unicode support(display foreign characters)
- UTF-8 support for language files(create language files in any language)
- Uses sqlite database (www.sqlite.org)
Why not use built in Copy bins in Office or VS.Net
- VS.Net only collects pastes from inside Visual studio
- No way to paste to external app
- Can't search past clips
- Limited storage of clips
- Clips do not persist after closing Visual Studio
3.18.24.0 1-3-12
- Fixed issue with pasting last 10 pastes through global shortcut keys
- Fixed issue with chinese language files
- Take the windows task bar into account when ensuring entire Ditto window is visible
- Show correct shortcut key text in [Options - Keyboard Shortcuts] when Win is checked
3.18.20.0 12-23-11
- 64bit build
- Clip shortcut keys can be global (you don't need to open ditto for your clip shortcut keys to work). New check box on the clip properties window.
- New shortcut key window (right click on icon - Global hot keys) so you can see what clips are available globally and was ditto able to register the shortcut key.
- Updated icon
- Removed draw rich text option (was finding this didn't work with office 2010 rtf text)
- Fixed crash when viewing images through F3
- Portable setting is now based off of the file "portable" not a setting in the config file
- Backup the db when running an update script
- Fixed crash when automatically closing ditto's window
- Fixed issue with displaying chinease language
3.17.00.17 12-23-10
- Removed named paste, named paste items can be searched by entering /q text
- Added add-in to set/remove read only flag on clip containing cf_hdrop items or just text of file names
- Added add-in to remove all line feeds then paste the clip
- Fixed issue with ditto taking focus back, happened when always on-top was selected
- Reverted to previous method for setting the focus
- Fixed issue where 'v' was pasted instead of the actual clip
- Changed default method for tracking focus to polling
- Sped up clip deletes, delete of the large clipboard data now happens in the background
- Sped up filling of the list, only items in view are loaded
- Save connected to the clipboard state to config settings
- Search full cf_unicode clip data with /f in the search text ex) /f text
- Include correct version of mfc and c++ runtime files
- Removed auto update feature
3.16.8.0 08-16-09
- Added DittoUtil Addin, adds the ability to paste any clip type as text
- Fixed SetFocus fix in ActivateTarget -- needed AttachThreadInput
- Added the ability to create add-ins, called before an item is pasted
- Fixed issue with getting the currently focused window when not using the hook dll
- Updated italiano language file
- Added option to paste from hot key, press multiple times to move the selection, release the modifer key (control, shift, alt) to paste
- Fixed word wrap option to reload correctly
- Fixed issues with loading cut copy buffer 3 correctly from config on restart
- Check if key is up before sending key up command. This was causing problems if an app is listening to global key up commands
- Updated to sqlite version 3.16.10
3.16.5.0 03-23-08
- Fixed SetFocus fix in ActivateTarget -- needed AttachThreadInput -- wait for window to gain focus
- Added the ability to create add-ins, called before an item is pasted
- Fixed issue with getting the currently focused window when not using the hook dll
- Updated italiano language file
- Added option to paste from hot key, press multiple times to move the selection, release the modifer key (control, shift, alt) to paste
- Fixed word wrap option to reload correctly
- Fixed issues with loading cut copy buffer 3 correctly from config on restart
- Check if key is up before sending key up command. This was causing problems if an app is listening to global key up commands
- Updated to sqlite version 3.16.10
3.15.4.0 01-16-08
- Fixed empty directory from being created in application data in stand alone version
- Added themes (http://ditto-cp.wiki.sourceforge.net/Themes)
- Updated to latest sqlite db version
- When creating a new db auto vacuum is set. Or when doing a compact and repair.
View My Stats