martinjw / SmartPaster2013

SmartPaster for VS 2013, VS2015 and VS2017
MIT License
18 stars 12 forks source link

Add Paste with Replace #5

Closed stgaup closed 7 years ago

stgaup commented 7 years ago

This change adds the possibility to make replacements in the clipboard text before it is pasted. Reason for this change is to be able to copy some text, then paste it with minor changes.

Example: If you have different page objects like StartPage and ProductPage, and they should have the same logic in the constructor, you could copy the StartPage constructor, then Past with Replace , replacing "Start" with "Product" before the text is output to the editor window.

martinjw commented 7 years ago

Thanks!

stgaup commented 7 years ago

Np! :)