Skip to content

orf53975/ClipboardHistory

 
 

Repository files navigation

Clipboard History

ClipboardHistory is a Visual Studio extension that enables clipboard history.

It keeps track of all changes to the clipboard in a configurable list using a Tool Window. You can then navigate the list to retrieve the desired clipboard data.

I developed this extension for my own needs, feel free to contribute if you can improve it.

Supported Platforms

  • Visual Studio 2012
  • Visual Studio 2013
  • Visual Studio 2015

Release Notes

Features

  • Never lose code in the clipboard again!
  • Simple Tool Window with a configurable Clipboard History List.
  • Configurable clipboard events detection. (Global / Visual Studio instance).
  • Duplicate entries prevention for the History List.
  • Adaptable color scheme to fit with the selected theme in Visual Studio.
  • Configurable ToolTip allows you to peek at the full clipboard item text.
  • Double-Click on an item in the History List to put it back into the Clipboard. (v1.1+)

Getting Started

  • Download VSIX file from Visual Studio Extensions Gallery.
  • Install the extension using the vsix package and then Restart Visual Studio.
  • Click View | Other Windows | Clipboard History.
Picture Description
Tool Window
ClipboardHistory Tool Window
This tool window is the core of the Clipboard History extension. It keeps a list of past clipboard items ordered from the newest to the oldest.

To retrieve an item from the History List, simply Select this item and Press Ctrl + C. The item will be copied back into the Clipboard so that it can be Pasted (Ctrl + V) anywhere!

You can also change the extension's settings from that window. (See Settings section)
MouseOver ToolTip
ClipboardHistory Tool Window
This ToolTip Window will display the Full Text contained in the Clipboard Item below the mouse cursor. It is configurable with a delay up to 99 seconds so it won't bother you if unwanted.

Settings

You can view and change the Settings of this extension by clicking on the "Settings" expander at the top of the ClipboardHistory Tool Window. See more details on indivual settings below and also by putting your mouse over it in Visual Studio.

All Settings take effect immediately.
Invalid values will be ignored.

Picture Description
Settings Panel
ClipboardHistory Settings Window
History Max. Capacity
Maximum number of items the history list can contain.

Lines Displayed per Item
Maximum number of lines displayed for each item in the list.

ToolTip Hover Delay (in ms)
Delay in milliseconds before the tooltip appears when you leave your mouse over an item in the list.

Visual Studio Clipboard Only
Only track clipboard changes in the current Visual Studio instance.

Prevent Duplicate Items
Ignores successive copy operations if the item data is the same as the last one.

Display Timestamp
Display the Date and Time for each item.

Bug Tracker / Feature Request

Have a bug or a feature request? Please open a new issue.

License

ClipboardHistory is released under the Apache License, Version 2.0.

About

Clipboard History Extension for Visual Studio 2012, 2013 and 2015

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%