Giter Club home page Giter Club logo

clipboardhistory's Introduction

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.

clipboardhistory's People

Contributors

kavengagne avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.